linux/drivers/gpu/drm/vc4
Maxime Ripard dc0bf36401
drm/vc4: dsi: Use snprintf for the PHY clocks instead of an array
The DSI clocks setup function has been using an array to store the clock
name of either the DSI0 or DSI1 blocks, using the port ID to choose the
proper one.

Let's switch to an snprintf call to do the same thing and simplify the
array a bit.

Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20201203132543.861591-4-maxime@cerno.tech
2020-12-07 10:33:22 +01:00
..
Kconfig
Makefile
vc4_bo.c drm/cma-helper: Implement mmap as GEM CMA object functions 2020-11-30 13:38:27 +01:00
vc4_crtc.c drm: Use the state pointer directly in atomic_check 2020-11-03 12:20:09 +01:00
vc4_debugfs.c drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headers 2020-11-18 11:51:58 +01:00
vc4_dpi.c
vc4_drv.c Linux 5.10-rc3 2020-11-10 14:36:36 +01:00
vc4_drv.h drm/vc4: drv: Remove the DSI pointer in vc4_drv 2020-12-07 10:33:01 +01:00
vc4_dsi.c drm/vc4: dsi: Use snprintf for the PHY clocks instead of an array 2020-12-07 10:33:22 +01:00
vc4_fence.c
vc4_gem.c drm/vc4: Use devm_drm_dev_alloc 2020-11-02 12:14:50 +01:00
vc4_hdmi.c drm/vc4: hdmi: Don't poll for the infoframes status on setup 2020-12-07 10:30:47 +01:00
vc4_hdmi.h
vc4_hdmi_phy.c
vc4_hdmi_regs.h drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unused 2020-11-18 11:51:57 +01:00
vc4_hvs.c Linux 5.10-rc3 2020-11-10 14:36:36 +01:00
vc4_irq.c
vc4_kms.c drm/vc4: kms: Add functions to create the state objects 2020-11-02 12:23:12 +01:00
vc4_packet.h
vc4_perfmon.c drm/vc4: replace idr_init() by idr_init_base() 2020-11-06 11:48:43 +01:00
vc4_plane.c drm/vc4: Handing the return value of drm_universal_plane_init 2020-09-16 04:48:37 -04:00
vc4_qpu_defines.h
vc4_regs.h
vc4_render_cl.c
vc4_trace.h
vc4_trace_points.c
vc4_txp.c drm: Pass the full state to connectors atomic functions 2020-11-20 12:23:53 +01:00
vc4_v3d.c drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headers 2020-11-18 11:51:58 +01:00
vc4_validate.c
vc4_validate_shaders.c
vc4_vec.c