Lines Matching refs:sprd_dpu

131 static int dpu_wait_stop_done(struct sprd_dpu *dpu)  in dpu_wait_stop_done()
153 static int dpu_wait_update_done(struct sprd_dpu *dpu) in dpu_wait_update_done()
323 static void sprd_dpu_layer(struct sprd_dpu *dpu, struct drm_plane_state *state) in sprd_dpu_layer()
380 static void sprd_dpu_flip(struct sprd_dpu *dpu) in sprd_dpu_flip()
407 static void sprd_dpu_init(struct sprd_dpu *dpu) in sprd_dpu_init()
455 static void sprd_dpu_fini(struct sprd_dpu *dpu) in sprd_dpu_fini()
463 static void sprd_dpi_init(struct sprd_dpu *dpu) in sprd_dpi_init()
487 void sprd_dpu_run(struct sprd_dpu *dpu) in sprd_dpu_run()
496 void sprd_dpu_stop(struct sprd_dpu *dpu) in sprd_dpu_stop()
536 struct sprd_dpu *dpu = to_sprd_crtc(new_state->crtc); in sprd_plane_atomic_update()
547 struct sprd_dpu *dpu = to_sprd_crtc(old_state->crtc); in sprd_plane_atomic_disable()
621 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_mode_set_nofb()
644 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_atomic_enable()
654 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_atomic_disable()
673 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_atomic_flush()
688 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_enable_vblank()
697 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_disable_vblank()
720 static struct sprd_dpu *sprd_crtc_init(struct drm_device *drm, in sprd_crtc_init()
724 struct sprd_dpu *dpu; in sprd_crtc_init()
726 dpu = drmm_crtc_alloc_with_planes(drm, struct sprd_dpu, base, in sprd_crtc_init()
752 struct sprd_dpu *dpu = data; in sprd_dpu_isr()
785 static int sprd_dpu_context_init(struct sprd_dpu *dpu, in sprd_dpu_context_init()
830 struct sprd_dpu *dpu; in sprd_dpu_bind()