Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c158 struct vop2_video_port { struct
182 struct vop2_video_port vps[ROCKCHIP_MAX_CRTC]; argument
221 static struct vop2_video_port *to_vop2_video_port(struct drm_crtc *crtc) in to_vop2_video_port()
223 return container_of(crtc, struct vop2_video_port, crtc); in to_vop2_video_port()
246 static void vop2_vp_write(struct vop2_video_port *vp, u32 offset, u32 v) in vop2_vp_write()
270 static void vop2_cfg_done(struct vop2_video_port *vp) in vop2_cfg_done()
754 static void vop2_setup_csc_mode(struct vop2_video_port *vp, in vop2_setup_csc_mode()
785 static void vop2_crtc_enable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_enable_irq()
793 static void vop2_crtc_disable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_disable_irq()
884 struct vop2_video_port *vp = to_vop2_video_port(crtc); in vop2_crtc_atomic_disable()
[all …]