aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2023-04-17 22:07:18 +0000
committerAlex Deucher <[email protected]>2023-04-18 20:28:54 +0000
commit3306ba4b60b2f3d9ac6bddc587a4d702e1ba2224 (patch)
treef0ae7df6e41698ee40045ddd4e6387f133c92b7c /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
parentdrm/amd/display: Add logging for display MALL refresh setting (diff)
downloadkernel-3306ba4b60b2f3d9ac6bddc587a4d702e1ba2224.tar.gz
kernel-3306ba4b60b2f3d9ac6bddc587a4d702e1ba2224.zip
drm/amd/display: fix is_timing_changed() prototype
Three functions in the amdgpu display driver cause -Wmissing-prototype warnings: drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_resource.c:1858:6: error: no previous prototype for 'is_timing_changed' [-Werror=missing-prototypes] is_timing_changed() is actually meant to be a global symbol, but needs a proper name and prototype. Fixes: 17ce8a6907f7 ("drm/amd/display: Add dsc pre-validation in atomic check") Reviewed-by: Aurabindo Pillai <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions