Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
3879f5d6
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
3879f5d6
编写于
3月 16, 2009
作者:
R
Russell King
提交者:
Russell King
3月 16, 2009
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'imx-fb-fix' of
git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
into devel
Conflicts: drivers/video/mx3fb.c
上级
607b067e
6e1588cb
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
1174 addition
and
1174 deletion
+1174
-1174
arch/arm/plat-mxc/include/mach/mx3fb.h
arch/arm/plat-mxc/include/mach/mx3fb.h
+13
-13
drivers/video/Kconfig
drivers/video/Kconfig
+10
-10
drivers/video/Makefile
drivers/video/Makefile
+1
-1
drivers/video/mx3fb.c
drivers/video/mx3fb.c
+1150
-1150
未找到文件。
arch/arm/plat-mxc/include/mach/mx3fb.h
浏览文件 @
3879f5d6
...
...
@@ -14,25 +14,25 @@
#include <linux/fb.h>
/* Proprietary FB_SYNC_ flags */
#define FB_SYNC_OE_ACT_HIGH
0x80000000
#define FB_SYNC_CLK_INVERT
0x40000000
#define FB_SYNC_DATA_INVERT
0x20000000
#define FB_SYNC_CLK_IDLE_EN
0x10000000
#define FB_SYNC_SHARP_MODE
0x08000000
#define FB_SYNC_SWAP_RGB
0x04000000
#define FB_SYNC_CLK_SEL_EN
0x02000000
#define FB_SYNC_OE_ACT_HIGH
0x80000000
#define FB_SYNC_CLK_INVERT
0x40000000
#define FB_SYNC_DATA_INVERT
0x20000000
#define FB_SYNC_CLK_IDLE_EN
0x10000000
#define FB_SYNC_SHARP_MODE
0x08000000
#define FB_SYNC_SWAP_RGB
0x04000000
#define FB_SYNC_CLK_SEL_EN
0x02000000
/**
* struct mx3fb_platform_data - mx3fb platform data
*
* @dma_dev:
pointer to the dma-device, used for dma-slave connection
* @mode:
pointer to a platform-provided per mxc_register_fb() videomode
* @dma_dev:
pointer to the dma-device, used for dma-slave connection
* @mode:
pointer to a platform-provided per mxc_register_fb() videomode
*/
struct
mx3fb_platform_data
{
struct
device
*
dma_dev
;
const
char
*
name
;
const
struct
fb_videomode
*
mode
;
int
num_modes
;
struct
device
*
dma_dev
;
const
char
*
name
;
const
struct
fb_videomode
*
mode
;
int
num_modes
;
};
#endif
drivers/video/Kconfig
浏览文件 @
3879f5d6
...
...
@@ -2120,16 +2120,16 @@ config FB_PRE_INIT_FB
the bootloader.
config FB_MX3
tristate "MX3 Framebuffer support"
depends on FB && MX3_IPU
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
default y
help
This is a framebuffer device for the i.MX31 LCD Controller. So
far only synchronous displays are supported. If you plan to use
an LCD display with your i.MX31 system, say Y here.
tristate "MX3 Framebuffer support"
depends on FB && MX3_IPU
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
default y
help
This is a framebuffer device for the i.MX31 LCD Controller. So
far only synchronous displays are supported. If you plan to use
an LCD display with your i.MX31 system, say Y here.
config FB_BROADSHEET
tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
...
...
drivers/video/Makefile
浏览文件 @
3879f5d6
...
...
@@ -133,7 +133,7 @@ obj-$(CONFIG_FB_VGA16) += vga16fb.o
obj-$(CONFIG_FB_OF)
+=
offb.o
obj-$(CONFIG_FB_BF54X_LQ043)
+=
bf54x-lq043fb.o
obj-$(CONFIG_FB_BFIN_T350MCQB)
+=
bfin-t350mcqb-fb.o
obj-$(CONFIG_FB_MX3)
+=
mx3fb.o
obj-$(CONFIG_FB_MX3)
+=
mx3fb.o
# the test framebuffer is last
obj-$(CONFIG_FB_VIRTUAL)
+=
vfb.o
...
...
drivers/video/mx3fb.c
浏览文件 @
3879f5d6
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录