drm/i915: Include pitch in set_base debug statement.
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 27 May 2010 12:18:17 +0000 (13:18 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 28 May 2010 17:43:25 +0000 (10:43 -0700)
commita7faf32d00529b9c501e37a31d4bf8acef4f8f59
treeebd74db72938d99c149d74063780ac4cd7f151b1
parenta939406fda8ddc7de69ee9186356d09dc6daaa2c
drm/i915: Include pitch in set_base debug statement.

Add the pitch that we about to write into the control register along
with the base, offset and coordinates that go into the other control
registers.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c