summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
diff options
context:
space:
mode:
authorMax Tseng <max.tseng@amd.com>2022-09-15 06:32:35 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-09-29 16:41:45 +0300
commite18d9839b174d6bfa0d620293098b3c6a441cc4b (patch)
tree09cb6ff509a4aa211d778e40f6313939cc6e0943 /drivers/gpu/drm/amd/display/dc
parentcc8dee689a6bced98c8bd83ffbf4b2041641a860 (diff)
downloadlinux-e18d9839b174d6bfa0d620293098b3c6a441cc4b.tar.xz
drm/amd/display: Cursor Info Update refactor
Dc: cursor info update: phase 1: [Why] Different feature might need to update cursor info, but With different approaches. To unify this diversity problem, all features should use The same interface to update cursor. Reviewed-by: Reza Amini <reza.amini@amd.com> Acked-by: Jasdeep Dhillon <jdhillon@amd.com> Signed-off-by: Max Tseng <max.tseng@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c b/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
index 0c85ab5933b4..3ca1592ce7ac 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_stream.c
@@ -30,6 +30,7 @@
#include "resource.h"
#include "ipp.h"
#include "timing_generator.h"
+#include "dc_dmub_srv.h"
#define DC_LOGGER dc->ctx->logger