summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9b1d2d)
raw | patch | inline | side by side (parent: b9b1d2d)
author | Sundar Raman <a0393242@ti.com> | |
Fri, 12 Apr 2013 14:16:02 +0000 (09:16 -0500) | ||
committer | Praneeth Bajjuri <praneeth@ti.com> | |
Fri, 12 Jul 2013 22:45:14 +0000 (17:45 -0500) |
there are some compilation errors seen after enabling ion because
of lack of vram apis and dsscomp platform apis in kernel.
this patch should be reverted after support for those have been
added in the kernel.
Change-Id: I57d51204a726708075d4e8c65c207d6f750381b1
Signed-off-by: Sundar Raman <a0393242@ti.com>
of lack of vram apis and dsscomp platform apis in kernel.
this patch should be reverted after support for those have been
added in the kernel.
Change-Id: I57d51204a726708075d4e8c65c207d6f750381b1
Signed-off-by: Sundar Raman <a0393242@ti.com>
arch/arm/plat-omap/android-display.c | patch | blob | history |
index c0a78ad70019fc2cb6e79077b73c82941fa7cac4..ee8765908ff53cc45257f53929867b949f4b10ac 100644 (file)
#include <plat/android-display.h>
#include <plat/dsscomp.h>
-#include <plat/vram.h>
+//#include <plat/vram.h>
struct omap_android_display_data {
/* members with default values */
done:
if (dsscomp)
*dsscomp = data;
- dsscomp_set_platform_data(&data);
+ //dsscomp_set_platform_data(&data);
/* remember setting for ion carveouts */
mem->tiler1d_mem =
}
pr_info("android_display: setting vram to %u\n", vram);
- omap_vram_set_sdram_vram(vram, 0);
+ //omap_vram_set_sdram_vram(vram, 0);
}
/* coordinate between sgx, omapdss, dsscomp and ion needs */