HomeSort by: relevance | last modified time | path
    Searched defs:drm_crtc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 1 /* $NetBSD: drm_crtc.h,v 1.9 2021/12/18 23:45:45 riastradh Exp $ */
75 struct drm_crtc;
106 struct drm_crtc *crtc;
405 void (*reset)(struct drm_crtc *crtc);
428 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
450 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv,
470 int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
485 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,
496 void (*destroy)(struct drm_crtc *crtc);
568 int (*page_flip)(struct drm_crtc *crtc
883 struct drm_crtc { struct
    [all...]
drm_crtc.h 1 /* $NetBSD: drm_crtc.h,v 1.9 2021/12/18 23:45:45 riastradh Exp $ */
75 struct drm_crtc;
106 struct drm_crtc *crtc;
405 void (*reset)(struct drm_crtc *crtc);
428 int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
450 int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv,
470 int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
485 int (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,
496 void (*destroy)(struct drm_crtc *crtc);
568 int (*page_flip)(struct drm_crtc *crtc
883 struct drm_crtc { struct
    [all...]

Completed in 69 milliseconds