Lines Matching refs:drm_crtc

70 struct drm_crtc;
101 struct drm_crtc *crtc;
420 void (*reset)(struct drm_crtc *crtc);
443 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
465 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv,
485 int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
500 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,
511 void (*destroy)(struct drm_crtc *crtc);
583 int (*page_flip)(struct drm_crtc *crtc,
602 int (*page_flip_target)(struct drm_crtc *crtc,
622 int (*set_property)(struct drm_crtc *crtc,
656 struct drm_crtc_state *(*atomic_duplicate_state)(struct drm_crtc *crtc);
666 void (*atomic_destroy_state)(struct drm_crtc *crtc,
711 int (*atomic_set_property)(struct drm_crtc *crtc,
733 int (*atomic_get_property)(struct drm_crtc *crtc,
751 int (*late_register)(struct drm_crtc *crtc);
762 void (*early_unregister)(struct drm_crtc *crtc);
791 int (*set_crc_source)(struct drm_crtc *crtc, const char *source);
807 int (*verify_crc_source)(struct drm_crtc *crtc, const char *source,
829 const char *const *(*get_crc_sources)(struct drm_crtc *crtc,
868 u32 (*get_vblank_counter)(struct drm_crtc *crtc);
881 int (*enable_vblank)(struct drm_crtc *crtc);
889 void (*disable_vblank)(struct drm_crtc *crtc);
927 bool (*get_vblank_timestamp)(struct drm_crtc *crtc,
939 struct drm_crtc { struct
1192 struct drm_crtc *crtc; argument
1202 #define obj_to_crtc(x) container_of(x, struct drm_crtc, base)
1206 struct drm_crtc *crtc,
1211 void drm_crtc_cleanup(struct drm_crtc *crtc);
1220 static inline unsigned int drm_crtc_index(const struct drm_crtc *crtc) in drm_crtc_index()
1232 static inline uint32_t drm_crtc_mask(const struct drm_crtc *crtc) in drm_crtc_mask()
1238 struct drm_crtc *drm_crtc_from_index(struct drm_device *dev, int idx);
1250 static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev, in drm_crtc_find()