[PULL] drm-misc-next
Thomas Zimmermann
tzimmermann at suse.de
Thu Feb 27 09:40:41 UTC 2025
Hi Dave, Sima,
this is the weekly PR for drm-misc-next. It's very quiet: a few more
panels supported, some refactoring.
Best regards
Thomas
drm-misc-next-2025-02-27:
drm-misc-next for v6.15:
Cross-subsystem Changes:
bus:
- mhi: Avoid access to uninitialized field
Core Changes:
- Fix docmentation
dp:
- Add helpers for LTTPR transparent mode
sched:
- Improve job peek/pop operations
- Optimize layout of struct drm_sched_job
Driver Changes:
arc:
- Convert to devm_platform_ioremap_resource()
aspeed:
- Convert to devm_platform_ioremap_resource()
bridge:
- ti-sn65dsi86: Support CONFIG_PWM tristate
i915:
- dp: Use helpers for LTTPR transparent mode
mediatek:
- Convert to devm_platform_ioremap_resource()
msm:
- dp: Use helpers for LTTPR transparent mode
nouveau:
- dp: Use helpers for LTTPR transparent mode
panel:
- raydium-rm67200: Add driver for Raydium RM67200
- simple: Add support for BOE AV123Z7M-N17, BOE AV123Z7M-N17
- sony-td4353-jdi: Use MIPI-DSI multi-func interface
- summit: Add driver for Apple Summit display panel
- visionox-rm692e5: Add driver for Visionox RM692E5
repaper:
- Fix integer overflows
stm:
- Convert to devm_platform_ioremap_resource()
vc4:
- Convert to devm_platform_ioremap_resource()
The following changes since commit fb51bf02551958265b7116f6ba92752295c83c26:
Merge tag 'v6.14-rc4' into drm-next (2025-02-25 17:36:09 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-next-2025-02-27
for you to fetch changes up to 7cb3274341bfa5977f3c90503b632986a82705fa:
drm/panel: Add Visionox RM692E5 panel driver (2025-02-27 09:43:38 +0100)
----------------------------------------------------------------
drm-misc-next for v6.15:
Cross-subsystem Changes:
bus:
- mhi: Avoid access to uninitialized field
Core Changes:
- Fix docmentation
dp:
- Add helpers for LTTPR transparent mode
sched:
- Improve job peek/pop operations
- Optimize layout of struct drm_sched_job
Driver Changes:
arc:
- Convert to devm_platform_ioremap_resource()
aspeed:
- Convert to devm_platform_ioremap_resource()
bridge:
- ti-sn65dsi86: Support CONFIG_PWM tristate
i915:
- dp: Use helpers for LTTPR transparent mode
mediatek:
- Convert to devm_platform_ioremap_resource()
msm:
- dp: Use helpers for LTTPR transparent mode
nouveau:
- dp: Use helpers for LTTPR transparent mode
panel:
- raydium-rm67200: Add driver for Raydium RM67200
- simple: Add support for BOE AV123Z7M-N17, BOE AV123Z7M-N17
- sony-td4353-jdi: Use MIPI-DSI multi-func interface
- summit: Add driver for Apple Summit display panel
- visionox-rm692e5: Add driver for Visionox RM692E5
repaper:
- Fix integer overflows
stm:
- Convert to devm_platform_ioremap_resource()
vc4:
- Convert to devm_platform_ioremap_resource()
----------------------------------------------------------------
Abel Vesa (4):
drm/dp: Add helper to set LTTPRs in transparent mode
drm/nouveau/dp: Use the generic helper to control LTTPR transparent mode
drm/i915/dp: Use the generic helper to control LTTPR transparent mode
drm/msm/dp: Add support for LTTPR handling
Alex Lanzano (1):
MAINTAINERS: Update maintainer of repaper and mi0283qt
Anusha Srivatsa (5):
drm/aspeed: move to devm_platform_ioremap_resource() usage
drm/mediatek: move to devm_platform_ioremap_resource() usage
drm/stm: move to devm_platform_ioremap_resource() usage
drm/tiny: move to devm_platform_ioremap_resource() usage
drm/vc4: move to devm_platform_ioremap_resource() usage
Danila Tikhonov (1):
dt-bindings: display: panel: Add Visionox RM692E5
Eugene Lepshy (1):
drm/panel: Add Visionox RM692E5 panel driver
Herve Codina (1):
drm/atomic-helper: Add a note in drm_atomic_helper_reset_crtc() kernel-doc
Jeff Hugo (2):
MAINTAINERS: Update my email address
bus: mhi: host: Avoid possible uninitialized fw_load_type
John Keeping (1):
drm/panel: ilitek-ili9882t: fix GPIO name in error message
Louis Chauvet (1):
drm: writeback: Fix kernel doc name
Maud Spierings (4):
dt-bindings: display: simple: add BOE AV101HDT-A10 panel
dt-bindings: display: simple: Add BOE AV123Z7M-N17 panel
drm/panel: simple: add BOE AV101HDT-A10 panel
drm/panel: simple: Add BOE AV123Z7M-N17 panel
Maxime Ripard (1):
drm/doc: Document KUnit expectations
Nikita Zhandarovich (1):
drm/repaper: fix integer overflows in repeat functions
Sasha Finkelstein (1):
drm: panel: Add a panel driver for the Summit display
Sebastian Reichel (2):
dt-bindings: display: panel: Add Raydium RM67200
drm/panel: add Raydium RM67200 panel driver
Tejas Vipin (1):
drm/mipi-dsi: extend "multi" functions and use them in sony-td4353-jdi
Thomas Zimmermann (1):
Merge drm/drm-next into drm-misc-next
Tvrtko Ursulin (6):
drm/sched: Add internal job peek/pop API
drm/amdgpu: Pop jobs from the queue more robustly
drm/sched: Remove a hole from struct drm_sched_job
drm/sched: Move drm_sched_entity_is_ready to internal header
drm/sched: Move internal prototypes to internal header
drm/sched: Group exported prototypes by object type
Uwe Kleine-König (1):
drm/bridge: ti-sn65dsi86: Check for CONFIG_PWM using IS_REACHABLE()
.mailmap | 3 +-
.../panel/panel-simple-lvds-dual-ports.yaml | 2 +
.../bindings/display/panel/panel-simple.yaml | 2 +
.../bindings/display/panel/raydium,rm67200.yaml | 72 +++
.../bindings/display/panel/visionox,rm692e5.yaml | 77 ++++
Documentation/gpu/drm-internals.rst | 7 +
MAINTAINERS | 8 +-
drivers/bus/mhi/host/boot.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 22 +-
drivers/gpu/drm/aspeed/aspeed_gfx_drv.c | 4 +-
drivers/gpu/drm/bridge/ti-sn65dsi86.c | 6 +-
drivers/gpu/drm/display/drm_dp_helper.c | 61 +++
drivers/gpu/drm/drm_atomic_helper.c | 4 +
drivers/gpu/drm/drm_mipi_dsi.c | 42 +-
drivers/gpu/drm/drm_writeback.c | 2 +-
.../gpu/drm/i915/display/intel_dp_link_training.c | 24 +-
drivers/gpu/drm/mediatek/mtk_disp_color.c | 4 +-
drivers/gpu/drm/mediatek/mtk_disp_gamma.c | 4 +-
drivers/gpu/drm/mediatek/mtk_disp_merge.c | 4 +-
drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 4 +-
drivers/gpu/drm/mediatek/mtk_disp_rdma.c | 4 +-
drivers/gpu/drm/mediatek/mtk_dsi.c | 4 +-
drivers/gpu/drm/mediatek/mtk_hdmi.c | 4 +-
drivers/gpu/drm/mediatek/mtk_mdp_rdma.c | 4 +-
drivers/gpu/drm/msm/dp/dp_display.c | 15 +
drivers/gpu/drm/nouveau/nouveau_dp.c | 17 +-
drivers/gpu/drm/panel/Kconfig | 29 ++
drivers/gpu/drm/panel/Makefile | 3 +
drivers/gpu/drm/panel/panel-ilitek-ili9882t.c | 2 +-
drivers/gpu/drm/panel/panel-raydium-rm67200.c | 499 +++++++++++++++++++++
drivers/gpu/drm/panel/panel-simple.c | 64 +++
drivers/gpu/drm/panel/panel-sony-td4353-jdi.c | 107 +----
drivers/gpu/drm/panel/panel-summit.c | 132 ++++++
drivers/gpu/drm/panel/panel-visionox-rm692e5.c | 442 ++++++++++++++++++
drivers/gpu/drm/scheduler/sched_entity.c | 23 +-
drivers/gpu/drm/scheduler/sched_fence.c | 2 +
drivers/gpu/drm/scheduler/sched_internal.h | 91 ++++
drivers/gpu/drm/scheduler/sched_main.c | 7 +-
drivers/gpu/drm/stm/ltdc.c | 4 +-
drivers/gpu/drm/tiny/arcpgu.c | 4 +-
drivers/gpu/drm/tiny/repaper.c | 4 +-
drivers/gpu/drm/vc4/vc4_hdmi.c | 53 +--
include/drm/display/drm_dp_helper.h | 2 +
include/drm/drm_mipi_dsi.h | 2 +-
include/drm/gpu_scheduler.h | 124 +++--
45 files changed, 1681 insertions(+), 315 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/panel/raydium,rm67200.yaml
create mode 100644 Documentation/devicetree/bindings/display/panel/visionox,rm692e5.yaml
create mode 100644 drivers/gpu/drm/panel/panel-raydium-rm67200.c
create mode 100644 drivers/gpu/drm/panel/panel-summit.c
create mode 100644 drivers/gpu/drm/panel/panel-visionox-rm692e5.c
create mode 100644 drivers/gpu/drm/scheduler/sched_internal.h
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
More information about the Intel-xe
mailing list