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
Age
Commit message (
Expand
)
Author
2013-03-15
switch from wakeup_pending() to wakeup()
Jonathan Gray
2013-03-15
have wakeup return the number of processes woken up
Jonathan Gray
2013-03-15
Revert "add an interface to check if we have a pending wakeup"
Jonathan Gray
2013-03-15
Revert "allow multiple aperture opens for kms debugging"
Jonathan Gray
2013-03-15
i915 fixes from linux 3.8.3
Jonathan Gray
2013-03-15
move i915 files to a subdir, except the userland facing header
Jonathan Gray
2013-03-15
Skip further initialization of a vga devices if a drm driver attached a
Mark Kettenis
2013-03-14
add rcs ids
Jonathan Gray
2013-03-14
sync the intel license text with 3.8.2 for files split off i915_drv.c
Jonathan Gray
2013-03-14
don't enable the ASLE interrupt as we don't handle it yet
Jonathan Gray
2013-03-13
disable debug by default
Jonathan Gray
2013-03-13
make this compile with debug disabled
Jonathan Gray
2013-03-12
fix intel_wrap_ring_buffer, seems to fix gpu hangs on ivb
Jonathan Gray
2013-03-12
move ring_wait_for_space closer to 3.8.2
Jonathan Gray
2013-03-12
correct a bunch of delay loops
Jonathan Gray
2013-03-12
add license text
Jonathan Gray
2013-03-12
cancel the rps delayed resume timeout when suspending
Jonathan Gray
2013-03-12
move i915_gem_idle closer to 3.8.2
Jonathan Gray
2013-03-12
move all of the module params into one place
Jonathan Gray
2013-03-11
bring fencing code in line with linux 3.8.2
Mark Kettenis
2013-03-11
add i915_gem_object_get_pages_gtt and i915_gem_object_put_pages_gtt
Mark Kettenis
2013-03-12
enable hw semaphore ring sync
Jonathan Gray
2013-03-12
make the gen6+ ordering workaround conditional again
Jonathan Gray
2013-03-12
enable power saving
Jonathan Gray
2013-03-12
use nanouptime instead of nanotime here, suggested by kettenis
Jonathan Gray
2013-03-12
use cpuspeed for now even though we want the max, fixes build on i386
Jonathan Gray
2013-03-11
unstub the rest of intel_pm.c
Jonathan Gray
2013-03-11
getrawmonotonic -> nanotime
Jonathan Gray
2013-03-11
uneeded proto
Jonathan Gray
2013-03-11
missed a file in the last commit
Jonathan Gray
2013-03-11
move i915_gem_set_tiling a bit closer to 3.8.2
Jonathan Gray
2013-03-11
sync i915_tiling_ok with 3.8.2
Jonathan Gray
2013-03-11
move i915_gem_ring_throttle closer to 3.8.2
Jonathan Gray
2013-03-11
split wait_seqno into two functions and drop the retire requests call
Jonathan Gray
2013-03-11
convert another lock to i915_mutex_lock_interruptible
Jonathan Gray
2013-03-11
handle error completions the same way as FreeBSD
Jonathan Gray
2013-03-10
bring i915_gem_object_bind_to_gtt closer to Linux 3.8.2
Mark Kettenis
2013-03-10
some random bits reducing diffs with linux
Mark Kettenis
2013-03-10
move inteldrm_purge_obj to i915_gem.c and rename to i915_gem_object_truncate
Mark Kettenis
2013-03-10
Revert f7940bd8bd7da9bbfd38e41d99edb378dd9b4df7. Now that we we rebind
Mark Kettenis
2013-03-10
Make i915_gem_gtt_rebind_object() less stupid and move it into i915_gem_gtt.c.
Mark Kettenis
2013-03-09
Adjust timeout loops in the reset functions to match the 500ms timeout that
Mark Kettenis
2013-03-09
Add agp_bus_dma_rebind(), and interface to re-enter mappings into the GART/GTT
Mark Kettenis
2013-03-09
use i915_mutex_lock_interruptible() where appropriate
Mark Kettenis
2013-03-09
partly revert b1eebaa3c34e225793793b38f963d94c4e14f961 as it breaks
Mark Kettenis
2013-03-09
Do the proper callback dance when switching screens
Mark Kettenis
2013-03-09
Enable multiple screens
Mark Kettenis
2013-03-09
Enable framebuffer console
Mark Kettenis
2013-03-09
handle llc and semaphore params
Jonathan Gray
2013-03-09
add some more params
Jonathan Gray
[next]