Message ID | 20240201125304.218467-1-angelogioacchino.delregno@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/mediatek: Fixes for DDP component search/destroy | expand |
Il 01/02/24 13:53, AngeloGioacchino Del Regno ha scritto: > This series performs some cleanups for DDP component CRTC search and > correctly iounmaps the previously of_iomap() calls from drm_ddp_comp. > > Tested on MT8195 Cherry Tomato > Hello CK, gentle ping for this series. Cheers, Angelo > AngeloGioacchino Del Regno (3): > drm/mediatek: drm_ddp_comp: Fix and cleanup DDP component CRTC search > drm/mediatek: Perform iounmap on simple DDP component destruction > drm/mediatek: drm_ddp_comp: Add mtk_ddp_is_simple_comp() internal > helper > > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 113 +++++++++++++------- > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 1 + > drivers/gpu/drm/mediatek/mtk_drm_drv.c | 4 +- > 3 files changed, 80 insertions(+), 38 deletions(-) >