index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
intel_display.c
Age
Commit message (
Expand
)
Author
2013-03-07
sync intel modesetting code with 3.8.2
Jonathan Gray
2013-03-04
change some msleeps to tsleeps where we aren't concerned with locking
Jonathan Gray
2013-03-04
move the page flip sleep/wakeup handling a bit closer to linux
Jonathan Gray
2013-03-04
sync vblank code with linux
Jonathan Gray
2013-03-01
error out instead of asserting on invalid tiling mode
Jonathan Gray
2013-02-28
hook up the unpin task
Jonathan Gray
2013-02-24
some more M_NOWAIT -> M_WAITOK
Jonathan Gray
2013-02-20
adjust for fence changes
Jonathan Gray
2013-02-20
sync fence code with linux
Jonathan Gray
2013-02-18
better handle page flip sleep/wakeup
Jonathan Gray
2013-02-18
unstub most of do_intel_finish_page_flip
Jonathan Gray
2013-02-16
remove wrong implementation of *pin_fence functions
Jonathan Gray
2013-02-15
add and use i915_gem_alloc_object
Jonathan Gray
2013-02-14
unstub intel_finish_fb
Jonathan Gray
2013-02-11
add and use WARN/BUG macros to reduce the diff to linux
Jonathan Gray
2013-02-09
sync the i915 modesetting code with linux
Jonathan Gray
2013-02-08
sync the device independent drm modesetting code with linux
Jonathan Gray
2013-02-07
Revert "sync i915_irq.c with linux"
Jonathan Gray
2013-02-05
sync i915_irq.c with linux
Jonathan Gray
2013-02-05
make the pch type macros take drm_device instead of inteldrm_softc
Jonathan Gray
2013-02-05
re-disable some unpin code that otherwise panics on reboot
Jonathan Gray
2013-02-04
enable some more stubbed code including setting flip callbacks
Jonathan Gray
2013-02-04
move interruptible into the softc to match linux
Jonathan Gray
2013-02-04
move from render ring macros to functions that take a ring as an arg
Jonathan Gray
2013-02-03
Change I915_ACTIVE and I915_DIRTY flags into bitfields.
Mark Kettenis
2013-02-02
make the feature macros take drm_device instead of inteldrm_softc
Jonathan Gray
2013-01-31
sync register definitions with linux
Jonathan Gray
2013-01-30
enable some stubbed ring code
Jonathan Gray
2013-01-18
Further reduce the difference with the Linux code.
Mark Kettenis
2013-01-18
Make some functions accept struct drm_i915_gem_object instead of struct drm_obj.
Mark Kettenis
2013-01-18
remove useless debug message
Jonathan Gray
2013-01-18
Rename struct inteldrm_obj into drm_i915_gem_object.
Mark Kettenis
2013-01-17
Initial stab at phys_obj support.
Mark Kettenis
2013-01-16
Fix framebuffer management.
Mark Kettenis
2013-01-15
unstub some more code
Jonathan Gray
2013-01-15
struct drm_i915_gem_object -> struct inteldrm_obj
Jonathan Gray
2013-01-14
add some missing delays, mostly from kettenis
Jonathan Gray
2013-01-10
disable more code that assumes new ring style
Jonathan Gray
2013-01-10
convert callouts to timeouts
Jonathan Gray
2013-01-10
don't skip disabling vga this is critical to kms working
Jonathan Gray
2013-01-10
enable most of intel_crtc_cursor_set()
Jonathan Gray
2013-01-10
destatic
Jonathan Gray
2013-01-10
unstub *update_plane
Jonathan Gray
2013-01-10
partially unstub some pin/fence parts
Jonathan Gray
2013-01-10
unstub intel_user_framebuffer_create
Jonathan Gray
2013-01-10
unstub intel_get_pipe_from_crtc_id() ioctl
Jonathan Gray
2013-01-10
fix compilation when DRMDEBUG is not defined
Jonathan Gray
2013-01-10
add the rest of intel_display.c
Jonathan Gray
2013-01-10
add the rest of intel_drv.h
Jonathan Gray
2013-01-10
add the rest of the tv functions
Jonathan Gray
[next]