Re: [PATCH] drm/rockchip: fix VOP_WIN_GET macro

2019-08-07 Thread Heiko Stübner
Am Mittwoch, 3. Juli 2019, 11:51:11 CEST schrieb John Keeping: > Commit 9a61c54b9bff ("drm/rockchip: vop: group vop registers") seems to > have unintentionally changed the defintion of this macro. Since it is > unused, this was not spotted but any attempt to use it results in > compilation errors.

[PATCH] drm/rockchip: fix VOP_WIN_GET macro

2019-07-03 Thread John Keeping
Commit 9a61c54b9bff ("drm/rockchip: vop: group vop registers") seems to have unintentionally changed the defintion of this macro. Since it is unused, this was not spotted but any attempt to use it results in compilation errors. Revert to the previous definition. Fixes: 9a61c54b9bff ("drm/rockchi