From: Daniel Vetter Date: Thu, 26 Apr 2012 21:28:05 +0000 (+0200) Subject: drm/i915: remove LP_RING&friends from modeset code X-Git-Tag: v3.5-rc1~83^2~8^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d90c952cdd20158ec41a5c016c6fad73c9a8749;p=pandora-kernel.git drm/i915: remove LP_RING&friends from modeset code The LP refers to 'low priority' as opposed to the high priority ring on gen2/3. So lets constrain its use to the code of that era. Unfortunately we can't yet completely remove the associated macros from common headers and shove them into i915_dma.c to the other dri1 legacy support code, a few cleanups are still missing for that. Reviewed-by: Chris Wilson Acked-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed