drm: Correct DP DSC macro typo
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Wed, 29 Apr 2020 18:41:42 +0000 (14:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Apr 2020 19:08:58 +0000 (15:08 -0400)
commit7837300c250cdda06bf82177fa4f1a512d290ee0
treef4c8b68523bf9523a0b66ee74e1465c9b0fec8dc
parentef54569966f7b3090a6f1e4bd61db7f2ff2a62f9
drm: Correct DP DSC macro typo

In the file drm_dp_helper.h we have a macro named
DP_DSC_THROUGHPUT_MODE_{0,1}_UPSUPPORTED, the correct name should be
DP_DSC_THROUGHPUT_MODE_{0,1}_UNSUPPORTED. This commits adjusts this typo
in the header file and in other places that attempt to access this
macro.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200429184142.1867987-1-Rodrigo.Siqueira@amd.com
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c
include/drm/drm_dp_helper.h