mbox series

[PULL] drm-misc-next

Message ID 5a467f58-000b-4160-868f-7032665cc814@linux.intel.com (mailing list archive)
State New
Headers show
Series [PULL] drm-misc-next | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-2024-11-13

Message

Maarten Lankhorst Nov. 13, 2024, 9:19 a.m. UTC
Hi Dave, Simona,

Next pull request, hopefully we'll have a v6.12 release soon!

Cheers,
~Maarten

drm-misc-next-2024-11-13:
drm-misc-next for v6.13-rc1:

Core Changes:
- Replace use of of_graph_get_next_endpoint by get_endpoint_by_regs in
   core and drivers.

Driver Changes:
- Use drm_connector_helper_hpd_irq_event in rockchip, and add gamma LUT
   support.
- Small fixes to v3d, rockchip, bridge/cdns-mhdp8546.
The following changes since commit baf4afc5831438b35de4b0e951b9cd58435a6d99:

   drm/sched: Improve teardown documentation (2024-11-07 10:05:54 +0100)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-2024-11-13

for you to fetch changes up to 17558f97fe62fbe14757880a0aa998bfd194ea95:

   gpu: drm: replace of_graph_get_next_endpoint() (2024-11-12 13:05:35 
+0100)

----------------------------------------------------------------
drm-misc-next for v6.13-rc1:

Core Changes:
- Replace use of of_graph_get_next_endpoint by get_endpoint_by_regs in
   core and drivers.

Driver Changes:
- Use drm_connector_helper_hpd_irq_event in rockchip, and add gamma LUT
   support.
- Small fixes to v3d, rockchip, bridge/cdns-mhdp8546.

----------------------------------------------------------------
Andy Yan (1):
       drm/rockchip: vop2: Don't spam logs in atomic update

Dr. David Alan Gilbert (1):
       drm/bridge: cdns-mhdp8546: Remove unused functions

Kuninori Morimoto (1):
       gpu: drm: replace of_graph_get_next_endpoint()

MaĆ­ra Canal (1):
       drm/v3d: Fix performance counter source settings on V3D 7.x

Piotr Zalewski (1):
       rockchip/drm: vop2: add support for gamma LUT

Thomas Zimmermann (1):
       drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()

  .../gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c    |  28 ---
  .../gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.h    |   3 -
  drivers/gpu/drm/drm_of.c                           |   4 +-
  .../gpu/drm/panel/panel-raspberrypi-touchscreen.c  |   2 +-
  drivers/gpu/drm/rockchip/cdn-dp-core.c             |   9 +-
  drivers/gpu/drm/rockchip/rockchip_drm_vop2.c       | 208 
++++++++++++++++++++-
  drivers/gpu/drm/rockchip/rockchip_drm_vop2.h       |   5 +
  drivers/gpu/drm/tiny/arcpgu.c                      |   2 +-
  drivers/gpu/drm/v3d/v3d_debugfs.c                  |   4 +-
  drivers/gpu/drm/v3d/v3d_perfmon.c                  |  15 +-
  drivers/gpu/drm/v3d/v3d_regs.h                     |  29 +--
  11 files changed, 236 insertions(+), 73 deletions(-)