Commit 34ce1a6a authored by Zhongjun Tan's avatar Zhongjun Tan Committed by Alex Deucher

drm/amdgpu/display: Remove duplicated argument to ||

Remove duplicated argument to ||
Signed-off-by: default avatarZhongjun Tan <tanzhongjun@coolpad.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 30ef0808
......@@ -275,7 +275,7 @@ void dml32_CalculateBytePerPixelAndBlockSizes(
*BytePerPixelDETC = 0;
*BytePerPixelY = 4;
*BytePerPixelC = 0;
} else if (SourcePixelFormat == dm_444_16 || SourcePixelFormat == dm_444_16) {
} else if (SourcePixelFormat == dm_444_16) {
*BytePerPixelDETY = 2;
*BytePerPixelDETC = 0;
*BytePerPixelY = 2;
......
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