Skip to content

Commit 62f9286

Browse files
melissawenalexdeucher
authored andcommitted
drm/amd/display: remove unused func declaration from resource headers
The function resource_validate_ctx_update_pointer_after_copy() is declared in resource.h but never defined, therefore, remove its declaration from headers. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Melissa Wen <mwen@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent af54167 commit 62f9286

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/gpu/drm/amd/display/dc/inc/resource.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ bool resource_validate_attach_surfaces(
165165
struct dc_state *context,
166166
const struct resource_pool *pool);
167167

168-
void resource_validate_ctx_update_pointer_after_copy(
169-
const struct dc_state *src_ctx,
170-
struct dc_state *dst_ctx);
171-
172168
enum dc_status resource_map_clock_resources(
173169
const struct dc *dc,
174170
struct dc_state *context,

0 commit comments

Comments
 (0)