mbox series

[GIT,PULL,3/3] MediaTek driver updates for v6.11

Message ID 20240628093801.126013-3-angelogioacchino.delregno@collabora.com (mailing list archive)
State Accepted
Commit 1392cb2649e5389a6a87ab3cc1f9c6a760f7b0be
Headers show
Series [GIT,PULL,1/3] MediaTek ARM64 DTS updates for v6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-soc-for-v6.11

Message

AngeloGioacchino Del Regno June 28, 2024, 9:37 a.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-soc-for-v6.11

for you to fetch changes up to 58de63ddd0ecc84548b8fd24c72deb3739365c78:

  soc: mtk-cmdq: Add cmdq_pkt_logic_command to support math operation (2024-06-27 12:41:51 +0200)

----------------------------------------------------------------
MediaTek driver updates for v6.11

This adds the previously missed Tone Curve Conversion (TCC)
MuteX bit to enable the same in MDP3 on the the MT8188 SoC,
disables 9-bit Alpha for display HDR support in MT8195 and
adds math operation support in the Global Command Engine for
all MediaTek SoCs, which will be used in the near future in
the ISP driver.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      soc: mediatek: mtk-mutex: Add MDP_TCC0 mod to MT8188 mutex table

Hsiao Chien Sung (1):
      soc: mediatek: Disable 9-bit alpha in ETHDR

Jason-JH.Lin (1):
      soc: mtk-cmdq: Add cmdq_pkt_logic_command to support math operation

 drivers/soc/mediatek/mtk-cmdq-helper.c | 34 ++++++++++++++++++++++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.c       |  1 +
 drivers/soc/mediatek/mtk-mutex.c       |  1 +
 include/linux/soc/mediatek/mtk-cmdq.h  | 42 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+)