summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500
diff options
context:
space:
mode:
authorDave Airlie2011-11-29 21:02:54 +0100
committerDave Airlie2011-11-29 21:02:54 +0100
commit248dbc2350501e2c7b9f5ceb60c75515d82f4134 (patch)
treefb12f25d61f71eeba77931b96e58950fc9afd46f /drivers/staging/gma500
parentdrm/radeon/kms: fix up for BIG ENDIAN breakage (diff)
downloadkernel-qcow2-linux-248dbc2350501e2c7b9f5ceb60c75515d82f4134.tar.gz
kernel-qcow2-linux-248dbc2350501e2c7b9f5ceb60c75515d82f4134.tar.xz
kernel-qcow2-linux-248dbc2350501e2c7b9f5ceb60c75515d82f4134.zip
drm: move the fb bpp/depth helper into the core.
This is used by nearly everyone including vmwgfx which doesn't generally use the fb helper. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/staging/gma500')
-rw-r--r--drivers/staging/gma500/framebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/framebuffer.c b/drivers/staging/gma500/framebuffer.c
index 29f25b5908a5..7aee4d2cd1d4 100644
--- a/drivers/staging/gma500/framebuffer.c
+++ b/drivers/staging/gma500/framebuffer.c
@@ -280,7 +280,7 @@ static int psb_framebuffer_init(struct drm_device *dev,
u32 bpp, depth;
int ret;
- drm_helper_get_fb_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
+ drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
if (mode_cmd->pitches[0] & 63)
return -EINVAL;