aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/core_types.h
diff options
context:
space:
mode:
authorWyatt Wood <wyatt.wood@amd.com>2019-12-11 21:42:03 -0500
committerAlex Deucher <alexander.deucher@amd.com>2020-01-16 14:13:23 -0500
commit4c1a1335dfe0d771908a63950bee67b9b465fd06 (patch)
tree990c99d838a56e6d4ef8a5f865fea66b14368e8b /drivers/gpu/drm/amd/display/dc/inc/core_types.h
parentdrm/amd/display: Fix double buffering in dcn2 ICSC (diff)
downloadlinux-dev-4c1a1335dfe0d771908a63950bee67b9b465fd06.tar.xz
linux-dev-4c1a1335dfe0d771908a63950bee67b9b465fd06.zip
drm/amd/display: Driverside changes to support PSR in DMCUB
[Why] Moving PSR from DMCU to DMCUB. [How] Add driverside PSR changes required to send inbox messages to fw. These changes are non-functional until the psr structure allocation is uncommented. Signed-off-by: Wyatt Wood <wyatt.wood@amd.com> Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/core_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/core_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
index 16f6ef22367b..f285b76888fb 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
@@ -212,6 +212,7 @@ struct resource_pool {
struct abm *abm;
struct dmcu *dmcu;
+ struct dmub_psr *psr;
const struct resource_funcs *funcs;
const struct resource_caps *res_cap;