• John Keeping's avatar
    drm/rockchip: vop: fix mask when updating interrupts · c7647f86
    John Keeping authored
    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>
    c7647f86
rockchip_drm_vop.c 35.7 KB