Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164843
b: refs/heads/master
c: d480ace
h: refs/heads/master
i:
  164841: 4cbc12e
  164839: a21340c
v: v3
  • Loading branch information
Pavel Machek authored and Linus Torvalds committed Sep 23, 2009
1 parent 8beb6a9 commit 436f6bc
Show file tree
Hide file tree
Showing 16 changed files with 5,728 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 689620100172e24fdf0981e9978a9559e8769258
refs/heads/master: d480ace08d5b59133575e672a0bd1c97b0f8400f
8 changes: 8 additions & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,14 @@ config FB_PRE_INIT_FB
Select this option if display contents should be inherited as set by
the bootloader.

config FB_MSM
tristate
depends on FB && ARCH_MSM
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
default y

config FB_MX3
tristate "MX3 Framebuffer support"
depends on FB && MX3_IPU
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ obj-$(CONFIG_FB_OMAP) += omap/
obj-$(CONFIG_XEN_FBDEV_FRONTEND) += xen-fbfront.o
obj-$(CONFIG_FB_CARMINE) += carminefb.o
obj-$(CONFIG_FB_MB862XX) += mb862xx/
obj-$(CONFIG_FB_MSM) += msm/

# Platform or fallback drivers go here
obj-$(CONFIG_FB_UVESA) += uvesafb.o
Expand Down
19 changes: 19 additions & 0 deletions trunk/drivers/video/msm/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

# core framebuffer
#
obj-y := msm_fb.o

# MDP DMA/PPP engine
#
obj-y += mdp.o mdp_scale_tables.o mdp_ppp.o

# MDDI interface
#
obj-y += mddi.o

# MDDI client/panel drivers
#
obj-y += mddi_client_dummy.o
obj-y += mddi_client_toshiba.o
obj-y += mddi_client_nt35399.o

Loading

0 comments on commit 436f6bc

Please sign in to comment.