[PATCH] drm/rockchip: vop: fix mask when updating interrupts

2016-01-13 Thread Mark yao
On 2016年01月13日 02:05, John Keeping wrote: > Commit dbb3d94 (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 bit

[PATCH] drm/rockchip: vop: fix mask when updating interrupts

2016-01-12 Thread John Keeping
Commit dbb3d94 (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 e