mbox series

[v1,0/2] drm/atmel-hlcdc: drop use of drm_irq mid-layer

Message ID 20210711091926.552861-1-sam@ravnborg.org (mailing list archive)
Headers show
Series drm/atmel-hlcdc: drop use of drm_irq mid-layer | expand

Message

Sam Ravnborg July 11, 2021, 9:19 a.m. UTC
[Ignore the first mail - wrong patch was attached]

Two small patches to drop the use of the drm irq mid-layer.
My atmel hlcdc target has stopped working - so unfortunately un-tested :-(
I picked up this to continue the work of Thomas Zimmermann.

	Sam


Sam Ravnborg (2):
      drm/atmel-hlcdc: Move interrupt helper funtions
      drm/atmel-hlcdc: Convert to Linux IRQ interfaces

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 63 +++++++++++++---------------
 1 file changed, 30 insertions(+), 33 deletions(-)

Comments

Dan Sneddon July 15, 2021, 9:55 p.m. UTC | #1
I tested this patch set on the 9x60ek board and unfortunately it causes 
errors.  The vbltest returns -1 and I also see the display get out of 
sync while testing with a gui application.


Regards,

Dan
Sam Ravnborg July 15, 2021, 10:08 p.m. UTC | #2
Hi Dan,
On Thu, Jul 15, 2021 at 09:55:09PM +0000, Dan.Sneddon@microchip.com wrote:
> I tested this patch set on the 9x60ek board and unfortunately it causes 
> errors.  The vbltest returns -1 and I also see the display get out of 
> sync while testing with a gui application.

Thanks a lot for the testing, I will take a look tomorrow and see if I
can figure out what is wrong.

	Sam