1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/mcde
Colin Ian King ab43108d0d 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: d795fd3220 ("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
2020-11-25 21:58:35 +01:00
..
Kconfig drm/mcde: Support DPI output 2020-11-24 00:09:08 +01:00
Makefile drm/mcde: Support DPI output 2020-11-24 00:09:08 +01:00
mcde_clk_div.c drm/mcde: Support DPI output 2020-11-24 00:09:08 +01:00
mcde_display.c drm/mcde: fix masking and bitwise-or on variable val 2020-11-25 21:58:35 +01:00
mcde_display_regs.h drm/mcde: Support DPI output 2020-11-24 00:09:08 +01:00
mcde_drm.h drm/mcde: Support DPI output 2020-11-24 00:09:08 +01:00
mcde_drv.c drm/mcde: Support DPI output 2020-11-24 00:09:08 +01:00
mcde_dsi.c drm/mcde: Retry DSI read/write transactions 2020-08-15 12:14:18 +02:00
mcde_dsi_regs.h drm/mcde: Some fixes to handling video mode 2019-12-17 21:20:03 +01:00