drm/i915: Remove vestigial pitch from post-gen2 FBC control routines
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Jul 2011 11:22:38 +0000 (12:22 +0100)
committerKeith Packard <keithp@keithp.com>
Fri, 8 Jul 2011 17:23:06 +0000 (10:23 -0700)
commitf19a079a800dfd365fa8ed422acf29ca7a036ea3
tree90c8e7ffe4d8dcbd34887f8bcb352479f1936440
parent973d04f990ac241881c4793cdfbe367b3caf3dba
drm/i915: Remove vestigial pitch from post-gen2 FBC control routines

The cfb_pitch was only used for 8xx_enable_fbc(), every later routine
was just overwriting the value with itself thanks to a copy'n'paste
error.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_display.c