Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c435 struct dpu_crtc *dpu_crtc, struct dpu_crtc_mixer *mixer, in _dpu_crtc_blend_setup_mixer() argument
507 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_blend_setup() local
515 DRM_DEBUG_ATOMIC("%s\n", dpu_crtc->name); in _dpu_crtc_blend_setup()
527 _dpu_crtc_blend_setup_mixer(crtc, dpu_crtc, mixer, &stage_cfg); in _dpu_crtc_blend_setup()
560 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); in _dpu_crtc_complete_flip() local
565 if (dpu_crtc->event) { in _dpu_crtc_complete_flip()
566 DRM_DEBUG_VBL("%s: send event: %pK\n", dpu_crtc->name, in _dpu_crtc_complete_flip()
567 dpu_crtc->event); in _dpu_crtc_complete_flip()
569 drm_crtc_send_vblank_event(crtc, dpu_crtc->event); in _dpu_crtc_complete_flip()
570 dpu_crtc->event = NULL; in _dpu_crtc_complete_flip()
[all …]
H A Ddpu_crtc.h156 struct dpu_crtc { struct
188 #define to_dpu_crtc(x) container_of(x, struct dpu_crtc, base) argument
H A Ddpu_trace.h716 struct dpu_crtc *crtc),
737 TP_PROTO(uint32_t drm_id, bool enable, struct dpu_crtc *crtc),
754 TP_PROTO(uint32_t drm_id, bool enable, struct dpu_crtc *crtc),
758 TP_PROTO(uint32_t drm_id, bool enable, struct dpu_crtc *crtc),
762 TP_PROTO(uint32_t drm_id, bool enable, struct dpu_crtc *crtc),
/linux/drivers/gpu/drm/msm/
H A DMakefile72 disp/dpu1/dpu_crtc.o \