Home
last modified time | relevance | path

Searched refs:dsp_st (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_vop_reg.c82 .dsp_st = VOP_REG(RK3036_WIN0_DSP_ST, 0x1fff1fff, 0),
97 .dsp_st = VOP_REG(RK3036_WIN1_DSP_ST, 0x1fff1fff, 0),
159 .dsp_st = VOP_REG(RK3126_WIN1_DSP_ST, 0x1fff1fff, 0),
221 .dsp_st = VOP_REG(RK3288_WIN0_DSP_ST, 0x1fff1fff, 0),
239 .dsp_st = VOP_REG(RK3288_WIN2_DSP_ST0, 0x1fff1fff, 0),
348 .dsp_st = VOP_REG(RK3368_WIN2_DSP_ST0, 0x1fff1fff, 0),
Drockchip_drm_vop.h137 struct vop_reg dsp_st; member
Drockchip_drm_vop.c713 uint32_t act_info, dsp_info, dsp_st; in vop_plane_atomic_update() local
751 dsp_st = dsp_sty << 16 | (dsp_stx & 0xffff); in vop_plane_atomic_update()
787 VOP_WIN_SET(vop, win, dsp_st, dsp_st); in vop_plane_atomic_update()