aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm-intel into linusDave 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-05drm/i915: Handle inaccurate time conversion issuesDaniel Vetter1-0/+10
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-1/+2
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/drm-intel into drm-nextDave 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-09-30Merge 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
2014-09-16Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-4/+47
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-4/+7
2014-09-08drm/i915: Fix EIO/wedged handling in gem fault handlerDaniel Vetter1-4/+7
2014-09-03drm/i915: Idle unused rings on gen2/3 during init/resumeVille Syrjälä1-0/+35
2014-09-03drm/i915/bdw: Don't execute context reset and switch with ExeclistsThomas Daniel1-3/+5
2014-09-03drm/i915: Rework GPU reset sequence to match driver load & thawMcAulay, Alistair1-1/+7
2014-09-03Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-69/+116
2014-08-20drm/i915/bdw: Make sure gpu reset still works with ExeclistsOscar Mateo1-0/+12
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo1-19/+53
2014-08-13drm/i915: Rework ppgtt init to no require an aliasing ppgttDaniel Vetter1-0/+8
2014-08-13drm/i915: Fix up checks for aliasing ppgttDaniel Vetter1-6/+2
2014-08-13drm/i915: Allow i915_gem_setup_global_gtt to failDaniel Vetter1-1/+6
2014-08-13drm/i915: Add proper prefix to obj_to_ggttDaniel Vetter1-1/+1
2014-08-13drm/i915: Only refcount ppgtt if it actually is oneDaniel Vetter1-1/+2
2014-08-12drm/i915: Some cleanups for the ppgtt lifetime handlingDaniel Vetter1-4/+1