Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294336
b: refs/heads/master
c: ae7e1f2
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Feb 23, 2012
1 parent 8af3a70 commit 31ca709
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f1cc13fbf4cd0f798a08af2e0c04ae80ceac5e3
refs/heads/master: ae7e1f2d0b9cf37d4ca4d55b264110e4c880f7ed
6 changes: 2 additions & 4 deletions trunk/drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

obj-$(CONFIG_FB_OMAP) += omapfb.o

objs-yy := omapfb_main.o
objs-yy := omapfb_main.o lcdc.o

objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o

objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o

objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/video/omap/omapfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@

struct omapfb_device;

#ifdef CONFIG_ARCH_OMAP1
#define OMAPFB_PLANE_NUM 1
#else
#define OMAPFB_PLANE_NUM 3
#endif

struct omapfb_mem_region {
u32 paddr;
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/video/omap/omapfb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1741,8 +1741,7 @@ static int omapfb_do_probe(struct platform_device *pdev,

#ifdef CONFIG_FB_OMAP_DMA_TUNE
/* Set DMA priority for EMIFF access to highest */
if (cpu_class_is_omap1())
omap_set_dma_priority(0, OMAP_DMA_PORT_EMIFF, 15);
omap_set_dma_priority(0, OMAP_DMA_PORT_EMIFF, 15);
#endif

r = ctrl_change_mode(fbdev->fb_info[0]);
Expand Down

0 comments on commit 31ca709

Please sign in to comment.