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-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
2013-03-08
remove gpu_write_list
Jonathan Gray
2013-03-08
decrement of the seqno for semaphore ring sync moved into the ring code
Jonathan Gray
2013-03-07
missed a file in a previous commit
Jonathan Gray
2013-03-07
sync the shared modesetting code with 3.8.2
Jonathan Gray
2013-03-07
sync intel modesetting code with 3.8.2
Jonathan Gray
2013-03-06
remove the now unused dispatch wrapper
Jonathan Gray
2013-03-06
directly call the dispatch execbuffer callback
Jonathan Gray
2013-03-06
our request retiring is still done inside wait_seqno, drop surplus calls
Jonathan Gray
2013-03-06
expand locking in wait_seqno to include the first get_seqno call
Jonathan Gray
2013-03-06
disable powersaving as all the code is not ported yet
Jonathan Gray
2013-03-06
convert some commented mdelay calls
Jonathan Gray
2013-03-06
drop the force wake delays back down to their original values
Jonathan Gray
2013-03-06
unconditionally do the workaround to force correct ordering on gen6+
Jonathan Gray
2013-03-06
add a few more i915_gem_next_request_seqno calls 3.4.33 makes
Jonathan Gray
2013-03-06
enable using gpu semaphores for ring sync
Jonathan Gray
2013-03-06
add some missing locking in the throttle func
Jonathan Gray
2013-03-05
unstub the ring throttle ioctl
Jonathan Gray
2013-03-04
move i915_gem_fault a bit closer to Linux 3.4.33
Mark Kettenis
2013-03-05
claim to support page flipping
Jonathan Gray
[prev]
[next]