1
0
Fork 0

add new 5bit waveforms for our device

5bit-waveforms
Martin T. H. Sandsmark 2017-01-26 09:49:42 +01:00
parent 52f6d167f9
commit 109fb2cb90
3 changed files with 290715 additions and 4 deletions

View File

@ -322,8 +322,8 @@ static struct fb_videomode e97_v110_mode = {
.flag = 0,
};
static struct fb_videomode es103cs1_mode = {
.name = "ES103CS1",
static struct fb_videomode es103td1_mode = {
.name = "ES103TD1",
.refresh = 85,
.xres = 1872,
.yres = 1404,
@ -342,7 +342,7 @@ static struct fb_videomode es103cs1_mode = {
static struct imx_epdc_fb_mode panel_modes[] = {
{
&es103cs1_mode,
&es103td1_mode,
4, /* vscan_holdoff */
10, /* sdoed_width */
20, /* sdoed_delay */

View File

@ -65,7 +65,8 @@ fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \
radeon/RV710_pfp.bin radeon/RV710_me.bin
fw-shipped-$(CONFIG_IMX_SDMA) += imx/sdma/sdma-imx6q.bin imx/sdma/sdma-imx7d.bin
fw-shipped-$(CONFIG_FB_MXC_EINK_PANEL) += \
imx/epdc/epdc_ES103CS1.fw
imx/epdc/epdc_ES103CS1.fw \
imx/epdc/epdc_ES103TD1.fw
fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin
fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \

File diff suppressed because it is too large Load Diff