|
Linux Kernel
3.7.1
|
#include <drm/drmP.h>#include <drm/drm_crtc_helper.h>#include "exynos_drm_drv.h"#include "exynos_drm_encoder.h"#include "exynos_drm_plane.h"Go to the source code of this file.
Data Structures | |
| struct | exynos_drm_crtc |
Macros | |
| #define | to_exynos_crtc(x) |
Enumerations | |
| enum | exynos_crtc_mode { CRTC_MODE_NORMAL, CRTC_MODE_BLANK } |
Functions | |
| int | exynos_drm_crtc_create (struct drm_device *dev, unsigned int nr) |
| int | exynos_drm_crtc_enable_vblank (struct drm_device *dev, int crtc) |
| void | exynos_drm_crtc_disable_vblank (struct drm_device *dev, int crtc) |
| #define to_exynos_crtc | ( | x | ) |
Definition at line 36 of file exynos_drm_crtc.c.
| enum exynos_crtc_mode |
Definition at line 39 of file exynos_drm_crtc.c.
| int exynos_drm_crtc_create | ( | struct drm_device * | dev, |
| unsigned int | nr | ||
| ) |
Definition at line 340 of file exynos_drm_crtc.c.
| void exynos_drm_crtc_disable_vblank | ( | struct drm_device * | dev, |
| int | crtc | ||
| ) |
Definition at line 391 of file exynos_drm_crtc.c.
| int exynos_drm_crtc_enable_vblank | ( | struct drm_device * | dev, |
| int | crtc | ||
| ) |
Definition at line 374 of file exynos_drm_crtc.c.
1.8.2