diff options
author | 2022-02-08 00:20:53 +0800 | |
---|---|---|
committer | 2022-02-23 14:22:03 -0500 | |
commit | 3e6084aee08b108f5cc489be46c68ba56b13e52e (patch) | |
tree | ecec0531084a5d748f48c936ee4920f2ec366c5f /drivers/gpu/drm/amd/display/include | |
parent | drm/amd/display: Set compbuf size to min at prep prevent overbook crb (diff) | |
download | linux-dev-3e6084aee08b108f5cc489be46c68ba56b13e52e.tar.xz linux-dev-3e6084aee08b108f5cc489be46c68ba56b13e52e.zip |
drm/amd/display: Refactor PSR DPCD caps detection
[Why]
To move the PSR DPCD caps detection into detect_edp_sink_caps()
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Solomon Chiu <solomon.chiu@amd.com>
Signed-off-by: Po Ting Chen <robin.chen@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/include')
-rw-r--r-- | drivers/gpu/drm/amd/display/include/ddc_service_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/include/ddc_service_types.h b/drivers/gpu/drm/amd/display/include/ddc_service_types.h index fb289a5c873a..f561e213bf98 100644 --- a/drivers/gpu/drm/amd/display/include/ddc_service_types.h +++ b/drivers/gpu/drm/amd/display/include/ddc_service_types.h @@ -34,6 +34,7 @@ #define DP_BRANCH_DEVICE_ID_90CC24 0x90CC24 #define DP_BRANCH_DEVICE_ID_00E04C 0x00E04C #define DP_BRANCH_DEVICE_ID_006037 0x006037 +#define DP_BRANCH_DEVICE_ID_001CF8 0x001CF8 #define DP_BRANCH_HW_REV_10 0x10 #define DP_BRANCH_HW_REV_20 0x20 |