Lines Matching refs:drm_crtc
98 struct drm_crtc *crtc;
144 struct drm_crtc base;
222 static inline int dpu_crtc_frame_pending(struct drm_crtc *crtc) in dpu_crtc_frame_pending()
232 int dpu_crtc_vblank(struct drm_crtc *crtc, bool en);
238 void dpu_crtc_vblank_callback(struct drm_crtc *crtc);
244 void dpu_crtc_commit_kickoff(struct drm_crtc *crtc);
250 void dpu_crtc_complete_commit(struct drm_crtc *crtc);
259 struct drm_crtc *dpu_crtc_init(struct drm_device *dev, struct drm_plane *plane,
270 struct drm_crtc *crtc_drm, u32 event, bool en);
276 enum dpu_intf_mode dpu_crtc_get_intf_mode(struct drm_crtc *crtc);
283 struct drm_crtc *crtc) in dpu_crtc_get_client_type()