mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
drm/mgag200: Remove pointless call to drm_fb_get_bpp_depth
Signed-off-by: Christopher Harvey <charvey@matrox.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
36d9b1541c
commit
67d411ddb9
1 changed files with 0 additions and 3 deletions
|
@ -105,12 +105,9 @@ static int mgag200fb_create_object(struct mga_fbdev *afbdev,
|
|||
struct drm_gem_object **gobj_p)
|
||||
{
|
||||
struct drm_device *dev = afbdev->helper.dev;
|
||||
u32 bpp, depth;
|
||||
u32 size;
|
||||
struct drm_gem_object *gobj;
|
||||
|
||||
int ret = 0;
|
||||
drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
|
||||
|
||||
size = mode_cmd->pitches[0] * mode_cmd->height;
|
||||
ret = mgag200_gem_create(dev, size, true, &gobj);
|
||||
|
|
Loading…
Reference in a new issue