diff options
| author | Dave Airlie <airlied@redhat.com> | 2022-07-12 16:54:19 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2022-07-12 17:01:42 +1000 |
| commit | 5e4cb0afe21e4e744ed808de1169a62ab35a57f5 (patch) | |
| tree | 5c8b1aeefa85d58b37f545e035cf110a7afe8585 /drivers/gpu/drm/mediatek/mtk_drm_plane.h | |
| parent | 8daecf611258d252b3107132d0143752b2e186fc (diff) | |
| parent | d86c1568910e7079e6ceb875d653e44293409194 (diff) | |
| download | linux-5e4cb0afe21e4e744ed808de1169a62ab35a57f5.tar.gz linux-5e4cb0afe21e4e744ed808de1169a62ab35a57f5.tar.bz2 linux-5e4cb0afe21e4e744ed808de1169a62ab35a57f5.zip | |
Merge tag 'mediatek-drm-next-5.20' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next
Mediatek DRM Next for Linux 5.20
1. Add Mediatek Soc DRM (vdosys0) support for mt8195
2. Cooperate with DSI RX devices to modify dsi funcs and delay mipi high to cooperate with panel sequence
3. Add mt8186 dsi compatible and convert dsi_dtbinding to .yaml
4. Add MediaTek SoC DRM (vdosys1) support for mt8195
5. Add MT8195 dp_intf driver
Signed-off-by: Dave Airlie <airlied@redhat.com>
[airlied: fix drm_edid.h include]
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220709142021.24260-1-chunkuang.hu@kernel.org
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_drm_plane.h')
| -rw-r--r-- | drivers/gpu/drm/mediatek/mtk_drm_plane.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_plane.h b/drivers/gpu/drm/mediatek/mtk_drm_plane.h index d454bece9535..2d5ec66e3df1 100644 --- a/drivers/gpu/drm/mediatek/mtk_drm_plane.h +++ b/drivers/gpu/drm/mediatek/mtk_drm_plane.h @@ -24,6 +24,7 @@ struct mtk_plane_pending_state { bool dirty; bool async_dirty; bool async_config; + enum drm_color_encoding color_encoding; }; struct mtk_plane_state { |
