summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-11-24 15:15:28 +0300
committerLinus Walleij <linus.walleij@linaro.org>2020-11-25 23:58:35 +0300
commitab43108d0dd48d287e1b5bb9cd4a969457ed9b0e (patch)
treea3a6d1f49c51da3e04cfe644104e7759aad68e6d /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parentbf8975837dac156c33a4d15d46602700998cb6dd (diff)
downloadlinux-ab43108d0dd48d287e1b5bb9cd4a969457ed9b0e.tar.xz
drm/mcde: fix masking and bitwise-or on variable val
The masking of val with ~MCDE_CRX1_CLKSEL_MASK is currently being ignored because there seems to be a missing bitwise-or of val in the following statement. Fix this by replacing the assignment of val with a bitwise-or. Fixes: d795fd322063 ("drm/mcde: Support DPI output") Signed-off-by: Colin Ian King <colin.king@canonical.com> Addresses-Coverity: ("Unused valued") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20201124121528.395681-1-colin.king@canonical.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions