From: Dave Airlie Date: Fri, 20 Oct 2023 06:20:04 +0000 (+1000) Subject: Merge tag 'mediatek-drm-next-6.7' of https://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=035fdc38c1f6ddce3544d8a489548e6cc4de508a;p=linux.git Merge tag 'mediatek-drm-next-6.7' of https://git./linux/kernel/git/chunkuang.hu/linux into drm-next Mediatek DRM Next for Linux 6.7 1. Add support MT8188 dsi function 2. Fix coverity issue with unintentional integer overflow 3. Add support MT8188 dp/edp function 4. Fix memory leak on ->get_edid callback audio detection and error path. 5. Add connector dynamic selection capability 6. MediaTek DDP GAMMA - 12-bit LUT support 7. mtk_dsi: Fix NO_EOT_PACKET settings/handling [airlied: add bitfield.h include] Signed-off-by: Dave Airlie From: Chun-Kuang Hu Link: https://patchwork.freedesktop.org/patch/msgid/20231018135846.5811-1-chunkuang.hu@kernel.org --- 035fdc38c1f6ddce3544d8a489548e6cc4de508a diff --cc drivers/gpu/drm/mediatek/mtk_disp_aal.c index 4da9ac93b29e3,ca50160a0c732..2209159d88557 --- a/drivers/gpu/drm/mediatek/mtk_disp_aal.c +++ b/drivers/gpu/drm/mediatek/mtk_disp_aal.c @@@ -3,6 -3,6 +3,7 @@@ * Copyright (c) 2021 MediaTek Inc. */ ++#include #include #include #include