]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a7637f5cbc5101f43cc8d102e031bec695ddac0
treef4c8b68523bf9523a0b66ee74e1465c9b0fec8dc
parenta832011175960ad5d770cb625acdad0d8d5c7eaf
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