drm: fix two issues with fb consolidation.
authorDave Airlie <airlied@redhat.com>
Mon, 31 Aug 2009 00:33:29 +0000 (10:33 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 31 Aug 2009 00:33:29 +0000 (10:33 +1000)
commit3420e74262a7d6496d0ac433d6f61c9972f015f6
tree8da12c0cf4c5834bf18872e4b65ed3f7cce742e6
parent3b51096f95633e6ab47675984e8e38fc37b09eeb
drm: fix two issues with fb consolidation.

Set accel to none, we really don't want anyone thinking
fb is an accel interface.
Pass pitch not depth to function for intel.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c
drivers/gpu/drm/i915/intel_fb.c