Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | shmob_drm_crtc |
struct | shmob_drm_encoder |
struct | shmob_drm_connector |
Functions | |
int | shmob_drm_crtc_create (struct shmob_drm_device *sdev) |
void | shmob_drm_crtc_enable_vblank (struct shmob_drm_device *sdev, bool enable) |
void | shmob_drm_crtc_cancel_page_flip (struct shmob_drm_crtc *scrtc, struct drm_file *file) |
void | shmob_drm_crtc_finish_page_flip (struct shmob_drm_crtc *scrtc) |
void | shmob_drm_crtc_suspend (struct shmob_drm_crtc *scrtc) |
void | shmob_drm_crtc_resume (struct shmob_drm_crtc *scrtc) |
int | shmob_drm_encoder_create (struct shmob_drm_device *sdev) |
int | shmob_drm_connector_create (struct shmob_drm_device *sdev, struct drm_encoder *encoder) |
int shmob_drm_connector_create | ( | struct shmob_drm_device * | sdev, |
struct drm_encoder * | encoder | ||
) |
Definition at line 719 of file shmob_drm_crtc.c.
void shmob_drm_crtc_cancel_page_flip | ( | struct shmob_drm_crtc * | scrtc, |
struct drm_file * | file | ||
) |
Definition at line 430 of file shmob_drm_crtc.c.
int shmob_drm_crtc_create | ( | struct shmob_drm_device * | sdev | ) |
Definition at line 512 of file shmob_drm_crtc.c.
void shmob_drm_crtc_enable_vblank | ( | struct shmob_drm_device * | sdev, |
bool | enable | ||
) |
Definition at line 624 of file shmob_drm_crtc.c.
void shmob_drm_crtc_finish_page_flip | ( | struct shmob_drm_crtc * | scrtc | ) |
Definition at line 450 of file shmob_drm_crtc.c.
void shmob_drm_crtc_resume | ( | struct shmob_drm_crtc * | scrtc | ) |
Definition at line 284 of file shmob_drm_crtc.c.
void shmob_drm_crtc_suspend | ( | struct shmob_drm_crtc * | scrtc | ) |
Definition at line 279 of file shmob_drm_crtc.c.
int shmob_drm_encoder_create | ( | struct shmob_drm_device * | sdev | ) |
Definition at line 605 of file shmob_drm_crtc.c.