Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c484 void sprd_dpu_run(struct sprd_dpu *dpu) in sprd_dpu_run()
493 void sprd_dpu_stop(struct sprd_dpu *dpu) in sprd_dpu_stop()
618 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_mode_set_nofb()
641 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_atomic_enable()
651 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_atomic_disable()
670 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_atomic_flush()
685 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_enable_vblank()
694 struct sprd_dpu *dpu = to_sprd_crtc(crtc); in sprd_crtc_disable_vblank()
721 struct sprd_dpu *dpu; in sprd_crtc_init()
749 struct sprd_dpu *dpu = data; in sprd_dpu_isr()
[all …]
H A Dsprd_dpu.h63 struct sprd_dpu { struct
69 static inline struct sprd_dpu *to_sprd_crtc(struct drm_crtc *crtc) in to_sprd_crtc() argument
71 return container_of(crtc, struct sprd_dpu, base); in to_sprd_crtc()
106 void sprd_dpu_run(struct sprd_dpu *dpu);
107 void sprd_dpu_stop(struct sprd_dpu *dpu);
H A DMakefile4 sprd_dpu.o \
H A Dsprd_dsi.c793 struct sprd_dpu *dpu = to_sprd_crtc(encoder->crtc); in sprd_dsi_encoder_enable()
830 struct sprd_dpu *dpu = to_sprd_crtc(encoder->crtc); in sprd_dsi_encoder_disable()