Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
e79df699
Commit
e79df699
authored
5 years ago
by
Troy Kisky
Browse files
Options
Downloads
Patches
Plain Diff
fbpanel: add VD_MIPI_TM070JDHG30
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
97ab4bd9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/include/asm/mach-imx/fbpanel.h
+23
-0
23 additions, 0 deletions
arch/arm/include/asm/mach-imx/fbpanel.h
with
23 additions
and
0 deletions
arch/arm/include/asm/mach-imx/fbpanel.h
+
23
−
0
View file @
e79df699
...
...
@@ -104,6 +104,7 @@ void fbp_setup_env_cmds(void);
#define VD_800_600MR_60(_mode, _detect, _bus, _addr) VDF_800_600MR_60(_mode, "800x600MR@60", RGB24, FBF_MODESTR, _detect, _bus, _addr)
#define VD_640_480M_60(_mode, _detect, _bus, _addr) VDF_640_480M_60(_mode, "640x480M@60", RGB24, FBF_MODESTR, _detect, _bus, _addr)
#define VD_720_480M_60(_mode, _detect, _bus, _addr) VDF_720_480M_60(_mode, "720x480M@60", RGB24, FBF_MODESTR, _detect, _bus, _addr)
#define VD_MIPI_TM070JDHG30(_mode, _detect, _bus, _addr) VDF_MIPI_TM070JDHG30(_mode, "mipi-tm070jdhg30", RGB24, FBF_MIPI_TO_HDMI, _detect, _bus, _addr)
#define VD_MIPI_1280_720M_60(_mode, _detect, _bus, _addr) VDF_1280_720M_60(_mode, "dsi-1280x720M@60", RGB24, FBF_MIPI_TO_HDMI, _detect, _bus, _addr)
#define VD_MIPI_1920_1080M_60(_mode, _detect, _bus, _addr) VDF_1920_1080M_60(_mode, "dsi-1920x1080M@60", RGB24, FBF_MIPI_TO_HDMI, _detect, _bus, _addr)
#define VD_MIPI_1024_768M_60(_mode, _detect, _bus, _addr) VDF_1024_768M_60(_mode, "dsi-1024x768M@60", RGB24, FBF_MIPI_TO_HDMI, _detect, _bus, _addr)
...
...
@@ -781,6 +782,28 @@ void fbp_setup_env_cmds(void);
}\
}
/* Tianma panel TM070JDHG30 is a 24 bit spwg panel */
#define VDF_MIPI_TM070JDHG30(_mode, _name, _fmt, _flags, _detect, _bus, _addr) \
{\
VD_HEADER(_mode, _fmt, _flags, _detect, _bus, _addr),\
.pwm_period = 32000, \
.mode = {\
.name = _name,\
.refresh = 60,\
.xres = 1280,\
.yres = 800,\
.pixclock = 1000000000000ULL/74250000,\
.left_margin = 5,\
.right_margin = 67,\
.upper_margin = 2,\
.lower_margin = 39,\
.hsync_len = 12,\
.vsync_len = 1,\
.sync = FB_SYNC_EXT,\
.vmode = FB_VMODE_NONINTERLACED\
}\
}
#define VDF_AUO_B101EW05(_mode, _name, _fmt, _flags, _detect, _bus, _addr) \
{\
VD_HEADER(_mode, _fmt, _flags, _detect, _bus, _addr),\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment