[PATCH 1/2] drm/mediathek: fix kernel oops if no crtc is found
Nícolas F. R. A. Prado
nfraprado at collabora.com
Tue Aug 29 16:00:29 UTC 2023
On Tue, Aug 29, 2023 at 03:19:40PM +0200, Michael Walle wrote:
> drm_crtc_from_index(0) might return NULL if there are not CRTCs
Typo: not -> no
> registered at all which will lead to a kernel oops in
> mtk_drm_crtc_dma_dev_get(). Add the missing return value check.
>
> Fixes: 0d9eee9118b7 ("drm/mediatek: Add drm ovl_adaptor sub driver for MT8195")
> Signed-off-by: Michael Walle <mwalle at kernel.org>
There's also a typo in the commit subject: mediathek -> mediatek. But
regardless,
Reviewed-by: Nícolas F. R. A. Prado <nfraprado at collabora.com>
Tested-by: Nícolas F. R. A. Prado <nfraprado at collabora.com>
(tested that the patch fixes the oops on mt8195-cherry-tomato when no display
pipeline is available)
Thanks,
Nícolas
More information about the dri-devel
mailing list