|
@@ -316,8 +316,8 @@ drm_gem_fbdev_fb_create(struct drm_device *dev,
|
|
if (pitch_align)
|
|
if (pitch_align)
|
|
mode_cmd.pitches[0] = roundup(mode_cmd.pitches[0],
|
|
mode_cmd.pitches[0] = roundup(mode_cmd.pitches[0],
|
|
pitch_align);
|
|
pitch_align);
|
|
- mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp,
|
|
|
|
- sizes->surface_depth);
|
|
|
|
|
|
+ mode_cmd.pixel_format = drm_driver_legacy_fb_format(dev, sizes->surface_bpp,
|
|
|
|
+ sizes->surface_depth);
|
|
if (obj->size < mode_cmd.pitches[0] * mode_cmd.height)
|
|
if (obj->size < mode_cmd.pitches[0] * mode_cmd.height)
|
|
return ERR_PTR(-EINVAL);
|
|
return ERR_PTR(-EINVAL);
|
|
|
|
|