diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-04-18 00:07:18 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-04-18 16:28:54 -0400 |
commit | 3306ba4b60b2f3d9ac6bddc587a4d702e1ba2224 (patch) | |
tree | f0ae7df6e41698ee40045ddd4e6387f133c92b7c /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
parent | cd8f067a46d34dee3188da184912ae3d64d98444 (diff) | |
download | linux-3306ba4b60b2f3d9ac6bddc587a4d702e1ba2224.tar.gz linux-3306ba4b60b2f3d9ac6bddc587a4d702e1ba2224.tar.bz2 linux-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 <aurabindo.pillai@amd.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions