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
/
pci
/
drm
/
i915_gem.c
Age
Commit message (
Expand
)
Author
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
Make i915_gem_gtt_rebind_object() less stupid and move it into i915_gem_gtt.c.
Mark Kettenis
2013-03-09
use i915_mutex_lock_interruptible() where appropriate
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
move the domain/flush code closer to 3.8.2
Jonathan Gray
2013-03-08
remove flushing_list
Jonathan Gray
2013-03-08
remove gpu_write_list
Jonathan Gray
2013-03-06
expand locking in wait_seqno to include the first get_seqno call
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
add a simplistic version of i915_gem_gtt_rebind_object
Jonathan Gray
2013-03-03
move i915_gem_object_unbind a bit closer to 3.4.33
Mark Kettenis
2013-03-03
match 3.4.33 and flush in i915_gem_object_finish_gpu
Jonathan Gray
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
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
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
check interruptible directly instead of using a possibly stale var
Jonathan Gray
2013-02-26
enable more of i915_gem_object_pin_to_display_plane
Jonathan Gray
2013-02-26
unstub i915_gem_object_set_cache_level
Jonathan Gray
2013-02-26
set a default cache level
Jonathan Gray
2013-02-26
unstub i915_gem_object_flush_cpu_write_domain
Jonathan Gray
2013-02-26
add a i915_gem_clflush_object implementation, not yet used
Jonathan Gray
2013-02-26
add some additional flushes found in linux 3.4.33
Jonathan Gray
2013-02-25
Bring domain handling code close to Linux 3.4.33.
Mark Kettenis
2013-02-25
sync the chip reset code with linux, we can now reset more than just 965
Jonathan Gray
2013-02-24
Bring inactive list management closer to what Linux does.
Mark Kettenis
2013-02-24
Oops, really remove all places where I915_GPU_WRITE was used.
Mark Kettenis
[next]