Commit 52a3859f authored by min tang's avatar min tang Committed by Alex Deucher

drm/amd/display: Fix comment typo

The double `aligned' is duplicated in line 1070, remove one.
Signed-off-by: default avatarmin tang <tangmin@cdjrlc.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 01b537ee
...@@ -1086,7 +1086,7 @@ static void optc1_set_test_pattern( ...@@ -1086,7 +1086,7 @@ static void optc1_set_test_pattern(
src_color[index] >> (src_bpc - dst_bpc); src_color[index] >> (src_bpc - dst_bpc);
/* CRTC_TEST_PATTERN_DATA has 16 bits, /* CRTC_TEST_PATTERN_DATA has 16 bits,
* lowest 6 are hardwired to ZERO * lowest 6 are hardwired to ZERO
* color bits should be left aligned aligned to MSB * color bits should be left aligned to MSB
* XXXXXXXXXX000000 for 10 bit, * XXXXXXXXXX000000 for 10 bit,
* XXXXXXXX00000000 for 8 bit and XXXXXX0000000000 for 6 * XXXXXXXX00000000 for 8 bit and XXXXXX0000000000 for 6
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment