Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include <drm/radeon_drm.h>
#include "radeon.h"
#include "radeon_asic.h"
#include "r600d.h"
#include "atom.h"
Go to the source code of this file.
Enumerations | |
enum | r600_hdmi_color_format { RGB = 0, YCC_422 = 1, YCC_444 = 2 } |
enum | r600_hdmi_iec_status_bits { AUDIO_STATUS_DIG_ENABLE = 0x01, AUDIO_STATUS_V = 0x02, AUDIO_STATUS_VCFG = 0x04, AUDIO_STATUS_EMPHASIS = 0x08, AUDIO_STATUS_COPYRIGHT = 0x10, AUDIO_STATUS_NONAUDIO = 0x20, AUDIO_STATUS_PROFESSIONAL = 0x40, AUDIO_STATUS_LEVEL = 0x80 } |
Functions | |
struct radeon_hdmi_acr | r600_hdmi_acr (uint32_t clock) |
int | r600_hdmi_buffer_status_changed (struct drm_encoder *encoder) |
void | r600_hdmi_setmode (struct drm_encoder *encoder, struct drm_display_mode *mode) |
void | r600_hdmi_update_audio_settings (struct drm_encoder *encoder) |
void | r600_hdmi_enable (struct drm_encoder *encoder) |
void | r600_hdmi_disable (struct drm_encoder *encoder) |
Definition at line 36 of file r600_hdmi.c.
AUDIO_STATUS_DIG_ENABLE | |
AUDIO_STATUS_V | |
AUDIO_STATUS_VCFG | |
AUDIO_STATUS_EMPHASIS | |
AUDIO_STATUS_COPYRIGHT | |
AUDIO_STATUS_NONAUDIO | |
AUDIO_STATUS_PROFESSIONAL | |
AUDIO_STATUS_LEVEL |
Definition at line 45 of file r600_hdmi.c.
|
read |
Definition at line 83 of file r600_hdmi.c.
int r600_hdmi_buffer_status_changed | ( | struct drm_encoder * | encoder | ) |
Definition at line 275 of file r600_hdmi.c.
void r600_hdmi_disable | ( | struct drm_encoder * | encoder | ) |
Definition at line 534 of file r600_hdmi.c.
void r600_hdmi_enable | ( | struct drm_encoder * | encoder | ) |
Definition at line 474 of file r600_hdmi.c.
void r600_hdmi_setmode | ( | struct drm_encoder * | encoder, |
struct drm_display_mode * | mode | ||
) |
Definition at line 317 of file r600_hdmi.c.
void r600_hdmi_update_audio_settings | ( | struct drm_encoder * | encoder | ) |
Definition at line 391 of file r600_hdmi.c.