aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
diff options
context:
space:
mode:
authorLyude Paul <[email protected]>2021-05-07 21:42:09 +0000
committerLyude Paul <[email protected]>2021-05-10 20:26:07 +0000
commit208d8b9d26f5fd0f7c0fcaa460873bbd6b5bebfa (patch)
treeb8e238b66ae4cab6f34cc8feecd22755fd7d2792 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
parentdrm: Mark AGP implementation and ioctls as legacy (diff)
downloadkernel-208d8b9d26f5fd0f7c0fcaa460873bbd6b5bebfa.tar.gz
kernel-208d8b9d26f5fd0f7c0fcaa460873bbd6b5bebfa.zip
drm/dp: Fix bogus DPCD version check in drm_dp_read_downstream_info()
Ville pointed this out to me when fixing some issues in drm_dp_read_downstream_info() - the DPCD version check here is bogus as there's no DisplayPort versions prior to 1.0. The original code from i915 that this was extracted from actually did: dpcd[DP_DPCD_REV] == DP_DPCD_REV_10 Which is correct, and somehow got missed when extracting this function. So let's fix this. Note that as far as I'm aware, I don't think this fixes any actual issues users are hitting. Signed-off-by: Lyude Paul <[email protected]> Cc: Ville Syrjälä <[email protected]> Reviewed-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions