summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_tiling.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison2014-12-031-1/+1
* drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter2014-11-201-0/+18
* Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queuedDaniel Vetter2014-11-191-16/+3Star
|\
| * drm/i915: Fix obj->map_and_fenceable across tiling changesChris Wilson2014-11-111-16/+3Star
* | drm/i915: Report the actual swizzling back to userspaceChris Wilson2014-11-071-0/+1
* | drm/i915: preserve swizzle settings if necessary v4Jesse Barnes2014-10-241-15/+26
|/
* drm/i915/bdw: Let the memory controller do all the swizzlingDamien Lespiau2014-09-031-1/+8
* drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_accessChris Wilson2014-08-111-1/+1
* drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-3/+3
* drm/i915: Make pin count per VMABen Widawsky2013-12-181-1/+1
* drm/i915: prevent tiling changes on framebuffer backing storageDaniel Vetter2013-10-161-1/+1
* drm/i915: Use kcalloc moreDaniel Vetter2013-10-011-3/+3
* drm/i915: plumb VM into bind/unbind codeBen Widawsky2013-08-081-4/+5
* drm/i915: Getter/setter for object attributesBen Widawsky2013-07-081-7/+7
* drm/i915: Increase max fence pitch limit to 256KB on IVB+Ville Syrjälä2013-04-181-3/+6
* drm/i915: Reject fence stride=0 on gen4+Ville Syrjälä2013-04-181-3/+3
* lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak2013-03-271-2/+2
* drm/i915: handle walking compact dma scatter listsImre Deak2013-03-231-8/+10
* drm/i915: Create a gtt structureBen Widawsky2013-01-171-1/+1
* drm/i915: use gtt_get_size() instead of open coding itImre Deak2013-01-171-12/+1Star
* drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()Imre Deak2013-01-171-3/+3
* drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pagesChris Wilson2012-12-071-0/+12
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-071-1/+4
|\
| * drm/i915: set swizzling to none on VLVJesse Barnes2012-10-031-1/+4
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-6/+10
|\|
| * drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-201-6/+10
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
* | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
|/
* drm/i915: Only the zap the VMA after updating the tiling parametersChris Wilson2012-05-031-2/+6
* drm/i915: Clarify the semantics of tiling_changedChris Wilson2012-05-031-1/+9
* drm/i915: swizzling support for snb/ivbDaniel Vetter2012-02-081-2/+17
* drm/i915: fix swizzle detection for gen3Daniel Vetter2012-01-301-2/+2
* drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter2011-10-201-10/+0Star
* drm/i915: fix swizzling on gen6+Daniel Vetter2011-10-201-1/+4
* drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson2011-07-181-1/+3
* drm/i915: add swizzle/tiling support for Ivy BridgeJesse Barnes2011-05-141-1/+1
* Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-071-19/+19
|\
| * drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson2011-03-071-4/+17
| * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson2011-03-061-15/+1Star
* | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2011-03-021-1/+15
|\|
| * drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter2011-02-241-1/+15
* | drm/i915: Protect against drm_gem_object not being the first memberChris Wilson2011-02-221-2/+2
* | drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson2011-01-271-5/+0Star
|/
* drm/i915: Pipelined fencing [infrastructure]Chris Wilson2010-12-021-16/+7Star
* drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-231-55/+49Star
* drm/i915: Fix current tiling check for relaxed fencingChris Wilson2010-11-151-8/+14
* drm/i915: Only enforce fence limits inside the GTT.Chris Wilson2010-10-291-11/+21
* drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson2010-10-211-1/+1
* drm/i915: Adjust hangcheck EIO semanticsChris Wilson2010-09-251-1/+5
* drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-211-14/+16