aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_tiling.c
AgeCommit message (Expand)Author
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-02-24drm/i915: fix corruptions on i8xx due to relaxed fencingDaniel Vetter
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
2010-02-22drm/i915: reduce some of the duplication of tiling checkingOwain Ainsworth
2010-02-22drm/i915: blow away userspace mappings before fence changeDaniel Vetter
2010-02-16drm/i915: Keep MCHBAR always enabledZhenyu Wang
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri
2010-01-06drm/i915: execbuf2 supportJesse Barnes
2009-12-07drm/i915: Fix product names and #definesAdam Jackson
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui
2009-09-08drm/i915: get the bridge device once.Dave Airlie
2009-09-04drm/i915: fix tiling on IGDNGZhenyu Wang
2009-07-10drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt
2009-06-18drm/i915: check for CONFIG_PNP before using pnp functionKeith Packard
2009-06-18drm/i915: Clear fence register on tiling stride change.Chris Wilson
2009-06-09drm/i915: enable MCHBAR if neededJesse Barnes
2009-06-05drm/i915: Disable tiling on IGDNG for nowZhenyu Wang
2009-05-26drm/i915: Fix tiling pitch handling on 8xx.Eric Anholt
2009-04-17drm/i915: fix transition to I915_TILING_NONEKeith Packard
2009-04-08drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.Eric Anholt
2009-04-01drm/i915: fix up tiling/fence reg setup on i8xx class hwDaniel Vetter
2009-03-27drm/i915: Change DCC tiling detection case to cover only mobile parts.Eric Anholt
2009-02-20drm/i915: hold mutex for unreference() in i915_gem_tiling.cChris Wilson
2009-02-08drm/i915: Unref the object after failing to set tiling mode.Chris Wilson
2009-02-08drm/i915: add fence register management to execbufJesse Barnes
2008-12-29drm/i915: add GEM GTT mapping supportJesse Barnes
2008-12-04drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling.Eric Anholt
2008-10-18i915: GM45 has GM965-style MCH setup.Eric Anholt
2008-10-18drm: G33-class hardware has a newer 965-style MCH (no DCC register).Eric Anholt
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt