summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_tiling.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations"Daniel Vetter1-11/+1
2015-07-09drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson1-1/+11
2015-04-16drm/i915: Simplify i915_gem_obj_is_pinned() test for set-tilingChris Wilson1-1/+1
2015-02-24drm/i915: Check obj->vma_list under the struct_mutexChris Wilson1-3/+4
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison1-1/+1
2014-11-20drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter1-0/+18
2014-11-19Merge tag 'drm-intel-fixes-2014-11-19' into drm-intel-next-queuedDaniel Vetter1-16/+3
2014-11-11drm/i915: Fix obj->map_and_fenceable across tiling changesChris Wilson1-16/+3
2014-11-07drm/i915: Report the actual swizzling back to userspaceChris Wilson1-0/+1
2014-10-24drm/i915: preserve swizzle settings if necessary v4Jesse Barnes1-15/+26
2014-09-03drm/i915/bdw: Let the memory controller do all the swizzlingDamien Lespiau1-1/+8
2014-08-11drm/i915: Remove fenced_gpu_access and pending_fenced_gpu_accessChris Wilson1-1/+1
2014-03-31drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula1-3/+3
2013-12-18drm/i915: Make pin count per VMABen Widawsky1-1/+1
2013-10-16drm/i915: prevent tiling changes on framebuffer backing storageDaniel Vetter1-1/+1
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter1-3/+3
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky1-4/+5
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky1-7/+7
2013-04-18drm/i915: Increase max fence pitch limit to 256KB on IVB+Ville Syrjälä1-3/+6
2013-04-18drm/i915: Reject fence stride=0 on gen4+Ville Syrjälä1-3/+3
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak1-2/+2
2013-03-23drm/i915: handle walking compact dma scatter listsImre Deak1-8/+10
2013-01-17drm/i915: Create a gtt structureBen Widawsky1-1/+1
2013-01-17drm/i915: use gtt_get_size() instead of open coding itImre Deak1-12/+1
2013-01-17drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()Imre Deak1-3/+3
2012-12-07drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pagesChris Wilson1-0/+12
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie1-1/+4
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-6/+10
2012-10-03drm/i915: set swizzling to none on VLVJesse Barnes1-1/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-6/+10
2012-05-03drm/i915: Only the zap the VMA after updating the tiling parametersChris Wilson1-2/+6
2012-05-03drm/i915: Clarify the semantics of tiling_changedChris Wilson1-1/+9
2012-02-08drm/i915: swizzling support for snb/ivbDaniel Vetter1-2/+17
2012-01-30drm/i915: fix swizzle detection for gen3Daniel Vetter1-2/+2
2011-10-20drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter1-10/+0
2011-10-20drm/i915: fix swizzling on gen6+Daniel Vetter1-1/+4
2011-07-18drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson1-1/+3
2011-05-13drm/i915: add swizzle/tiling support for Ivy BridgeJesse Barnes1-1/+1
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-19/+19
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson1-4/+17
2011-03-06Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson1-15/+1
2011-03-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-1/+15
2011-02-24drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter1-1/+15
2011-02-22drm/i915: Protect against drm_gem_object not being the first memberChris Wilson1-2/+2
2011-01-27drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson1-5/+0
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson1-16/+7
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson1-55/+49
2010-11-15drm/i915: Fix current tiling check for relaxed fencingChris Wilson1-8/+14