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_execbuffer.c
Age
Commit message (
Expand
)
Author
2013-03-11
convert another lock to i915_mutex_lock_interruptible
Jonathan Gray
2013-03-09
add support for setting the addressing mode
Jonathan Gray
2013-03-09
inteldrm_chipset_flush -> i915_gem_chipset_flush
Jonathan Gray
2013-03-08
match 3.8.2 and preallocate the next seqno before touching the ring
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 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-06
directly call the dispatch execbuffer callback
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-02-27
sync more of the execbuffer code with linux
Jonathan Gray
2013-02-27
add back inteldrm_wipe_mappings call
Jonathan Gray
2013-02-27
sync execbuffer domain tracking and flushing with linux 3.4.33
Jonathan Gray
2013-02-25
Bring domain handling code close to Linux 3.4.33.
Mark Kettenis
2013-02-24
Change I915_GPU_WRITE into a bitfield and adjust related code to be similar
Mark Kettenis
2013-02-24
Get rid of I915_FENCED_EXEC. It's effectively unused.
Mark Kettenis
2013-02-23
Eliminate request_lock. Linux doesn't have it and the kernel lock should be
Mark Kettenis
2013-02-22
remove list lock removed by linux back in 2010
Jonathan Gray
2013-02-20
sync fence code with linux
Jonathan Gray
2013-02-15
move most of the tailq lists to linux style lists
Jonathan Gray
2013-02-15
fix some remaining casts between drm_obj and drm_i915_gem_object
Jonathan Gray
2013-02-14
support GEN7_SOL_RESET
Jonathan Gray
2013-02-13
partially move to new ring code, keep old dispatch/flush/seqno handling for now
Jonathan Gray
2013-02-04
move interruptible into the softc to match linux
Jonathan Gray
2013-02-04
make more functions take a ring as an argument
Jonathan Gray
2013-02-03
Change I915_ACTIVE and I915_DIRTY flags into bitfields.
Mark Kettenis
2013-01-18
Make some functions accept struct drm_i915_gem_object instead of struct drm_obj.
Mark Kettenis
2013-01-18
Rename struct inteldrm_obj into drm_i915_gem_object.
Mark Kettenis
2013-01-16
don't claim to support BSD/BLT rings on any hardware for now
Jonathan Gray
2013-01-10
move some gem bits to i915_gem_execbuffer.c to match upstream
Jonathan Gray