Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | dp_train_func |
struct | nouveau_encoder |
Macros | |
#define | NV_DPMS_CLEARED 0x80 |
Functions | |
struct nouveau_encoder * | find_encoder (struct drm_connector *connector, int type) |
bool | nouveau_dp_detect (struct drm_encoder *) |
void | nouveau_dp_dpms (struct drm_encoder *, int mode, u32 datarate, struct dp_train_func *) |
u8 * | nouveau_dp_bios_data (struct drm_device *, struct dcb_output *, u8 **) |
struct nouveau_connector * | nouveau_encoder_connector_get (struct nouveau_encoder *encoder) |
int | nv50_sor_create (struct drm_connector *, struct dcb_output *) |
void | nv50_sor_dp_calc_tu (struct drm_device *, int, int, u32, u32) |
int | nv50_dac_create (struct drm_connector *, struct dcb_output *) |
#define NV_DPMS_CLEARED 0x80 |
Definition at line 35 of file nouveau_encoder.h.
|
read |
Definition at line 61 of file nouveau_connector.c.
u8* nouveau_dp_bios_data | ( | struct drm_device * | , |
struct dcb_output * | , | ||
u8 ** | |||
) |
Definition at line 37 of file nouveau_dp.c.
bool nouveau_dp_detect | ( | struct drm_encoder * | ) |
Definition at line 412 of file nouveau_dp.c.
void nouveau_dp_dpms | ( | struct drm_encoder * | , |
int | mode, | ||
u32 | datarate, | ||
struct dp_train_func * | |||
) |
Definition at line 367 of file nouveau_dp.c.
|
read |
Definition at line 86 of file nouveau_connector.c.
int nv50_dac_create | ( | struct drm_connector * | , |
struct dcb_output * | |||
) |
Definition at line 298 of file nv50_dac.c.
int nv50_sor_create | ( | struct drm_connector * | , |
struct dcb_output * | |||
) |
Definition at line 491 of file nv50_sor.c.
Definition at line 148 of file nv50_sor.c.