summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter2014-12-051-1/+2
|/
* drm/i915: Fix context object leak for legacy contextsThomas Daniel2014-12-031-4/+6
* drm/i915: Disallow pin ioctl completely for kms driversDaniel Vetter2014-12-031-1/+4
* Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...Dave Airlie2014-12-031-195/+202
|\
| * drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter2014-11-201-0/+19
| * drm/i915: Can i915_gem_init_ioctlDaniel Vetter2014-11-201-27/+0
| * drm/i915: Sanitize ->lastcloseDaniel Vetter2014-11-201-13/+0
| * drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter2014-11-201-18/+6
| * drm/i915: No-Op enter/leave vt gem ioctlDaniel Vetter2014-11-191-55/+0
| * drm/i915: Remove DRI1 ring accessors and APIChris Wilson2014-11-191-4/+0
| * drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo2014-11-191-14/+25
| * drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel2014-11-191-0/+9
| * drm/i915: Make the physical object coherent with GTTChris Wilson2014-11-141-64/+143
* | drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom2014-11-211-5/+23
|/
* drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqnoAnder Conselvan de Oliveira2014-11-071-9/+11
* drm/i915: Request PIN_GLOBAL when pinning a vma for GTT relocationsChris Wilson2014-11-071-1/+4
* drm/i915: Only mark as map-and-fenceable when bound into the GGTTChris Wilson2014-11-071-14/+25
* drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()John Harrison2014-11-071-4/+3
* drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin2014-11-041-2/+2
* drm/i915: Correctly reject invalid flags for wait_ioctlDaniel Vetter2014-10-241-0/+3
* drm/i915: Document that mmap forwarding is discouragedDaniel Vetter2014-10-241-0/+10
* drm/i915: Suppress no action noise from oom shrinkerChris Wilson2014-10-241-2/+3
* drm/i915: Report the current number of bytes freed during oomChris Wilson2014-10-241-4/+4
OpenPOWER on IntegriCloud