|
Linux Kernel
3.7.1
|
#include <drm/drmP.h>#include <drm/drm_crtc_helper.h>#include "nouveau_drm.h"#include "nouveau_encoder.h"#include "nouveau_crtc.h"#include "nouveau_hw.h"#include "nv17_tv.h"Go to the source code of this file.
Data Structures | |
| struct | filter_params |
Macros | |
| #define | calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) |
| #define | id1 (1LL << 8) |
| #define | id2 (1LL << 16) |
| #define | id3 (1LL << 24) |
| #define | id4 (1LL << 32) |
| #define | id5 (1LL << 48) |
Functions | |
| void | nv17_tv_state_save (struct drm_device *dev, struct nv17_tv_state *state) |
| void | nv17_tv_state_load (struct drm_device *dev, struct nv17_tv_state *state) |
| void | nv17_tv_update_properties (struct drm_encoder *encoder) |
| void | nv17_tv_update_rescaler (struct drm_encoder *encoder) |
| void | nv17_ctv_update_rescaler (struct drm_encoder *encoder) |
Variables | |
| char * | nv17_tv_norm_names [NUM_TV_NORMS] |
| struct nv17_tv_norm_params | nv17_tv_norms [NUM_TV_NORMS] |
| struct drm_display_mode | nv17_tv_modes [] |
| #define calc_overscan | ( | o | ) | interpolate(0x100, 0xe1, 0xc1, o) |
Definition at line 249 of file nv17_tv_modes.c.
| #define id1 (1LL << 8) |
Definition at line 251 of file nv17_tv_modes.c.
| #define id2 (1LL << 16) |
Definition at line 252 of file nv17_tv_modes.c.
| #define id3 (1LL << 24) |
Definition at line 253 of file nv17_tv_modes.c.
| #define id4 (1LL << 32) |
Definition at line 254 of file nv17_tv_modes.c.
| #define id5 (1LL << 48) |
Definition at line 255 of file nv17_tv_modes.c.
| void nv17_ctv_update_rescaler | ( | struct drm_encoder * | encoder | ) |
Definition at line 543 of file nv17_tv_modes.c.
| void nv17_tv_state_load | ( | struct drm_device * | dev, |
| struct nv17_tv_state * | state | ||
| ) |
Definition at line 408 of file nv17_tv_modes.c.
| void nv17_tv_state_save | ( | struct drm_device * | dev, |
| struct nv17_tv_state * | state | ||
| ) |
Definition at line 381 of file nv17_tv_modes.c.
| void nv17_tv_update_properties | ( | struct drm_encoder * | encoder | ) |
Definition at line 472 of file nv17_tv_modes.c.
| void nv17_tv_update_rescaler | ( | struct drm_encoder * | encoder | ) |
Definition at line 527 of file nv17_tv_modes.c.
| struct drm_display_mode nv17_tv_modes[] |
Definition at line 441 of file nv17_tv_modes.c.
| char* nv17_tv_norm_names[NUM_TV_NORMS] |
Definition at line 35 of file nv17_tv_modes.c.
| struct nv17_tv_norm_params nv17_tv_norms[NUM_TV_NORMS] |
Definition at line 52 of file nv17_tv_modes.c.
1.8.2