drm/amd/display: Rename panic function
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tue, 4 Feb 2025 15:34:58 +0000 (08:34 -0700)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Feb 2025 20:12:49 +0000 (15:12 -0500)
commitc905aa685655f20db68929c00e1279ba16f30756
tree60db30f84288c8a80a06f65e3662893c20216392
parent098c9b58be2267a69d15403f6341e8c2da0d90a4
drm/amd/display: Rename panic function

Rename dc_plane_force_update_for_panic to
dc_plane_force_dcc_and_tiling_disable to describe the function operation
in the name. Also, this function might be used in other contexts, and a
more generic name can be helpful for this purpose.

Reviewed-by: Alvin Lee <alvin.lee2@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
drivers/gpu/drm/amd/display/dc/core/dc_surface.c
drivers/gpu/drm/amd/display/dc/dc_plane.h