Skip to content

Commit 0c0463f

Browse files
Alvin Leealexdeucher
authored andcommitted
drm/amd/display: Reduce SubVP + DRR stretch margin
[Description] - Having excessively large margin causes failure in the static schedulability check in some cases for SubVP + DRR - 100us of DRR margin is sufficient based on a weeks worth of stress testing on different display configs Reviewed-by: Michael Strauss <Michael.Strauss@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@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>
1 parent 025ce39 commit 0c0463f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dc_stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ struct test_pattern {
144144
unsigned int cust_pattern_size;
145145
};
146146

147-
#define SUBVP_DRR_MARGIN_US 600 // 600us for DRR margin (SubVP + DRR)
147+
#define SUBVP_DRR_MARGIN_US 100 // 100us for DRR margin (SubVP + DRR)
148148

149149
enum mall_stream_type {
150150
SUBVP_NONE, // subvp not in use

0 commit comments

Comments
 (0)