Home
last modified time | relevance | path

Searched defs:drm_framebuffer_funcs (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.h216 struct drm_framebuffer_funcs { struct
218 void (*destroy)(struct drm_framebuffer *framebuffer);
219 int (*create_handle)(struct drm_framebuffer *fb,
254 const struct drm_framebuffer_funcs *funcs; argument