Re: [PATCH v4 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor

2010-07-28 Thread Grant Likely
On Fri, Jul 23, 2010 at 8:00 AM, Anatolij Gustschin ag...@denx.de wrote: On MPC5121e Rev 2.0 re-configuring the DIU area descriptor by writing new descriptor address doesn't always work. As a result, DIU continues to display using old area descriptor even if the new one has been written to the

Re: [PATCH v4 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor

2010-07-28 Thread Anatolij Gustschin
On Wed, 28 Jul 2010 01:02:59 -0600 Grant Likely grant.lik...@secretlab.ca wrote: ...  drivers/video/fsl-diu-fb.c |   38 +++---  1 files changed, 23 insertions(+), 15 deletions(-) diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fsl-diu-fb.c index

[PATCH v4 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor

2010-07-23 Thread Anatolij Gustschin
On MPC5121e Rev 2.0 re-configuring the DIU area descriptor by writing new descriptor address doesn't always work. As a result, DIU continues to display using old area descriptor even if the new one has been written to the descriptor register of the plane. Add the code from Freescale MPC5121EADS