Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c159 struct vop2_video_port { struct
183 struct vop2_video_port vps[ROCKCHIP_MAX_CRTC]; argument
219 static struct vop2_video_port *to_vop2_video_port(struct drm_crtc *crtc) in to_vop2_video_port()
221 return container_of(crtc, struct vop2_video_port, crtc); in to_vop2_video_port()
244 static void vop2_vp_write(struct vop2_video_port *vp, u32 offset, u32 v) in vop2_vp_write()
268 static void vop2_cfg_done(struct vop2_video_port *vp) in vop2_cfg_done()
752 static void vop2_setup_csc_mode(struct vop2_video_port *vp, in vop2_setup_csc_mode()
783 static void vop2_crtc_enable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_enable_irq()
791 static void vop2_crtc_disable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_disable_irq()
878 struct vop2_video_port *vp = to_vop2_video_port(crtc); in vop2_crtc_atomic_disable()
[all …]