mirror-linux/drivers/gpu/drm/renesas/rz-du
Geert Uytterhoeven 0070851095 drm: renesas: rz-du: mipi_dsi: Convert to RUNTIME_PM_OPS()
Convert the Renesas RZ/G2L MIPI DSI Encoder driver from
SET_RUNTIME_PM_OPS() to RUNTIME_PM_OPS() and pm_ptr().  This lets us
drop the __maybe_unused annotations from its runtime suspend and resume
callbacks, and reduces kernel size in case CONFIG_PM is disabled.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/cdfc1b8ec9e62553654639b9e9026bfed8dd07d1.1752086582.git.geert+renesas@glider.be
2025-08-14 06:57:34 +01:00
..
Kconfig drm: renesas: rz-du: Add Kconfig dependency between RZG2L_DU and RZG2L_MIPI_DSI 2025-04-04 14:37:08 +01:00
Makefile
rzg2l_du_crtc.c drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macro 2024-12-10 12:45:57 +00:00
rzg2l_du_crtc.h
rzg2l_du_drv.c drm: renesas: rz-du: Add support for RZ/V2H(P) SoC 2025-05-24 08:49:37 +01:00
rzg2l_du_drv.h
rzg2l_du_encoder.c drm: rz-du: Support panels connected directly to the DPAD output 2025-05-14 07:10:07 +01:00
rzg2l_du_encoder.h
rzg2l_du_kms.c drm: Pass the format info to .fb_create() 2025-07-16 20:03:14 +03:00
rzg2l_du_kms.h drm: renesas: rz-du: Drop bpp variable from struct rzg2l_du_format_info 2025-04-07 07:29:12 +01:00
rzg2l_du_vsp.c drm: renesas: Add zpos, alpha and blend properties to RZ/G2L DU 2025-04-11 17:02:47 +01:00
rzg2l_du_vsp.h
rzg2l_mipi_dsi.c drm: renesas: rz-du: mipi_dsi: Convert to RUNTIME_PM_OPS() 2025-08-14 06:57:34 +01:00
rzg2l_mipi_dsi_regs.h drm: renesas: rz-du: mipi_dsi: Add OF data support 2025-06-12 19:42:27 +01:00