public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Why does logo_plot() not use video_display_bitmap()?
@ 2010-08-27 21:48 Timur Tabi
  2010-08-29  8:56 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Timur Tabi @ 2010-08-27 21:48 UTC (permalink / raw)
  To: u-boot

logo_plot() has its own code for rendering a bitmap, but this code is much
less capable than video_display_bitmap().  Why doesn't logo_plot() just call
video_display_bitmap() to draw the actual bitmap?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Why does logo_plot() not use video_display_bitmap()?
  2010-08-27 21:48 [U-Boot] Why does logo_plot() not use video_display_bitmap()? Timur Tabi
@ 2010-08-29  8:56 ` Wolfgang Denk
  2010-08-29 12:58   ` Timur Tabi
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2010-08-29  8:56 UTC (permalink / raw)
  To: u-boot

Dear Timur Tabi,

In message <4C7832B3.8020905@freescale.com> you wrote:
> logo_plot() has its own code for rendering a bitmap, but this code is much
> less capable than video_display_bitmap().  Why doesn't logo_plot() just call
> video_display_bitmap() to draw the actual bitmap?

Because logo_plot() predates video_display_bitmap(), and the
implementors of the latter function did not bother to clean up
existing code?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
How many Unix hacks does it take to change a light bulb?  Let's  see,
   can you use a shell script for that or does it need a C program?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Why does logo_plot() not use video_display_bitmap()?
  2010-08-29  8:56 ` Wolfgang Denk
@ 2010-08-29 12:58   ` Timur Tabi
  0 siblings, 0 replies; 3+ messages in thread
From: Timur Tabi @ 2010-08-29 12:58 UTC (permalink / raw)
  To: u-boot

On Sun, Aug 29, 2010 at 3:56 AM, Wolfgang Denk <wd@denx.de> wrote:

> Because logo_plot() predates video_display_bitmap(), and the
> implementors of the latter function did not bother to clean up
> existing code?

Ok, I just wanted to make sure there wasn't some technical limitations
I didn't notice.  I'll look into merging the two functions together.

-- 
Timur Tabi
Linux kernel developer at Freescale

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-29 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 21:48 [U-Boot] Why does logo_plot() not use video_display_bitmap()? Timur Tabi
2010-08-29  8:56 ` Wolfgang Denk
2010-08-29 12:58   ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox