]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ef3049e0dec2f60e8425748b146338ec35671bd
tree8da12c0cf4c5834bf18872e4b65ed3f7cce742e6
parent240e73649ba62ae17bfa8c2b7f92dcb7f711d887
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