Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include <drm/drm_dp_helper.h>
#include "nouveau_drm.h"
#include "nouveau_connector.h"
#include "nouveau_encoder.h"
#include "nouveau_crtc.h"
#include <subdev/gpio.h>
#include <subdev/i2c.h>
Go to the source code of this file.
Data Structures | |
struct | dp_state |
Functions | |
u8 * | nouveau_dp_bios_data (struct drm_device *dev, struct dcb_output *dcb, u8 **entry) |
void | nouveau_dp_dpms (struct drm_encoder *encoder, int mode, u32 datarate, struct dp_train_func *func) |
bool | nouveau_dp_detect (struct drm_encoder *encoder) |
u8* nouveau_dp_bios_data | ( | struct drm_device * | dev, |
struct dcb_output * | dcb, | ||
u8 ** | entry | ||
) |
Definition at line 37 of file nouveau_dp.c.
bool nouveau_dp_detect | ( | struct drm_encoder * | encoder | ) |
Definition at line 412 of file nouveau_dp.c.
void nouveau_dp_dpms | ( | struct drm_encoder * | encoder, |
int | mode, | ||
u32 | datarate, | ||
struct dp_train_func * | func | ||
) |
Definition at line 367 of file nouveau_dp.c.