Go to the source code of this file.
|
| 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) |
|
#define RGB_TEST_DATA |
( |
|
r, |
|
|
|
g, |
|
|
|
b |
|
) |
| (r << 0 | g << 10 | b << 20) |
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." |
|
|
) |
| |