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
Age
Commit message (
Expand
)
Author
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
2013-03-05
add a simplistic version of i915_gem_gtt_rebind_object
Jonathan Gray
2013-03-04
add back some commented locking in drm_mode_setcrtc
Jonathan Gray
2013-03-04
pass an extra arg to drm_fb_release so we can do the locking
Jonathan Gray
2013-03-04
call drm_free not free for page flip destroy callback
Jonathan Gray
2013-03-04
avoid some additional setup/teardown calls for modeset
Jonathan Gray
2013-03-04
we need to call drm_fb_release on close for modeset
Jonathan Gray
2013-03-04
move the place we init vbl_events to match linux
Jonathan Gray
2013-03-04
convert a lock assert
Jonathan Gray
2013-03-04
change some msleeps to tsleeps where we aren't concerned with locking
Jonathan Gray
2013-03-04
handle framebuffer refcount
Jonathan Gray
2013-03-04
move the page flip sleep/wakeup handling a bit closer to linux
Jonathan Gray
2013-03-04
use drm_free() instead of a similiar function for a callback
Jonathan Gray
2013-03-04
sync vblank code with linux
Jonathan Gray
2013-03-03
move i915_gem_object_unbind a bit closer to 3.4.33
Mark Kettenis
[next]