mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-14 01:20:41 +09:00
Commitdbb3d94(drm/rockchip: vop: move interrupt registers into vop_data) introduced new macros for updating the interrupt control registers but these always use the mask from the register definition without refining it for the particular bits that are being changed. This means that whenever we enable/disable a particular interrupt we end up disabling all of the others as a side effect. Change-Id: I3b0f2574315f3655c183c21143b0bca7cdd9f6fa Signed-off-by: John Keeping <john@metanate.com> (cherry picked from commitc7647f8681) Signed-off-by: Mark Yao <mark.yao@rock-chips.com>