Home
last modified time | relevance | path

Searched hist:b11db17ba218192a2502d45aa7188e55b8bc6df7 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop_reg.cb11db17ba218192a2502d45aa7188e55b8bc6df7 Wed Jul 03 07:57:43 UTC 2024 Damon Ding <damon.ding@rock-chips.com> video/drm: vop: fix vop version to VOP_VERSION(2, 0xe) for rk3506

The version read from reg VOP_LITE_VERSION is VOP_VERSION(2, 0xc),
which is the same as RV1106. But there are many differences
between RV1106 vop and RK3506 vop, we set the version to
VOP_VERSION(2, 0xe) on the software.

Change-Id: Ic31448a5c47f99a10b9388c65b9efef314baabe3
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>