Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
matroxfb_accel.c File Reference
#include "matroxfb_accel.h"
#include "matroxfb_DAC1064.h"
#include "matroxfb_Ti3026.h"
#include "matroxfb_misc.h"

Go to the source code of this file.

Macros

#define curr_ydstorg(x)   ((x)->curr.ydstorg.pixels)
 
#define mga_ydstlen(y, l)   mga_outl(M_YDSTLEN | M_EXEC, ((y) << 16) | (l))
 

Functions

void matrox_cfbX_init (struct matrox_fb_info *minfo)
 
 EXPORT_SYMBOL (matrox_cfbX_init)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define curr_ydstorg (   x)    ((x)->curr.ydstorg.pixels)

Definition at line 84 of file matroxfb_accel.c.

#define mga_ydstlen (   y,
  l 
)    mga_outl(M_YDSTLEN | M_EXEC, ((y) << 16) | (l))

Definition at line 86 of file matroxfb_accel.c.

Function Documentation

EXPORT_SYMBOL ( matrox_cfbX_init  )
void matrox_cfbX_init ( struct matrox_fb_info minfo)

Definition at line 110 of file matroxfb_accel.c.

MODULE_LICENSE ( "GPL"  )