#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <linux/mutex.h>
#include <linux/delay.h>
#include <linux/string.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/clk.h>
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
#include <video/omapdss.h>
#include "ti_hdmi.h"
#include "dss.h"
#include "dss_features.h"
Go to the source code of this file.
#define DSS_SUBSYS_NAME "HDMI" |
#define EDID_DESCRIPTOR_BLOCK0_ADDRESS 0x36 |
#define EDID_DESCRIPTOR_BLOCK1_ADDRESS 0x80 |
#define EDID_SIZE_BLOCK0_TIMING_DESCRIPTOR 4 |
#define EDID_SIZE_BLOCK1_TIMING_DESCRIPTOR 4 |
#define EDID_TIMING_DESCRIPTOR_SIZE 0x12 |
#define HDMI_CORE_AV 0x900 |
#define HDMI_CORE_SYS 0x400 |
#define HDMI_DEFAULT_REGM2 1 |
#define HDMI_DEFAULT_REGN 16 |
#define HDMI_EDID_MAX_LENGTH 256 |
#define HDMI_PLLCTRL 0x200 |
unsigned long hdmi_get_pixel_clock |
( |
void |
| ) |
|
int omapdss_hdmi_read_edid |
( |
u8 * |
buf, |
|
|
int |
len |
|
) |
| |