summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc
diff options
context:
space:
mode:
authorAlvin Lee <alvin.lee2@amd.com>2023-05-05 11:06:26 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 09:39:49 -0400
commitfe9fa3859b66caf4a6923598c8e343b8a32ec5d1 (patch)
treec591f38ed3f562d61a3f7bdc9c0968ba5e1faf70 /drivers/gpu/drm/amd/display/dc/inc
parentd205a800a66e46430ab93c0d450393233d39931a (diff)
downloadlinux-stable-fe9fa3859b66caf4a6923598c8e343b8a32ec5d1.tar.gz
linux-stable-fe9fa3859b66caf4a6923598c8e343b8a32ec5d1.tar.bz2
linux-stable-fe9fa3859b66caf4a6923598c8e343b8a32ec5d1.zip
drm/amd/display: Make unbounded req update separate from dlg/ttu
[Description] - Updates to unbounded requesting should not be conditional on updates to dlg / ttu, as this could prevent unbounded requesting from being updated if dlg / ttu does not change Reviewed-by: Jun Lei <jun.lei@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alvin Lee <alvin.lee2@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/inc')
-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 b4c1cc6dc857..d8dd143cf6ea 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
@@ -374,6 +374,7 @@ union pipe_update_flags {
uint32_t viewport : 1;
uint32_t plane_changed : 1;
uint32_t det_size : 1;
+ uint32_t unbounded_req : 1;
} bits;
uint32_t raw;
};