]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: Fix DSC throughput mode 0 mask definition
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Mon, 21 Oct 2019 15:03:53 +0000 (15:03 +0000)
committerRodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Fri, 6 Dec 2019 00:25:31 +0000 (19:25 -0500)
commit843cd325d9cf37385f448f93365396ed6c615dec
tree310ae4c4a107ab206641ad3e0a10f0ef9462939a
parent0530bbd0e40bda2c80909e9a5d74d33e8f3e1367
drm: Fix DSC throughput mode 0 mask definition

Commit d7cd0e053b17 introduced a change at DP_DSC_THROUGHPUT_MODE_0_170
which is not aligned with the spec. This commit replace 15 << 4 by 15 <<
0 for DP_DSC_THROUGHPUT_MODE_0_170 in order to make it follow the
specification.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Nikola Cornij <nikola.cornij@amd.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Manasi Navare <manasi.d.navare@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191021150345.igdye4kv35nsk4ox@outlook.office365.com
include/drm/drm_dp_helper.h