Merge tag 'mediatek-drm-next-6.7' of https://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <airlied@redhat.com>
Fri, 20 Oct 2023 06:20:04 +0000 (16:20 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 20 Oct 2023 06:34:38 +0000 (16:34 +1000)
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 <airlied@redhat.com>
From: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231018135846.5811-1-chunkuang.hu@kernel.org
1  2 
drivers/gpu/drm/mediatek/mtk_disp_aal.c

@@@ -3,6 -3,6 +3,7 @@@
   * Copyright (c) 2021 MediaTek Inc.
   */
  
++#include <linux/bitfield.h>
  #include <linux/clk.h>
  #include <linux/component.h>
  #include <linux/module.h>