Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
omap_fbdev.c File Reference
#include "omap_drv.h"
#include "drm_crtc.h"
#include "drm_fb_helper.h"

Go to the source code of this file.

Data Structures

struct  omap_fbdev
 

Macros

#define to_omap_fbdev(x)   container_of(x, struct omap_fbdev, base)
 

Functions

 MODULE_PARM_DESC (ywrap,"Enable ywrap scrolling (omap44xx and later, default 'y')")
 
 module_param_named (ywrap, ywrap_enabled, bool, 0644)
 
struct drm_fb_helperomap_fbdev_init (struct drm_device *dev)
 
void omap_fbdev_free (struct drm_device *dev)
 

Macro Definition Documentation

#define to_omap_fbdev (   x)    container_of(x, struct omap_fbdev, base)

Definition at line 33 of file omap_fbdev.c.

Function Documentation

module_param_named ( ywrap  ,
ywrap_enabled  ,
bool  ,
0644   
)
MODULE_PARM_DESC ( ywrap  ,
"Enable ywrap scrolling (omap44xx and later, default 'y')"   
)
void omap_fbdev_free ( struct drm_device dev)

Definition at line 381 of file omap_fbdev.c.

struct drm_fb_helper* omap_fbdev_init ( struct drm_device dev)
read

Definition at line 343 of file omap_fbdev.c.