Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _EXYNOS_DRM_FB_H |
Functions | |
struct drm_framebuffer * | exynos_drm_framebuffer_init (struct drm_device *dev, struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_object *obj) |
struct exynos_drm_gem_buf * | exynos_drm_fb_buffer (struct drm_framebuffer *fb, int index) |
void | exynos_drm_mode_config_init (struct drm_device *dev) |
void | exynos_drm_fb_set_buf_cnt (struct drm_framebuffer *fb, unsigned int cnt) |
unsigned int | exynos_drm_fb_get_buf_cnt (struct drm_framebuffer *fb) |
#define _EXYNOS_DRM_FB_H |
Definition at line 29 of file exynos_drm_fb.h.
|
read |
Definition at line 231 of file exynos_drm_fb.c.
unsigned int exynos_drm_fb_get_buf_cnt | ( | struct drm_framebuffer * | fb | ) |
Definition at line 116 of file exynos_drm_fb.c.
void exynos_drm_fb_set_buf_cnt | ( | struct drm_framebuffer * | fb, |
unsigned int | cnt | ||
) |
Definition at line 106 of file exynos_drm_fb.c.
|
read |
Definition at line 126 of file exynos_drm_fb.c.
void exynos_drm_mode_config_init | ( | struct drm_device * | dev | ) |
Definition at line 267 of file exynos_drm_fb.c.