Skip to content

Commit 38caf64

Browse files
Rodrigo Siqueiraalexdeucher
authored andcommitted
drm/amd/display: Change DPCD address range
Change DP_PHY_REPEATER_EXTENDED_WAIT_TIMEOUT with DP_PHY_REPEATER_128B132B_RATES. Acked-by: Hamza Mahfooz <[email protected]> Signed-off-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent bc87d66 commit 38caf64

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/amd/display/dc/link/protocols

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/dc/link/protocols/link_dpcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static uint32_t dpcd_get_next_partition_size(const uint32_t address, const uint3
130130
* XXX: Do not allow any two address ranges in this array to overlap
131131
*/
132132
static const struct dpcd_address_range mandatory_dpcd_blocks[] = {
133-
{ DP_LT_TUNABLE_PHY_REPEATER_FIELD_DATA_STRUCTURE_REV, DP_PHY_REPEATER_EXTENDED_WAIT_TIMEOUT }};
133+
{ DP_LT_TUNABLE_PHY_REPEATER_FIELD_DATA_STRUCTURE_REV, DP_PHY_REPEATER_128B132B_RATES }};
134134

135135
/*
136136
* extend addresses to read all mandatory blocks together

0 commit comments

Comments
 (0)