drm/rockchip: fix VOP_WIN_GET macro
authorJohn Keeping <john@metanate.com>
Wed, 3 Jul 2019 09:51:11 +0000 (10:51 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 7 Aug 2019 22:23:15 +0000 (00:23 +0200)
commitcc8f12996e24b102a086a253055ecc58c437c31d
tree1bdd1220807a75388ca7c6433cb1c579f02020d3
parentabd4e745ffc4d762b0ed4eada9ff732d8861174d
drm/rockchip: fix VOP_WIN_GET macro

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/rockchip: vop: group vop registers")
Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20190703095111.29117-1-john@metanate.com
drivers/gpu/drm/rockchip/rockchip_drm_vop.c