Searched refs:dither_down_en (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/rockchip/ |
A D | rockchip_vop_reg.c | 172 .dither_down_en = VOP_REG(RK3036_DSP_CTRL0, 0x1, 11), 241 .dither_down_en = VOP_REG(PX30_DSP_CTRL2, 0x1, 8), 437 .dither_down_en = VOP_REG(RK3066_DSP_CTRL0, 0x1, 11), 545 .dither_down_en = VOP_REG(RK3188_DSP_CTRL0, 0x1, 11), 682 .dither_down_en = VOP_REG(RK3288_DSP_CTRL1, 0x1, 2), 884 .dither_down_en = VOP_REG(RK3399_DSP_CTRL1, 0x1, 2), 1066 .dither_down_en = VOP_REG(RK3328_DSP_CTRL1, 0x1, 2),
|
A D | rockchip_drm_vop.h | 113 struct vop_reg dither_down_en; member
|
A D | rockchip_drm_vop.c | 1423 VOP_REG_SET(vop, common, dither_down_en, 1); in vop_crtc_atomic_enable() 1425 VOP_REG_SET(vop, common, dither_down_en, 0); in vop_crtc_atomic_enable()
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rga/ |
A D | rga-hw.h | 319 unsigned int dither_down_en:1; member
|
Completed in 13 milliseconds