Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
exynos_drm_fbdev.c File Reference
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_fb_helper.h>
#include <drm/drm_crtc_helper.h>
#include "exynos_drm_drv.h"
#include "exynos_drm_fb.h"
#include "exynos_drm_gem.h"

Go to the source code of this file.

Data Structures

struct  exynos_drm_fbdev
 

Macros

#define MAX_CONNECTOR   4
 
#define PREFERRED_BPP   32
 
#define to_exynos_fbdev(x)
 

Functions

int exynos_drm_fbdev_init (struct drm_device *dev)
 
void exynos_drm_fbdev_fini (struct drm_device *dev)
 
void exynos_drm_fbdev_restore_mode (struct drm_device *dev)
 

Macro Definition Documentation

#define MAX_CONNECTOR   4

Definition at line 38 of file exynos_drm_fbdev.c.

#define PREFERRED_BPP   32

Definition at line 39 of file exynos_drm_fbdev.c.

#define to_exynos_fbdev (   x)
Value:

Definition at line 41 of file exynos_drm_fbdev.c.

Function Documentation

void exynos_drm_fbdev_fini ( struct drm_device dev)

Definition at line 296 of file exynos_drm_fbdev.c.

int exynos_drm_fbdev_init ( struct drm_device dev)

Definition at line 210 of file exynos_drm_fbdev.c.

void exynos_drm_fbdev_restore_mode ( struct drm_device dev)

Definition at line 314 of file exynos_drm_fbdev.c.