Searched refs:dpu_crtc (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c30 #include "dpu_crtc.h"
37 /* layer mixer index on dpu_crtc */
435 struct dpu_crtc *dpu_crtc, struct dpu_crtc_mixer *mixer,
507 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
515 DRM_DEBUG_ATOMIC("%s\n", dpu_crtc->name);
527 _dpu_crtc_blend_setup_mixer(crtc, dpu_crtc, mixer, &stage_cfg);
555 * DRM_IOCTL_MODE_PAGE_FLIP and are cached in the dpu_crtc->event.
560 struct dpu_crtc *dpu_crt local
434 _dpu_crtc_blend_setup_mixer(struct drm_crtc *crtc, struct dpu_crtc *dpu_crtc, struct dpu_crtc_mixer *mixer, struct dpu_hw_stage_cfg *stage_cfg) argument
599 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
618 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
673 struct dpu_crtc *dpu_crtc; local
836 struct dpu_crtc *dpu_crtc; local
911 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
934 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1034 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1081 trace_dpu_crtc_disable(DRMID(crtc), false, dpu_crtc); local
1117 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1142 trace_dpu_crtc_enable(DRMID(crtc), true, dpu_crtc); local
1176 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1234 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1256 dpu_crtc); local
1267 struct dpu_crtc *dpu_crtc; local
1385 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1401 struct dpu_crtc *dpu_crtc = to_dpu_crtc(crtc); local
1457 struct dpu_crtc *dpu_crtc; local
[all...]
H A Ddpu_crtc.h124 * struct dpu_crtc - virtualized CRTC data structure
156 struct dpu_crtc { struct
188 #define to_dpu_crtc(x) container_of(x, struct dpu_crtc, base)
H A Ddpu_core_perf.c17 #include "dpu_crtc.h"
257 struct dpu_crtc *dpu_crtc; local
266 dpu_crtc = to_dpu_crtc(crtc);
275 dpu_crtc->cur_perf.bw_ctl = 0;
310 struct dpu_crtc *dpu_crtc; local
322 dpu_crtc = to_dpu_crtc(crtc);
328 old = &dpu_crtc->cur_perf;
H A Ddpu_trace.h13 #include "dpu_crtc.h"
720 struct dpu_crtc *crtc),
741 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),
766 TP_PROTO(uint32_t drm_id, bool enable, struct dpu_crtc *crtc),
/linux-master/drivers/gpu/drm/msm/
H A DMakefile59 disp/dpu1/dpu_crtc.o \

Completed in 134 milliseconds