* [U-Boot] [PATCH] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
@ 2010-12-30 17:19 Steve Sakoman
0 siblings, 0 replies; 4+ messages in thread
From: Steve Sakoman @ 2010-12-30 17:19 UTC (permalink / raw)
To: u-boot
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 56363f7..d0ef313 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -203,7 +203,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${mmcroot} " \
"rootfstype=${mmcrootfstype}\0" \
@@ -211,7 +210,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 3b53796..74b2ff0 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -169,7 +169,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${mmcroot} " \
"rootfstype=${mmcrootfstype}\0" \
@@ -177,7 +176,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
@ 2011-08-11 5:34 Joel A Fernandes
2011-08-11 18:24 ` Jason Kridner
0 siblings, 1 reply; 4+ messages in thread
From: Joel A Fernandes @ 2011-08-11 5:34 UTC (permalink / raw)
To: u-boot
From: Steve Sakoman <steve@sakoman.com>
The kernel DSS2 code is mature now, and keeping this setting hurts performance
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
include/configs/omap3_beagle.h | 2 --
include/configs/omap3_overo.h | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 9fd80ed..42575f1 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -214,7 +214,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${mmcroot} " \
"rootfstype=${mmcrootfstype}\0" \
@@ -222,7 +221,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index 242b317..0f64054 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -170,7 +170,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${mmcroot} " \
"rootfstype=${mmcrootfstype}\0" \
@@ -178,7 +177,6 @@
"mpurate=${mpurate} " \
"vram=${vram} " \
"omapfb.mode=dvi:${dvimode} " \
- "omapfb.debug=y " \
"omapdss.def_disp=${defaultdisplay} " \
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
--
1.7.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
2011-08-11 5:34 Joel A Fernandes
@ 2011-08-11 18:24 ` Jason Kridner
2011-08-11 19:11 ` Joel A Fernandes
0 siblings, 1 reply; 4+ messages in thread
From: Jason Kridner @ 2011-08-11 18:24 UTC (permalink / raw)
To: u-boot
On Thu, Aug 11, 2011 at 1:34 AM, Joel A Fernandes <agnel.joel@gmail.com> wrote:
> From: Steve Sakoman <steve@sakoman.com>
>
>
> The kernel DSS2 code is mature now, and keeping this setting hurts performance
>
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Acked-by: Jason Kridner <jkridner@beagleboard.org>
+ Sandeep and Khasim
Joel, shouldn't we have your signed-off-by as well, since you are in
the delivery path?
> ---
> ?include/configs/omap3_beagle.h | ? ?2 --
> ?include/configs/omap3_overo.h ?| ? ?2 --
> ?2 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index 9fd80ed..42575f1 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -214,7 +214,6 @@
> ? ? ? ? ? ? ? ?"mpurate=${mpurate} " \
> ? ? ? ? ? ? ? ?"vram=${vram} " \
> ? ? ? ? ? ? ? ?"omapfb.mode=dvi:${dvimode} " \
> - ? ? ? ? ? ? ? "omapfb.debug=y " \
> ? ? ? ? ? ? ? ?"omapdss.def_disp=${defaultdisplay} " \
> ? ? ? ? ? ? ? ?"root=${mmcroot} " \
> ? ? ? ? ? ? ? ?"rootfstype=${mmcrootfstype}\0" \
> @@ -222,7 +221,6 @@
> ? ? ? ? ? ? ? ?"mpurate=${mpurate} " \
> ? ? ? ? ? ? ? ?"vram=${vram} " \
> ? ? ? ? ? ? ? ?"omapfb.mode=dvi:${dvimode} " \
> - ? ? ? ? ? ? ? "omapfb.debug=y " \
> ? ? ? ? ? ? ? ?"omapdss.def_disp=${defaultdisplay} " \
> ? ? ? ? ? ? ? ?"root=${nandroot} " \
> ? ? ? ? ? ? ? ?"rootfstype=${nandrootfstype}\0" \
> diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
> index 242b317..0f64054 100644
> --- a/include/configs/omap3_overo.h
> +++ b/include/configs/omap3_overo.h
> @@ -170,7 +170,6 @@
> ? ? ? ? ? ? ? ?"mpurate=${mpurate} " \
> ? ? ? ? ? ? ? ?"vram=${vram} " \
> ? ? ? ? ? ? ? ?"omapfb.mode=dvi:${dvimode} " \
> - ? ? ? ? ? ? ? "omapfb.debug=y " \
> ? ? ? ? ? ? ? ?"omapdss.def_disp=${defaultdisplay} " \
> ? ? ? ? ? ? ? ?"root=${mmcroot} " \
> ? ? ? ? ? ? ? ?"rootfstype=${mmcrootfstype}\0" \
> @@ -178,7 +177,6 @@
> ? ? ? ? ? ? ? ?"mpurate=${mpurate} " \
> ? ? ? ? ? ? ? ?"vram=${vram} " \
> ? ? ? ? ? ? ? ?"omapfb.mode=dvi:${dvimode} " \
> - ? ? ? ? ? ? ? "omapfb.debug=y " \
> ? ? ? ? ? ? ? ?"omapdss.def_disp=${defaultdisplay} " \
> ? ? ? ? ? ? ? ?"root=${nandroot} " \
> ? ? ? ? ? ? ? ?"rootfstype=${nandrootfstype}\0" \
> --
> 1.7.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings
2011-08-11 18:24 ` Jason Kridner
@ 2011-08-11 19:11 ` Joel A Fernandes
0 siblings, 0 replies; 4+ messages in thread
From: Joel A Fernandes @ 2011-08-11 19:11 UTC (permalink / raw)
To: u-boot
On Thu, Aug 11, 2011 at 1:24 PM, Jason Kridner <jkridner@beagleboard.org> wrote:
> On Thu, Aug 11, 2011 at 1:34 AM, Joel A Fernandes <agnel.joel@gmail.com> wrote:
>> From: Steve Sakoman <steve@sakoman.com>
>>
>>
>> The kernel DSS2 code is mature now, and keeping this setting hurts performance
>>
>> Signed-off-by: Steve Sakoman <steve@sakoman.com>
>
> Acked-by: Jason Kridner <jkridner@beagleboard.org>
>
> + Sandeep and Khasim
>
> Joel, shouldn't we have your signed-off-by as well, since you are in
> the delivery path?
>
Sure, I will resubmit this once. I just hope that this patch is
applied in the same order I submitted it so that there are no merge
conflicts due to an out-of-order apply
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-11 19:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-30 17:19 [U-Boot] [PATCH] OMAP: Remove omapfb.debug=y from Beagle and Overo env settings Steve Sakoman
-- strict thread matches above, loose matches on Subject: below --
2011-08-11 5:34 Joel A Fernandes
2011-08-11 18:24 ` Jason Kridner
2011-08-11 19:11 ` Joel A Fernandes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox