aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_tiling.c
AgeCommit message (Expand)Author
2013-10-16drm/i915: prevent tiling changes on framebuffer backing storageDaniel Vetter
2013-10-01drm/i915: Use kcalloc moreDaniel Vetter
2013-08-08drm/i915: plumb VM into bind/unbind codeBen Widawsky
2013-07-08drm/i915: Getter/setter for object attributesBen Widawsky
2013-04-18drm/i915: Increase max fence pitch limit to 256KB on IVB+Ville Syrjälä
2013-04-18drm/i915: Reject fence stride=0 on gen4+Ville Syrjälä
2013-03-27lib/scatterlist: sg_page_iter: support sg lists w/o backing pagesImre Deak
2013-03-23drm/i915: handle walking compact dma scatter listsImre Deak
2013-01-17drm/i915: Create a gtt structureBen Widawsky
2013-01-17drm/i915: use gtt_get_size() instead of open coding itImre Deak
2013-01-17drm/i915: merge get_gtt_alignment/get_unfenced_gtt_alignment()Imre Deak
2012-12-07drm/i915: Reduce memory pressure during shrinker by preallocating swizzle pagesChris Wilson
2012-10-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-10-03drm/i915: set swizzling to none on VLVJesse Barnes
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson
2012-05-03drm/i915: Only the zap the VMA after updating the tiling parametersChris Wilson
2012-05-03drm/i915: Clarify the semantics of tiling_changedChris Wilson
2012-02-08drm/i915: swizzling support for snb/ivbDaniel Vetter
2012-01-30drm/i915: fix swizzle detection for gen3Daniel Vetter
2011-10-20drm/i915: simplify swapin/out swizzle checking a bitDaniel Vetter
2011-10-20drm/i915: fix swizzling on gen6+Daniel Vetter
2011-07-18drm/i915: Fix unfenced alignment on pre-G33 hardwareChris Wilson
2011-05-13drm/i915: add swizzle/tiling support for Ivy BridgeJesse Barnes
2011-03-07Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2011-03-07drm/i915: Rebind the buffer if its alignment constraints changes with tilingChris Wilson
2011-03-06Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"Chris Wilson
2011-03-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2011-02-24drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter
2011-02-22drm/i915: Protect against drm_gem_object not being the first memberChris Wilson
2011-01-27drm/i915: Defer reporting EIO until we try to use the GPUChris Wilson
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-15drm/i915: Fix current tiling check for relaxed fencingChris Wilson
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson
2010-09-25drm/i915: Adjust hangcheck EIO semanticsChris Wilson
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson
2010-09-14drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson
2010-09-08drm/i915: Remove impossible error handling from bit17 swizzlingChris Wilson
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson
2010-08-01drm/i915: Remove the WARN when failing to set tiling.Chris Wilson
2010-05-10drm/i915: don't allow tiling changes on pinned buffers v2Daniel Vetter
2010-04-18drm/i915: fix tiling limits for i915 class hw v2Daniel Vetter
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter
2010-03-18drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter
2010-02-26drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie