Go to the source code of this file.
|
| MODULE_PARM_DESC (tv_disable,"Disable TV-out detection") |
|
| module_param_named (tv_disable, nouveau_tv_disable, int, 0400) |
|
| MODULE_PARM_DESC (ignorelid,"Ignore ACPI lid status") |
|
| module_param_named (ignorelid, nouveau_ignorelid, int, 0400) |
|
| MODULE_PARM_DESC (duallink,"Allow dual-link TMDS (default: enabled)") |
|
| module_param_named (duallink, nouveau_duallink, int, 0400) |
|
struct nouveau_encoder * | find_encoder (struct drm_connector *connector, int type) |
|
struct nouveau_connector * | nouveau_encoder_connector_get (struct nouveau_encoder *encoder) |
|
struct drm_connector * | nouveau_connector_create (struct drm_device *dev, int index) |
|
module_param_named |
( |
tv_disable |
, |
|
|
nouveau_tv_disable |
, |
|
|
int |
, |
|
|
0400 |
|
|
) |
| |
module_param_named |
( |
ignorelid |
, |
|
|
nouveau_ignorelid |
, |
|
|
int |
, |
|
|
0400 |
|
|
) |
| |
module_param_named |
( |
duallink |
, |
|
|
nouveau_duallink |
, |
|
|
int |
, |
|
|
0400 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
tv_disable |
, |
|
|
"Disable TV-out detection" |
|
|
) |
| |
MODULE_PARM_DESC |
( |
ignorelid |
, |
|
|
"Ignore ACPI lid status" |
|
|
) |
| |