summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-26drm/i915: Keep ring->active_list and ring->requests_list consistentChris Wilson1-17/+21
2015-03-10drm/i915: Prevent TLB error on first execution on SNBChris Wilson1-2/+16
2015-03-10drm/i915: Make WAIT_IOCTL negative timeouts be indefinite againChris Wilson1-3/+4
2015-02-24drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath1-2/+1
2015-02-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-361/+311
2015-01-28Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson1-1/+1
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson1-1/+1
2015-01-27drm/i915: Simplify flush_cpu_write_domainDaniel Vetter1-8/+6
2015-01-27drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson1-22/+9
2015-01-27drm/i915: Balance context pinning on reset cleanupMika Kuoppala1-0/+4
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath1-6/+6
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath1-3/+2
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath1-4/+4
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-25/+40
2015-01-26drm/i915: Only fence tiled region of object.Bob Paauwe1-0/+7
2015-01-26drm/i915: Init PPGTT before context enableDavid Woodhouse1-13/+6
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie1-2/+8
2015-01-13Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter1-25/+24
2015-01-12drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXESChris Wilson1-1/+1
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-294/+241
2015-01-07drm/i915: Move the ban period onto the contextChris Wilson1-1/+2
2015-01-06drm/i915: Support creation of unbound wc user mappings for objectsAkash Goel1-0/+19
2015-01-06drm/i915: Broaden application of set-domain(GTT)Chris Wilson1-24/+19
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie1-1/+7
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-23/+5
2014-12-18drm/i915: add missing rpm ref to i915_gem_pwrite_ioctlImre Deak1-1/+7
2014-12-17drm/i915: Organize Fence registers for future enablement.Rodrigo Vivi1-11/+6
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin1-0/+2
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin1-0/+1
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin1-42/+67
2014-12-05drm/i915: release struct_mutex on the i915_gem_init_hw fail pathJani Nikula1-9/+7
2014-12-05drm/i915: Handle inaccurate time conversion issuesDaniel Vetter1-0/+10
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-1/+2
2014-12-04drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin1-4/+6
2014-12-03drm/i915: Move init_unused_rings to gem_init_hwDaniel Vetter1-8/+8
2014-12-03drm/i915: Only init engines onceDaniel Vetter1-3/+10
2014-12-03drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison1-4/+3
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison1-12/+20
2014-12-03drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison1-18/+8
2014-12-03drm/i915: Connect requests to rings at creation not submissionJohn Harrison1-1/+0
2014-12-03drm/i915: Convert trace functions from seqno to requestJohn Harrison1-7/+5
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison1-5/+2
2014-12-03drm/i915: Convert __wait_seqno() to __wait_request()John Harrison1-25/+20
2014-12-03drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter1-17/+19
2014-12-03drm/i915: Make 'i915_gem_check_olr' actually check by request not seqnoJohn Harrison1-17/+11
2014-12-03drm/i915: Remove 'outstanding_lazy_seqno'John Harrison1-8/+5
2014-12-03drm/i915: Ensure requests stick around during waitsJohn Harrison1-3/+18
2014-12-03drm/i915: Convert i915_gem_ring_throttle to use requestsJohn Harrison1-7/+6
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison1-30/+41
2014-12-03drm/i915: Add reference count to request structureJohn Harrison1-6/+14