Home
last modified time | relevance | path

Searched hist:"543 c0e7848ba8d40d5c371aa0599e22d6c32a684" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop.h543c0e7848ba8d40d5c371aa0599e22d6c32a684 Thu Jul 12 07:04:30 UTC 2018 Sandy Huang <hjc@rock-chips.com> drm/rockchip: vop: fix VOP_REG_SUPPORT judge wrong

If the register isn't define at rockchip_vop_reg.c, the default value
of reg.major is 0, this will lead to judge error. so we add reg.mask
conditions because if it's defined register, the reg.mask can't be 0.

Change-Id: I368276d2d81983b5c5dbf591503def1de49ccdc1
Signed-off-by: Sandy Huang <hjc@rock-chips.com>