]> git.baikalelectronics.ru Git - kernel.git/commit
drm/hisilicon: hibmc: Don't overwrite fb helper surface depth
authorJohn Garry <john.garry@huawei.com>
Fri, 21 Sep 2018 17:25:26 +0000 (01:25 +0800)
committerXinliang Liu <xinliang.liu@linaro.org>
Wed, 26 Sep 2018 03:40:06 +0000 (11:40 +0800)
commit5374485a075612d25685e15ece687486600fb7d5
tree37cefd6451c8b79868e37f9284742e5a213547f5
parent1aef0c8e9adec6c47275fc7bf4016f30cf91482d
drm/hisilicon: hibmc: Don't overwrite fb helper surface depth

Currently the driver overwrites the surface depth provided by the fb
helper to give an invalid bpp/surface depth combination.

This has been exposed by commit 3402e69fd79a ("drm: Reject unknown legacy
bpp and depth for drm_mode_addfb ioctl"), which now causes the driver to
fail to probe.

Fix by not overwriting the surface depth.

Fixes: b8d47792b890 ("drm/hisilicon/hibmc: Add support for frame buffer")
Signed-off-by: John Garry <john.garry@huawei.com>
Reviewed-by: Xinliang Liu <z.liuxinliang@hisilicon.com>
Signed-off-by: Xinliang Liu <z.liuxinliang@hisilicon.com>
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_fbdev.c