Re: [PATCH] [#7001] framebuffer: old image of last app would retain for a while after starting new app
"Zhang, Sonic" <[email protected]> Thu, 15 Mar 2012 23:34:08 -0400
| Newsgroups | gmane.linux.hardware.blackfin.kernel.devel,gmane.linux.fbdev.devel |
|---|---|
| Message-ID | <DB904C5425BA6F4E8424B3B51A1414D16F24304D28@NWD2CMBX1.ad.analog.com> |
-----Original Message----- From: Mike Frysinger [mailto:[email protected]] Sent: Friday, March 16, 2012 3:08 AM To: uclinux-dist-devel-ZG0+EudsQA8dtHy/[email protected] Cc: Wu, Aaron; linux-fbdev-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org; Zhang, Sonic Subject: Re: [uclinux-dist-devel] [PATCH] [#7001] framebuffer: old image of last app would retain for a while after starting new app On Thursday 15 March 2012 05:23:50 Wu, Aaron wrote: > Old image of last application would retain for a while when starting a > new application, this patch clear the frambuffer before displaying > every time the fb is opened. i'm not sure the behavior you describe is wrong. in fact, i'm pretty sure it sounds correct. if an app writes an image to the framebuffer and then quits, that image should stay there indefinitely until something else opens the framebuffer and draws their own image. -mike Before the second application draws its own image, the image of last application has already been displayed on the LCD when the second application opens the FB device(PPI is enabled when it is opened). This is not a correct behavior. Sonic