Skip to content
Commit c7647f86 authored by John Keeping's avatar John Keeping Committed by Mark Yao
Browse files

drm/rockchip: vop: fix mask when updating interrupts

Commit dbb3d944

 (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.

Signed-off-by: default avatarJohn Keeping <john@metanate.com>
parent 63087aae
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