summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)Author
2015-03-10drm/i915: Prevent TLB error on first execution on SNBChris Wilson
2015-03-10drm/i915: Make WAIT_IOCTL negative timeouts be indefinite againChris Wilson
2015-02-24drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-01-28Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson
2015-01-28drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson
2015-01-27drm/i915: Simplify flush_cpu_write_domainDaniel Vetter
2015-01-27drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson
2015-01-27drm/i915: Balance context pinning on reset cleanupMika Kuoppala
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-26drm/i915: Only fence tiled region of object.Bob Paauwe
2015-01-26drm/i915: Init PPGTT before context enableDavid Woodhouse
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie
2015-01-12Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter
2015-01-12drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXESChris Wilson
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-07drm/i915: Move the ban period onto the contextChris Wilson
2015-01-06drm/i915: Support creation of unbound wc user mappings for objectsAkash Goel
2015-01-06drm/i915: Broaden application of set-domain(GTT)Chris Wilson
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie
2014-12-18drm/i915: add missing rpm ref to i915_gem_pwrite_ioctlImre Deak
2014-12-17drm/i915: Organize Fence registers for future enablement.Rodrigo Vivi
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin
2014-12-05drm/i915: release struct_mutex on the i915_gem_init_hw fail pathJani Nikula
2014-12-05drm/i915: Handle inaccurate time conversion issuesDaniel Vetter
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter
2014-12-04drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin
2014-12-03drm/i915: Move init_unused_rings to gem_init_hwDaniel Vetter
2014-12-03drm/i915: Only init engines onceDaniel Vetter
2014-12-03drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison
2014-12-03drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison
2014-12-03drm/i915: Connect requests to rings at creation not submissionJohn Harrison
2014-12-03drm/i915: Convert trace functions from seqno to requestJohn Harrison
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison
2014-12-03drm/i915: Convert __wait_seqno() to __wait_request()John Harrison
2014-12-03drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter
2014-12-03drm/i915: Make 'i915_gem_check_olr' actually check by request not seqnoJohn Harrison
2014-12-03drm/i915: Remove 'outstanding_lazy_seqno'John Harrison
2014-12-03drm/i915: Ensure requests stick around during waitsJohn Harrison
2014-12-03drm/i915: Convert i915_gem_ring_throttle to use requestsJohn Harrison
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison
2014-12-03drm/i915: Add reference count to request structureJohn Harrison
2014-12-03drm/i915: Assert that we successfully downclock the GPU before suspendChris Wilson