OrangePi_CM5/drivers/gpu/drm/vc4
Tom Rix a60996dc02 drm/vc4: change vc4_dma_range_matches from a global to static
commit 63569d90863ff26c8b10c8971d1271c17a45224b upstream.

sparse reports
drivers/gpu/drm/vc4/vc4_drv.c:270:27: warning: symbol 'vc4_dma_range_matches' was not declared. Should it be static?

vc4_dma_range_matches is only used in vc4_drv.c, so it's storage class specifier
should be static.

Fixes: da8e393e23ef ("drm/vc4: drv: Adopt the dma configuration from the HVS or V3D component")
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220629200101.498138-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-08-21 15:16:25 +02:00
..
Kconfig
Makefile
vc4_bo.c drm/vc4: fix error code in vc4_create_object() 2021-12-01 09:19:04 +01:00
vc4_crtc.c drm/vc4: hdmi: Fix timings for interlaced modes 2022-08-21 15:15:43 +02:00
vc4_debugfs.c
vc4_dpi.c
vc4_drv.c drm/vc4: change vc4_dma_range_matches from a global to static 2022-08-21 15:16:25 +02:00
vc4_drv.h drm/vc4: drv: Remove the DSI pointer in vc4_drv 2022-08-21 15:15:42 +02:00
vc4_dsi.c drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iteration 2022-08-21 15:15:43 +02: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: Correct HDMI timing registers for interlaced modes 2022-08-21 15:15:44 +02:00
vc4_hdmi.h drm/vc4: hdmi: Disable Wifi Frequencies 2020-11-19 15:46:08 +01:00
vc4_hdmi_phy.c
vc4_hdmi_regs.h drm/vc4: hdmi: Fix up CEC registers 2021-03-04 11:37:48 +01:00
vc4_hvs.c drm/vc4: hvs: Reset muxes at probe time 2022-06-09 10:21:00 +02:00
vc4_irq.c
vc4_kms.c drm/vc4: kms: Don't disable the muxing of an active CRTC 2020-11-23 17:59:30 +01:00
vc4_packet.h
vc4_perfmon.c
vc4_plane.c drm/vc4: plane: Fix margin calculations for the right/bottom edges 2022-08-21 15:15:42 +02:00
vc4_qpu_defines.h
vc4_regs.h
vc4_render_cl.c
vc4_trace.h
vc4_trace_points.c
vc4_txp.c drm/vc4: txp: Force alpha to be 0xff if it's disabled 2022-06-09 10:21:00 +02:00
vc4_v3d.c drm/vc4: Use devm_drm_dev_alloc 2020-11-02 12:14:50 +01:00
vc4_validate.c
vc4_validate_shaders.c
vc4_vec.c