Searched refs:dsp_st (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_vop_reg.c | 125 .dsp_st = VOP_REG(RK3036_WIN0_DSP_ST, 0x1fff1fff, 0), 145 .dsp_st = VOP_REG(RK3036_WIN1_DSP_ST, 0x1fff1fff, 0), 215 .dsp_st = VOP_REG(RK3126_WIN1_DSP_ST, 0x1fff1fff, 0), 314 .dsp_st = VOP_REG(PX30_WIN0_DSP_ST, 0xffffffff, 0), 333 .dsp_st = VOP_REG(PX30_WIN1_DSP_ST, 0xffffffff, 0), 350 .dsp_st = VOP_REG(PX30_WIN2_DSP_ST0, 0x1fff1fff, 0), 414 .dsp_st = VOP_REG(RK3066_WIN0_DSP_ST, 0x1fff1fff, 0), 433 .dsp_st = VOP_REG(RK3066_WIN1_DSP_ST, 0x1fff1fff, 0), 450 .dsp_st = VOP_REG(RK3066_WIN2_DSP_ST, 0x1fff1fff, 0), 540 .dsp_st = VOP_REG(RK3188_WIN0_DSP_ST, 0x1fff1fff, 0), [all …]
|
D | rockchip_drm_vop.h | 195 struct vop_reg dsp_st; member
|
D | rockchip_drm_vop.c | 923 uint32_t act_info, dsp_info, dsp_st; in vop_plane_atomic_update() local 963 dsp_st = dsp_sty << 16 | (dsp_stx & 0xffff); in vop_plane_atomic_update() 1039 VOP_WIN_SET(vop, win, dsp_st, dsp_st); in vop_plane_atomic_update()
|