Searched refs:drm_framebuffer (Results 1 – 18 of 18) sorted by relevance
/include/drm/ |
A D | drm_framebuffer.h | 37 struct drm_framebuffer; 54 void (*destroy)(struct drm_framebuffer *framebuffer); 74 int (*create_handle)(struct drm_framebuffer *fb, 98 int (*dirty)(struct drm_framebuffer *framebuffer, 120 struct drm_framebuffer { struct 214 struct drm_framebuffer *fb, 219 void drm_framebuffer_remove(struct drm_framebuffer *fb); 220 void drm_framebuffer_cleanup(struct drm_framebuffer *fb); 266 struct drm_framebuffer *fb) in drm_framebuffer_assign() 286 struct drm_framebuffer, head); \ [all …]
|
A D | drm_gem_framebuffer_helper.h | 12 struct drm_framebuffer; 19 struct drm_gem_object *drm_gem_fb_get_obj(struct drm_framebuffer *fb, 21 void drm_gem_fb_destroy(struct drm_framebuffer *fb); 22 int drm_gem_fb_create_handle(struct drm_framebuffer *fb, struct drm_file *file, 26 struct drm_framebuffer *fb, 31 struct drm_framebuffer * 36 struct drm_framebuffer * 40 struct drm_framebuffer * 45 int drm_gem_fb_vmap(struct drm_framebuffer *fb, struct iosys_map *map, 47 void drm_gem_fb_vunmap(struct drm_framebuffer *fb, struct iosys_map *map); [all …]
|
A D | drm_format_helper.h | 13 struct drm_framebuffer; 74 const struct iosys_map *src, const struct drm_framebuffer *fb, 77 const struct iosys_map *src, const struct drm_framebuffer *fb, 87 const struct iosys_map *src, const struct drm_framebuffer *fb, 90 const struct iosys_map *src, const struct drm_framebuffer *fb, 93 const struct iosys_map *src, const struct drm_framebuffer *fb, 96 const struct iosys_map *src, const struct drm_framebuffer *fb, 105 const struct iosys_map *src, const struct drm_framebuffer *fb, 108 const struct iosys_map *src, const struct drm_framebuffer *fb, 111 const struct iosys_map *src, const struct drm_framebuffer *fb, [all …]
|
A D | drm_fb_dma_helper.h | 8 struct drm_framebuffer; 13 struct drm_gem_dma_object *drm_fb_dma_get_gem_obj(struct drm_framebuffer *fb, 16 dma_addr_t drm_fb_dma_get_gem_addr(struct drm_framebuffer *fb,
|
A D | drm_modeset_helper.h | 30 struct drm_framebuffer; 36 struct drm_framebuffer *fb,
|
A D | drm_atomic_uapi.h | 39 struct drm_framebuffer; 51 struct drm_framebuffer *fb);
|
A D | drm_plane_helper.h | 30 struct drm_framebuffer; 35 struct drm_framebuffer *fb,
|
A D | drm_crtc_helper.h | 44 struct drm_framebuffer; 54 struct drm_framebuffer *old_fb);
|
A D | drm_writeback.h | 128 struct drm_framebuffer *fb; 171 struct drm_framebuffer *fb);
|
A D | drm_client.h | 17 struct drm_framebuffer; 201 struct drm_framebuffer *fb;
|
A D | drm_crtc.h | 40 struct drm_framebuffer; 577 struct drm_framebuffer *fb, 596 struct drm_framebuffer *fb, 1194 struct drm_framebuffer *fb;
|
A D | drm_damage_helper.h | 69 int drm_atomic_helper_dirtyfb(struct drm_framebuffer *fb,
|
A D | drm_atomic_helper.h | 129 struct drm_framebuffer *fb, 155 struct drm_framebuffer *fb, 161 struct drm_framebuffer *fb,
|
A D | drm_modeset_helper_vtables.h | 213 struct drm_framebuffer *old_fb); 254 struct drm_framebuffer *old_fb); 271 struct drm_framebuffer *fb, int x, int y,
|
A D | drm_plane.h | 72 struct drm_framebuffer *fb; 320 struct drm_crtc *crtc, struct drm_framebuffer *fb, 699 struct drm_framebuffer *fb; 707 struct drm_framebuffer *old_fb;
|
A D | drm_mipi_dbi.h | 205 int mipi_dbi_buf_copy(void *dst, struct iosys_map *src, struct drm_framebuffer *fb,
|
A D | drm_mode_config.h | 83 struct drm_framebuffer *(*fb_create)(struct drm_device *dev,
|
A D | drm_fb_helper.h | 147 struct drm_framebuffer *fb;
|
Completed in 39 milliseconds