summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAurabindo Pillai <aurabindo.pillai@amd.com>2023-12-11 10:48:00 -0500
committerAlex Deucher <alexander.deucher@amd.com>2024-03-20 13:37:36 -0400
commitbd1c92a1623048ec6c73567ca5a229d28e18c968 (patch)
tree8bfb0e561c87962a8901db512601ab1dc8d23809 /drivers/gpu
parentffd8e4a3261ba2101445750a0d9fab4b35aa6662 (diff)
downloadlinux-stable-bd1c92a1623048ec6c73567ca5a229d28e18c968.tar.gz
linux-stable-bd1c92a1623048ec6c73567ca5a229d28e18c968.tar.bz2
linux-stable-bd1c92a1623048ec6c73567ca5a229d28e18c968.zip
drm/amd/display: Add some forward declarations
[WHAT] Add DML2 pipe and config struct forward declaration as a preparation for DML2. Reviewed-by: Chaitanya Dhere <chaitanya.dhere@amd.com> Acked-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.h b/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.h
index 2f91244a7b01..1538b708d8be 100644
--- a/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.h
+++ b/drivers/gpu/drm/amd/display/dc/dml2/dml2_dc_resource_mgmt.h
@@ -30,6 +30,8 @@
#include "dml2_dc_types.h"
struct dml2_context;
+struct dml2_dml_to_dc_pipe_mapping;
+struct dml_display_cfg_st;
/*
* dml2_map_dc_pipes - Creates a pipe linkage in dc_state based on current display config.