Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nv17_tv.c File Reference
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "nouveau_drm.h"
#include "nouveau_reg.h"
#include "nouveau_encoder.h"
#include "nouveau_connector.h"
#include "nouveau_crtc.h"
#include "nouveau_hw.h"
#include "nv17_tv.h"
#include <core/device.h>
#include <subdev/bios/gpio.h>
#include <subdev/gpio.h>

Go to the source code of this file.

Macros

#define RGB_TEST_DATA(r, g, b)   (r << 0 | g << 10 | b << 20)
 

Functions

 MODULE_PARM_DESC (tv_norm,"Default TV norm.\n""\t\tSupported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,\n""\t\t\thd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.\n""\t\tDefault: PAL\n""\t\t*NOTE* Ignored for cards with external TV encoders.")
 
 module_param_named (tv_norm, nouveau_tv_norm, charp, 0400)
 
int nv17_tv_create (struct drm_connector *connector, struct dcb_output *entry)
 

Macro Definition Documentation

#define RGB_TEST_DATA (   r,
  g,
  b 
)    (r << 0 | g << 10 | b << 20)

Function Documentation

module_param_named ( tv_norm  ,
nouveau_tv_norm  ,
charp  ,
0400   
)
MODULE_PARM_DESC ( tv_norm  ,
"Default TV norm.\n""\t\tSupported:  PAL,
PAL-  M,
PAL-  N,
PAL-  Nc,
NTSC-  M,
NTSC-  J,
\n""\t\t\  thd480i,
hd480p  ,
hd576i  ,
hd576p  ,
hd720p  ,
hd1080i.\n""\t\tDefault:PAL\n""\t\t *NOTE *Ignored for cards with external TV encoders."   
)
int nv17_tv_create ( struct drm_connector connector,
struct dcb_output entry 
)

Definition at line 809 of file nv17_tv.c.