Searched refs:dsp_st (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/rockchip/ |
D | rockchip_vop_reg.c | 76 .dsp_st = VOP_REG(RK3036_WIN0_DSP_ST, 0x1fff1fff, 0), 91 .dsp_st = VOP_REG(RK3036_WIN1_DSP_ST, 0x1fff1fff, 0), 184 .dsp_st = VOP_REG(RK3288_WIN0_DSP_ST, 0x1fff1fff, 0), 200 .dsp_st = VOP_REG(RK3288_WIN2_DSP_ST0, 0x1fff1fff, 0),
|
D | rockchip_drm_vop.h | 120 struct vop_reg dsp_st; member
|
D | rockchip_drm_vop.c | 713 uint32_t act_info, dsp_info, dsp_st; in vop_plane_atomic_update() local 750 dsp_st = dsp_sty << 16 | (dsp_stx & 0xffff); in vop_plane_atomic_update() 786 VOP_WIN_SET(vop, win, dsp_st, dsp_st); in vop_plane_atomic_update()
|