linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] mediatek drm fixes - 20250706
@ 2025-07-06  2:19 Chun-Kuang Hu
  2025-07-09 13:43 ` Simona Vetter
  0 siblings, 1 reply; 2+ messages in thread
From: Chun-Kuang Hu @ 2025-07-06  2:19 UTC (permalink / raw)
  To: David Airlie, Daniel Vetter, dri-devel, linux-mediatek,
	Jason-JH Lin, Icenowy Zheng, Louis-Alexis Eyraud

Hi, Dave & Daniel:

This includes:
1. Add wait_event_timeout when disabling plane
2. only announce AFBC if really supported
3. mtk_dpi: Reorder output formats on MT8195/88

Regards,
Chun-Kuang.

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-fixes-20250706

for you to fetch changes up to 8708a4897380da17bd1afa70f8c6bef06fefe360:

  drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88 (2025-06-25 15:13:09 +0000)

----------------------------------------------------------------
Mediatek DRM Fixes - 20250706

1. Add wait_event_timeout when disabling plane
2. only announce AFBC if really supported
3. mtk_dpi: Reorder output formats on MT8195/88

----------------------------------------------------------------
Icenowy Zheng (1):
      drm/mediatek: only announce AFBC if really supported

Jason-JH Lin (1):
      drm/mediatek: Add wait_event_timeout when disabling plane

Louis-Alexis Eyraud (1):
      drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88

 drivers/gpu/drm/mediatek/mtk_crtc.c     | 34 ++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/mediatek/mtk_crtc.h     |  1 +
 drivers/gpu/drm/mediatek/mtk_ddp_comp.c |  1 +
 drivers/gpu/drm/mediatek/mtk_ddp_comp.h |  9 +++++++++
 drivers/gpu/drm/mediatek/mtk_disp_drv.h |  1 +
 drivers/gpu/drm/mediatek/mtk_disp_ovl.c |  7 +++++++
 drivers/gpu/drm/mediatek/mtk_dpi.c      |  4 ++--
 drivers/gpu/drm/mediatek/mtk_plane.c    | 12 ++++++++++--
 drivers/gpu/drm/mediatek/mtk_plane.h    |  3 ++-
 9 files changed, 66 insertions(+), 6 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] mediatek drm fixes - 20250706
  2025-07-06  2:19 [GIT PULL] mediatek drm fixes - 20250706 Chun-Kuang Hu
@ 2025-07-09 13:43 ` Simona Vetter
  0 siblings, 0 replies; 2+ messages in thread
From: Simona Vetter @ 2025-07-09 13:43 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: David Airlie, Daniel Vetter, dri-devel, linux-mediatek,
	Jason-JH Lin, Icenowy Zheng, Louis-Alexis Eyraud

On Sun, Jul 06, 2025 at 02:19:55AM +0000, Chun-Kuang Hu wrote:
> Hi, Dave & Daniel:
> 
> This includes:
> 1. Add wait_event_timeout when disabling plane
> 2. only announce AFBC if really supported
> 3. mtk_dpi: Reorder output formats on MT8195/88
> 
> Regards,
> Chun-Kuang.
> 
> The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
> 
>   Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-fixes-20250706
> 
> for you to fetch changes up to 8708a4897380da17bd1afa70f8c6bef06fefe360:
> 
>   drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88 (2025-06-25 15:13:09 +0000)

Tried to pull this, but doesn't seem to compile all that well:

drivers/gpu/drm/mediatek/mtk_crtc.c: In function ‘mtk_crtc_plane_disable’:
drivers/gpu/drm/mediatek/mtk_crtc.c:729:22: error: ‘struct mtk_crtc’ has no member named ‘cmdq_client’
  729 |         if (!mtk_crtc->cmdq_client.chan)
      |                      ^~


There's more. I'm not exactly sure what's going on, but this looks like it
wasn't tested?

Thanks, Sima

> 
> ----------------------------------------------------------------
> Mediatek DRM Fixes - 20250706
> 
> 1. Add wait_event_timeout when disabling plane
> 2. only announce AFBC if really supported
> 3. mtk_dpi: Reorder output formats on MT8195/88
> 
> ----------------------------------------------------------------
> Icenowy Zheng (1):
>       drm/mediatek: only announce AFBC if really supported
> 
> Jason-JH Lin (1):
>       drm/mediatek: Add wait_event_timeout when disabling plane
> 
> Louis-Alexis Eyraud (1):
>       drm/mediatek: mtk_dpi: Reorder output formats on MT8195/88
> 
>  drivers/gpu/drm/mediatek/mtk_crtc.c     | 34 ++++++++++++++++++++++++++++++++-
>  drivers/gpu/drm/mediatek/mtk_crtc.h     |  1 +
>  drivers/gpu/drm/mediatek/mtk_ddp_comp.c |  1 +
>  drivers/gpu/drm/mediatek/mtk_ddp_comp.h |  9 +++++++++
>  drivers/gpu/drm/mediatek/mtk_disp_drv.h |  1 +
>  drivers/gpu/drm/mediatek/mtk_disp_ovl.c |  7 +++++++
>  drivers/gpu/drm/mediatek/mtk_dpi.c      |  4 ++--
>  drivers/gpu/drm/mediatek/mtk_plane.c    | 12 ++++++++++--
>  drivers/gpu/drm/mediatek/mtk_plane.h    |  3 ++-
>  9 files changed, 66 insertions(+), 6 deletions(-)

-- 
Simona Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-09 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-06  2:19 [GIT PULL] mediatek drm fixes - 20250706 Chun-Kuang Hu
2025-07-09 13:43 ` Simona Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).