Go to the source code of this file.
|
uint32_t | omap_framebuffer_get_formats (uint32_t *pixel_formats, uint32_t max_formats, enum omap_color_mode supported_modes) |
|
void | omap_framebuffer_update_scanout (struct drm_framebuffer *fb, struct omap_drm_window *win, struct omap_overlay_info *info) |
|
int | omap_framebuffer_replace (struct drm_framebuffer *a, struct drm_framebuffer *b, void *arg, void(*unpin)(void *arg, struct drm_gem_object *bo)) |
|
struct drm_gem_object * | omap_framebuffer_bo (struct drm_framebuffer *fb, int p) |
|
struct drm_connector * | omap_framebuffer_get_next_connector (struct drm_framebuffer *fb, struct drm_connector *from) |
|
void | omap_framebuffer_flush (struct drm_framebuffer *fb, int x, int y, int w, int h) |
|
struct drm_framebuffer * | omap_framebuffer_create (struct drm_device *dev, struct drm_file *file, struct drm_mode_fb_cmd2 *mode_cmd) |
|
struct drm_framebuffer * | omap_framebuffer_init (struct drm_device *dev, struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_object **bos) |
|