Linux Kernel
3.7.1
|
#include <radeon_mode.h>
Data Fields | |
uint32_t | ps2_tvdac_adj |
uint32_t | ntsc_tvdac_adj |
uint32_t | pal_tvdac_adj |
int | h_pos |
int | v_pos |
int | h_size |
int | supported_tv_stds |
bool | tv_on |
enum radeon_tv_std | tv_std |
struct radeon_tv_regs | tv |
Definition at line 357 of file radeon_mode.h.
int h_pos |
Definition at line 363 of file radeon_mode.h.
int h_size |
Definition at line 365 of file radeon_mode.h.
uint32_t ntsc_tvdac_adj |
Definition at line 360 of file radeon_mode.h.
uint32_t pal_tvdac_adj |
Definition at line 361 of file radeon_mode.h.
uint32_t ps2_tvdac_adj |
Definition at line 359 of file radeon_mode.h.
int supported_tv_stds |
Definition at line 366 of file radeon_mode.h.
Definition at line 369 of file radeon_mode.h.
bool tv_on |
Definition at line 367 of file radeon_mode.h.
enum radeon_tv_std tv_std |
Definition at line 368 of file radeon_mode.h.
int v_pos |
Definition at line 364 of file radeon_mode.h.