Linux Kernel
3.7.1
|
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_edid.h>
#include "intel_drv.h"
#include <drm/i915_drm.h>
#include "i915_drv.h"
Go to the source code of this file.
Data Structures | |
struct | intel_tv |
struct | video_levels |
struct | color_conversion |
struct | tv_mode |
struct | input_res |
Enumerations | |
enum | tv_margin { TV_MARGIN_LEFT, TV_MARGIN_TOP, TV_MARGIN_RIGHT, TV_MARGIN_BOTTOM } |
Functions | |
void | intel_tv_init (struct drm_device *dev) |
Integrated TV-out support for the 915GM and 945GM.
Definition in file intel_tv.c.
enum tv_margin |
Definition at line 40 of file intel_tv.c.
void intel_tv_init | ( | struct drm_device * | dev | ) |
Definition at line 1552 of file intel_tv.c.