mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
drm/exynos: Add new hdmi pll and resolutions
Change-Id: Ie958ff586d663f066ab333319e2bb13bbd915b6d
This commit is contained in:
@@ -917,7 +917,7 @@ CONFIG_STANDALONE=y
|
||||
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
|
||||
CONFIG_FW_LOADER=y
|
||||
CONFIG_FIRMWARE_IN_KERNEL=y
|
||||
CONFIG_EXTRA_FIRMWARE="edid/1024x768.bin edid/1280x800.bin edid/1920x1080.bin edid/720x480.bin edid/800x600.bin edid/800x480.bin edid/1280x1024.bin edid/1280x720.bin edid/1440x900.bin edid/1680x1050.bin edid/1920x1080_50hz.bin edid/640x480.bin edid/720x576.bin edid/1024x600.bin"
|
||||
CONFIG_EXTRA_FIRMWARE="edid/1024x768.bin edid/1280x800.bin edid/1920x1080.bin edid/720x480.bin edid/800x600.bin edid/800x480.bin edid/1280x1024.bin edid/1280x720.bin edid/1440x900.bin edid/1680x1050.bin edid/1360x768.bin edid/1366x768.bin edid/1600x1200.bin edid/1600x900.bin edid/1920x1200_30hz.bin edid/1920x1080_50hz.bin edid/640x480.bin edid/720x576.bin edid/1024x600.bin"
|
||||
CONFIG_EXTRA_FIRMWARE_DIR="firmware"
|
||||
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
|
||||
CONFIG_WANT_DEV_COREDUMP=y
|
||||
|
||||
@@ -497,6 +497,24 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
|
||||
0x54, 0x4A, 0x24, 0x00, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 84750000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x23, 0x11, 0x40, 0x30, 0x1E, 0xC7,
|
||||
0x84, 0xE8, 0xD4, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x48, 0x24, 0x00, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 85860000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x24, 0x11, 0x40, 0x30, 0xD2, 0xC8,
|
||||
0x84, 0xE8, 0xD5, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x48, 0x24, 0x00, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 88750000,
|
||||
.conf = {
|
||||
@@ -506,6 +524,15 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
|
||||
0x54, 0x45, 0x24, 0x00, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 89750000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x25, 0x11, 0x40, 0x30, 0x26, 0xC9,
|
||||
0x83, 0xE8, 0xE0, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x89, 0x24, 0x01, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 106500000,
|
||||
.conf = {
|
||||
@@ -515,6 +542,24 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
|
||||
0x54, 0x73, 0x24, 0x01, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 106560000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x2C, 0x12, 0x40, 0x78, 0x73, 0xCA,
|
||||
0x85, 0xE8, 0x0B, 0xD9, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x73, 0x24, 0x01, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 107800000,
|
||||
.conf = {
|
||||
0x01, 0x51, 0x2D, 0x15, 0x40, 0x01, 0x00, 0xC8,
|
||||
0x82, 0xC8, 0x0E, 0xD9, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x66,
|
||||
0x54, 0xC7, 0x25, 0x03, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 108000000,
|
||||
.conf = {
|
||||
@@ -533,6 +578,15 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
|
||||
0x54, 0x6A, 0x24, 0x01, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 119000000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x31, 0x14, 0x40, 0x78, 0x41, 0xCB,
|
||||
0x89, 0xE8, 0x28, 0xD9, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x68, 0x24, 0x01, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 146250000,
|
||||
.conf = {
|
||||
@@ -551,6 +605,33 @@ static const struct hdmiphy_config hdmiphy_5420_configs[] = {
|
||||
0x54, 0x4B, 0x25, 0x03, 0x00, 0x80, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 162000000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x22, 0x01, 0x40, 0x30, 0xD4, 0xCD,
|
||||
0x89, 0xE8, 0xC9, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x31, 0x25, 0x03, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 164100000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x22, 0x89, 0x49, 0xB0, 0x15, 0xCE,
|
||||
0x8A, 0xF8, 0xCD, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0x2B, 0x25, 0x03, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
{
|
||||
.pixel_clock = 196900000,
|
||||
.conf = {
|
||||
0x01, 0xD1, 0x29, 0x1618, 0x418, 0x190, 0xF5, 0xCF,
|
||||
0x8D, 0x168, 0xF5, 0xD8, 0x45, 0xA0, 0xAC, 0x80,
|
||||
0x08, 0x80, 0x09, 0x84, 0x05, 0x02, 0x24, 0x86,
|
||||
0x54, 0xFA, 0x24, 0x03, 0x00, 0x00, 0x01, 0x80,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
static const struct hdmiphy_config hdmiphy_5433_configs[] = {
|
||||
|
||||
BIN
firmware/edid/1360x768.bin
Normal file
BIN
firmware/edid/1360x768.bin
Normal file
Binary file not shown.
BIN
firmware/edid/1366x768.bin
Normal file
BIN
firmware/edid/1366x768.bin
Normal file
Binary file not shown.
Binary file not shown.
BIN
firmware/edid/1600x900.bin
Normal file
BIN
firmware/edid/1600x900.bin
Normal file
Binary file not shown.
BIN
firmware/edid/1920x1200_30hz.bin
Normal file
BIN
firmware/edid/1920x1200_30hz.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user