Home
last modified time | relevance | path

Searched refs:dither_down_en (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c172 .dither_down_en = VOP_REG(RK3036_DSP_CTRL0, 0x1, 11),
243 .dither_down_en = VOP_REG(PX30_DSP_CTRL2, 0x1, 8),
442 .dither_down_en = VOP_REG(RK3066_DSP_CTRL0, 0x1, 11),
552 .dither_down_en = VOP_REG(RK3188_DSP_CTRL0, 0x1, 11),
690 .dither_down_en = VOP_REG(RK3288_DSP_CTRL1, 0x1, 2),
900 .dither_down_en = VOP_REG(RK3399_DSP_CTRL1, 0x1, 2),
1085 .dither_down_en = VOP_REG(RK3328_DSP_CTRL1, 0x1, 2),
H A Drockchip_drm_vop.h118 struct vop_reg dither_down_en; member
H A Drockchip_drm_vop.c1439 VOP_REG_SET(vop, common, dither_down_en, 1); in vop_crtc_atomic_enable()
1441 VOP_REG_SET(vop, common, dither_down_en, 0); in vop_crtc_atomic_enable()
/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga-hw.h319 unsigned int dither_down_en:1; member