aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/include
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2025-03-03 14:39:20 +0000
committerAlex Deucher <alexander.deucher@amd.com>2025-03-05 10:44:40 -0500
commitf281a92abe2069f75775b2e9429f15190fbdab30 (patch)
treedb8be9bf6a6786c7db099c1782b50c7cc8d185cd /drivers/gpu/drm/amd/display/include
parentdrm/amdgpu: Remove powerdown_uvd member (diff)
downloadlinux-rng-f281a92abe2069f75775b2e9429f15190fbdab30.tar.xz
linux-rng-f281a92abe2069f75775b2e9429f15190fbdab30.zip
drm/amdgpu: Remove unused pre_surface_trace
pre_surface_trace() has been unused since 2017's commit 745cc746da42 ("drm/amd/display: remove dc_pre_update_surfaces_to_stream from dc use") Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/include')
-rw-r--r--drivers/gpu/drm/amd/display/include/logger_interface.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/include/logger_interface.h b/drivers/gpu/drm/amd/display/include/logger_interface.h
index 058f882d5bdd..4c01514b926c 100644
--- a/drivers/gpu/drm/amd/display/include/logger_interface.h
+++ b/drivers/gpu/drm/amd/display/include/logger_interface.h
@@ -40,11 +40,6 @@ struct dc_state;
*
*/
-void pre_surface_trace(
- struct dc *dc,
- const struct dc_plane_state *const *plane_states,
- int surface_count);
-
void update_surface_trace(
struct dc *dc,
const struct dc_surface_update *updates,