Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: Support DRR granularity

[Why&How]
Support DRR granularity for coasting Vtotal calculation

Reviewed-by: Robin Chen <robin.chen@amd.com>
Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Weiguang Li <wei-guang.li@amd.com>
Signed-off-by: Chenyu Chen <chen-yu.chen@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Weiguang Li and committed by
Alex Deucher
2f912935 cea573a8

+9
+1
drivers/gpu/drm/amd/display/dc/dc_dp_types.h
··· 1296 1296 /* Indicates the number of SST links supported by MSO (Multi-Stream Output) */ 1297 1297 uint8_t mso_cap_sst_links_supported; 1298 1298 uint8_t dp_edp_general_cap_2; 1299 + uint16_t drr_granularity; 1299 1300 }; 1300 1301 1301 1302 union dpcd_sink_ext_caps {
+1
drivers/gpu/drm/amd/display/include/dpcd_defs.h
··· 188 188 #define DP_SOURCE_BACKLIGHT_CURRENT_PEAK 0x326 189 189 #define DP_SOURCE_BACKLIGHT_CONTROL 0x32E 190 190 #define DP_SOURCE_BACKLIGHT_ENABLE 0x32F 191 + #define DP_SINK_DRR_GRANULARITY 0x33B 191 192 #define DP_SOURCE_MINIMUM_HBLANK_SUPPORTED 0x340 192 193 #define DP_SINK_PR_REPLAY_STATUS 0x378 193 194 #define DP_SINK_PR_PIXEL_DEVIATION_PER_LINE 0x379