aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Prevent TLB error on first execution on SNBChris Wilson2015-03-101-2/+16
* drm/i915: Make WAIT_IOCTL negative timeouts be indefinite againChris Wilson2015-03-101-3/+4
* drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath2015-02-241-2/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-02-161-361/+311
|\
| * Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"Chris Wilson2015-01-281-1/+1
| * drm/i915: Convert hangcheck from a timer into a delayed work itemChris Wilson2015-01-281-1/+1
| * drm/i915: Simplify flush_cpu_write_domainDaniel Vetter2015-01-271-8/+6
| * drm/i915: Performed deferred clflush inside set-cache-levelChris Wilson2015-01-271-22/+9
| * drm/i915: Balance context pinning on reset cleanupMika Kuoppala2015-01-271-0/+4
| * drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath2015-01-271-6/+6
| * drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath2015-01-271-3/+2
| * drm/i915: Removed duplicate members from submit_requestNick Hoath2015-01-271-4/+4
| * Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-01-271-25/+40
| |\
| | * Merge tag 'topic/i915-hda-componentized-2015-01-12' into drm-intel-next-queuedDaniel Vetter2015-01-121-25/+24
| | |\
| | * | drm/i915: Move the ban period onto the contextChris Wilson2015-01-071-1/+2
| | * | drm/i915: Support creation of unbound wc user mappings for objectsAkash Goel2015-01-061-0/+19
| | * | drm/i915: Broaden application of set-domain(GTT)Chris Wilson2015-01-061-24/+19
| * | | Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie2015-01-221-2/+8
| |\ \ \
| * \ \ \ Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-01-101-294/+241
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | drm/i915: Organize Fence registers for future enablement.Rodrigo Vivi2014-12-171-11/+6
| | * | | drm/i915: Use batch pools with the command parserBrad Volkin2014-12-161-0/+2
| | * | | drm/i915: Implement a framework for batch buffer poolsBrad Volkin2014-12-161-0/+1
| | * | | drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin2014-12-151-42/+67
| | * | | drm/i915: release struct_mutex on the i915_gem_init_hw fail pathJani Nikula2014-12-051-9/+7
| | * | | drm/i915: Stop putting GGTT VMA at the head of the listTvrtko Ursulin2014-12-041-4/+6
| | * | | drm/i915: Move init_unused_rings to gem_init_hwDaniel Vetter2014-12-031-8/+8
| | * | | drm/i915: Only init engines onceDaniel Vetter2014-12-031-3/+10
| | * | | drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison2014-12-031-4/+3
| | * | | drm/i915: Remove the now redundant 'obj->ring'John Harrison2014-12-031-12/+20
| | * | | drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison2014-12-031-18/+8
| | * | | drm/i915: Connect requests to rings at creation not submissionJohn Harrison2014-12-031-1/+0
| | * | | drm/i915: Convert trace functions from seqno to requestJohn Harrison2014-12-031-7/+5
| | * | | drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison2014-12-031-5/+2
| | * | | drm/i915: Convert __wait_seqno() to __wait_request()John Harrison2014-12-031-25/+20
| | * | | drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter2014-12-031-17/+19
| | * | | drm/i915: Make 'i915_gem_check_olr' actually check by request not seqnoJohn Harrison2014-12-031-17/+11
| | * | | drm/i915: Remove 'outstanding_lazy_seqno'John Harrison2014-12-031-8/+5
| | * | | drm/i915: Ensure requests stick around during waitsJohn Harrison2014-12-031-3/+18
| | * | | drm/i915: Convert i915_gem_ring_throttle to use requestsJohn Harrison2014-12-031-7/+6
| | * | | drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison2014-12-031-30/+41
| | * | | drm/i915: Add reference count to request structureJohn Harrison2014-12-031-6/+14
| | * | | drm/i915: Assert that we successfully downclock the GPU before suspendChris Wilson2014-12-031-0/+5
| | * | | drm/i915: Remove user pinning codeDaniel Vetter2014-12-031-103/+3
* | | | | drm/i915: Only fence tiled region of object.Bob Paauwe2015-01-261-0/+7
* | | | | drm/i915: Init PPGTT before context enableDavid Woodhouse2015-01-261-13/+6
| |_|/ / |/| | |
* | | | drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXESChris Wilson2015-01-121-1/+1
| |_|/ |/| |
* | | Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/...Dave Airlie2015-01-041-1/+7
|\ \ \ | |/ / |/| |
| * | drm/i915: add missing rpm ref to i915_gem_pwrite_ioctlImre Deak2014-12-181-1/+7
* | | Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie2014-12-241-23/+5
|/ /
* | drm/i915: Handle inaccurate time conversion issuesDaniel Vetter2014-12-051-0/+10