summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915_gem_execbuffer.c
AgeCommit message (Expand)Author
2013-03-11convert another lock to i915_mutex_lock_interruptibleJonathan Gray
2013-03-09add support for setting the addressing modeJonathan Gray
2013-03-09inteldrm_chipset_flush -> i915_gem_chipset_flushJonathan Gray
2013-03-08match 3.8.2 and preallocate the next seqno before touching the ringJonathan Gray
2013-03-08seqno wrapping will be handled elsewhere soonJonathan Gray
2013-03-08remove some now unused codeJonathan Gray
2013-03-08move the domain/flush code closer to 3.8.2Jonathan Gray
2013-03-08remove some no longer needed flush codeJonathan Gray
2013-03-08remove gpu_write_listJonathan Gray
2013-03-08decrement of the seqno for semaphore ring sync moved into the ring codeJonathan Gray
2013-03-06directly call the dispatch execbuffer callbackJonathan Gray
2013-03-06add a few more i915_gem_next_request_seqno calls 3.4.33 makesJonathan Gray
2013-03-06enable using gpu semaphores for ring syncJonathan Gray
2013-02-27sync more of the execbuffer code with linuxJonathan Gray
2013-02-27add back inteldrm_wipe_mappings callJonathan Gray
2013-02-27sync execbuffer domain tracking and flushing with linux 3.4.33Jonathan Gray
2013-02-25Bring domain handling code close to Linux 3.4.33.Mark Kettenis
2013-02-24Change I915_GPU_WRITE into a bitfield and adjust related code to be similarMark Kettenis
2013-02-24Get rid of I915_FENCED_EXEC. It's effectively unused.Mark Kettenis
2013-02-23Eliminate request_lock. Linux doesn't have it and the kernel lock should beMark Kettenis
2013-02-22remove list lock removed by linux back in 2010Jonathan Gray
2013-02-20sync fence code with linuxJonathan Gray
2013-02-15move most of the tailq lists to linux style listsJonathan Gray
2013-02-15fix some remaining casts between drm_obj and drm_i915_gem_objectJonathan Gray
2013-02-14support GEN7_SOL_RESETJonathan Gray
2013-02-13partially move to new ring code, keep old dispatch/flush/seqno handling for nowJonathan Gray
2013-02-04move interruptible into the softc to match linuxJonathan Gray
2013-02-04make more functions take a ring as an argumentJonathan Gray
2013-02-03Change I915_ACTIVE and I915_DIRTY flags into bitfields.Mark Kettenis
2013-01-18Make some functions accept struct drm_i915_gem_object instead of struct drm_obj.Mark Kettenis
2013-01-18Rename struct inteldrm_obj into drm_i915_gem_object.Mark Kettenis
2013-01-16don't claim to support BSD/BLT rings on any hardware for nowJonathan Gray
2013-01-10move some gem bits to i915_gem_execbuffer.c to match upstreamJonathan Gray