diff options
author | Liu Ying <victor.liu@nxp.com> | 2023-06-12 12:23:59 +0300 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2023-06-25 15:51:35 +0300 |
commit | aa656d48e871a1b062e1bbf9474d8b831c35074c (patch) | |
tree | ec139b90e7856b6a175a30d15402d42ced87a496 /drivers/gpu/drm/drm_prime.c | |
parent | cc4fd2934d41a69b4339d7145040d99e7ea79b02 (diff) | |
download | linux-aa656d48e871a1b062e1bbf9474d8b831c35074c.tar.xz |
drm/mxsfb: Disable overlay plane in mxsfb_plane_overlay_atomic_disable()
When disabling overlay plane in mxsfb_plane_overlay_atomic_update(),
overlay plane's framebuffer pointer is NULL. So, dereferencing it would
cause a kernel Oops(NULL pointer dereferencing). Fix the issue by
disabling overlay plane in mxsfb_plane_overlay_atomic_disable() instead.
Fixes: cb285a5348e7 ("drm: mxsfb: Replace mxsfb_get_fb_paddr() with drm_fb_cma_get_gem_addr()")
Cc: stable@vger.kernel.org # 5.19+
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230612092359.784115-1-victor.liu@nxp.com
Diffstat (limited to 'drivers/gpu/drm/drm_prime.c')
0 files changed, 0 insertions, 0 deletions