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-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
2013-03-03
make the wait_seqno call in intel_ring_wait_seqno non interruptible
Jonathan Gray
2013-03-03
sync intel_ring_idle with 3.4.33
Jonathan Gray
2013-03-03
match 3.4.33 and flush in i915_gem_object_finish_gpu
Jonathan Gray
2013-03-02
Turn "stub" debug message into a "partial stub" message.
Mark Kettenis
2013-03-03
move closer still to 3.4.33 in i915_gem_object_wait_rendering
Jonathan Gray
2013-03-02
remove duplicate include lines
Jonathan Gray
2013-03-02
move i915_gem_object_wait_rendering a bit closer to 3.4.33
Jonathan Gray
2013-03-01
move i915_gem_idle closer to linux
Jonathan Gray
2013-03-01
move i915_gem_object_unbind closer to linux
Jonathan Gray
2013-03-01
error out instead of asserting on invalid tiling mode
Jonathan Gray
2013-03-01
add i915_gem_object_flush_gtt_write_domain
Jonathan Gray
2013-03-01
sync i915_gem_object_fence_ok with linux
Jonathan Gray
2013-02-28
Implement i915_gem_release_mmap() and i915_gem_object_finish_gtt(), and call
Mark Kettenis
2013-02-28
Further reduce the differences with Linux 3.4.33 by replacing some code with
Mark Kettenis
2013-02-28
add some additional i915_add_request calls linux makes
Jonathan Gray
2013-02-28
use the same hangcheck timer interval as linux
Jonathan Gray
2013-02-28
hook up the unpin task
Jonathan Gray
2013-02-28
Fix PIPE_CONTROL DW/QW write through global GTT on IVB+
Jonathan Gray
2013-02-28
make use of wakeup_pending
Jonathan Gray
2013-02-28
add an interface to check if we have a pending wakeup
Jonathan Gray
2013-02-28
sleep/wakeup on ring rather than softc where appropriate
Jonathan Gray
2013-02-27
indirectly pass the cache level down to agp by abusing spare bus_dma bits
Jonathan Gray
2013-02-27
sync more of the execbuffer code with linux
Jonathan Gray
2013-02-27
check interruptible directly instead of using a possibly stale var
Jonathan Gray
[next]