summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-05drm/i915: release struct_mutex on the i915_gem_init_hw fail pathJani Nikula1-9/+7
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
2014-12-03drm/i915: Assert that we successfully downclock the GPU before suspendChris Wilson1-0/+5
2014-12-03drm/i915: Remove user pinning codeDaniel Vetter1-103/+3
2014-12-03drm/i915: Fix context object leak for legacy contextsThomas Daniel1-4/+6
2014-12-03drm/i915: Disallow pin ioctl completely for kms driversDaniel Vetter1-1/+4
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...Dave Airlie1-195/+202
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-5/+23
2014-11-20drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter1-0/+19
2014-11-20drm/i915: Can i915_gem_init_ioctlDaniel Vetter1-27/+0
2014-11-20drm/i915: Sanitize ->lastcloseDaniel Vetter1-13/+0
2014-11-20drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter1-18/+6
2014-11-19drm/i915: No-Op enter/leave vt gem ioctlDaniel Vetter1-55/+0
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-4/+0
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-14/+25
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel1-0/+9
2014-11-14drm/i915: Make the physical object coherent with GTTChris Wilson1-64/+143
2014-11-07drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqnoAnder Conselvan de Oliveira1-9/+11
2014-11-07drm/i915: Request PIN_GLOBAL when pinning a vma for GTT relocationsChris Wilson1-1/+4
2014-11-07drm/i915: Only mark as map-and-fenceable when bound into the GGTTChris Wilson1-14/+25
2014-11-07drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()John Harrison1-4/+3
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-2/+2
2014-10-24drm/i915: Correctly reject invalid flags for wait_ioctlDaniel Vetter1-0/+3
2014-10-24drm/i915: Document that mmap forwarding is discouragedDaniel Vetter1-0/+10
2014-10-24drm/i915: Suppress no action noise from oom shrinkerChris Wilson1-2/+3
2014-10-24drm/i915: Report the current number of bytes freed during oomChris Wilson1-4/+4
2014-10-03drm/i915: Remove the duplicated logic between the two shrink phasesChris Wilson1-30/+19
2014-10-01Merge branch 'topic/skl-stage1' into drm-intel-next-queuedDaniel Vetter1-0/+1
2014-09-24drm/i915/skl: Fence registers on SKL are the same as SNBDamien Lespiau1-0/+1
2014-09-19drm/i915: DocBook integration for frontbuffer trackingDaniel Vetter1-0/+9
2014-09-19drm/i915: Remove dead code, i915_gem_verify_gttChris Wilson1-42/+0
2014-09-19drm/i915: Match GTT space sanity checker with implementationChris Wilson1-9/+11
2014-09-19drm/i915: Drop any active reference before unbindingChris Wilson1-0/+3
2014-09-19drm/i915: Objects on the unbound list may still have an active referenceChris Wilson1-47/+64