index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2013-03-09
add support for setting the addressing mode
Jonathan Gray
2013-03-09
In intel_user_framebuffer_create_handle(), add a reference to the object since
Mark Kettenis
2013-03-09
inteldrm_chipset_flush -> i915_gem_chipset_flush
Jonathan Gray
2013-03-09
move the retire work handler to i915_gem.c
Jonathan Gray
2013-03-08
Implement i915_mutex_lock_interruptible
Mark Kettenis
2013-03-08
i915_gem_object_move_to_inactive_locked needs to clear the write domain
Jonathan Gray
2013-03-08
move i915_gem_object_set_to_{cpu,gtt}_domain closer to 3.8.2
Jonathan Gray
2013-03-08
don't clear sync_seqno in i915_gem_retire_requests_ring
Jonathan Gray
2013-03-08
match 3.8.2 and preallocate the next seqno before touching the ring
Jonathan Gray
2013-03-08
use i915_gem_check_olr in a few more places
Jonathan Gray
2013-03-08
seqno wrapping will be handled elsewhere soon
Jonathan Gray
2013-03-08
remove some now unused code
Jonathan Gray
2013-03-08
move the domain/flush code closer to 3.8.2
Jonathan Gray
2013-03-08
remove flushing_list
Jonathan Gray
2013-03-08
remove some no longer needed flush code
Jonathan Gray
[next]