aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/ObjectID.h
diff options
context:
space:
mode:
authorLyude <[email protected]>2016-08-06 00:30:35 +0000
committerAlex Deucher <[email protected]>2016-08-08 17:28:26 +0000
commit84cefe18e3951d985b1179b35d14fae9e4ae2229 (patch)
treeb978ad74b54c4a7b3d5977db6cc917230f405636 /drivers/gpu/drm/amd/amdgpu/ObjectID.h
parentdrm/radeon: Don't print error on aux transaction timeouts (diff)
downloadkernel-84cefe18e3951d985b1179b35d14fae9e4ae2229.tar.gz
kernel-84cefe18e3951d985b1179b35d14fae9e4ae2229.zip
drm/radeon: Don't retry 7 times in radeon_dp_dpcd()
When this code was written, we didn't retry DP aux transactions on any error, which required retrying important transactions like this in individual drivers. Since that's no longer the case, retrying here is not necessary. As well, we retry any aux transaction on any error 32 times. 7 * 32 = 224, which means this loop causes us to retry grabbing the dpcd 224 times. This is definitely far more then we actually need to do. Reviewed-by: Christian König <[email protected]> Signed-off-by: Lyude <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/ObjectID.h')
0 files changed, 0 insertions, 0 deletions