Re: [Freedreno] [PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy

2021-08-06 Thread Thomas Zimmermann
Hi Am 06.08.21 um 01:59 schrieb Chrisanthus, Anitha: Hi Thomas, -Original Message- From: Thomas Zimmermann Sent: Wednesday, August 4, 2021 12:11 AM To: Chrisanthus, Anitha ; Sam Ravnborg Cc: dan...@ffwll.ch; airl...@linux.ie; alexander.deuc...@amd.com; christian.koe...@amd.com; liviu

Re: [Freedreno] [PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy

2021-08-05 Thread Chrisanthus, Anitha
Hi Thomas, > -Original Message- > From: Thomas Zimmermann > Sent: Wednesday, August 4, 2021 12:11 AM > To: Chrisanthus, Anitha ; Sam Ravnborg > > Cc: dan...@ffwll.ch; airl...@linux.ie; alexander.deuc...@amd.com; > christian.koe...@amd.com; liviu.du...@arm.com; brian.star...@arm.com; > bb

Re: [Freedreno] [PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy

2021-08-04 Thread Chrisanthus, Anitha
Hi Thomas, Can you please hold off on applying the kmb patch, I am seeing some issues while testing. Modetest works, but video playback only plays once, and it fails the second time with this patch. Thanks, Anitha > -Original Message- > From: Sam Ravnborg > Sent: Tuesday, August 3, 20

Re: [Freedreno] [PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy

2021-08-04 Thread Thomas Zimmermann
Hi Am 03.08.21 um 20:36 schrieb Chrisanthus, Anitha: Hi Thomas, Can you please hold off on applying the kmb patch, I am seeing some issues while testing. Modetest works, but video playback only plays once, and it fails the second time with this patch. Sounds a bit like the testing issue at [

Re: [Freedreno] [PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy

2021-08-03 Thread Sam Ravnborg
Hi Thomas, On Tue, Aug 03, 2021 at 11:06:50AM +0200, Thomas Zimmermann wrote: > DRM's IRQ helpers are only helpful for old, non-KMS drivers. Move > the code behind CONFIG_DRM_LEGACY. Convert KMS drivers to Linux > IRQ interfaces. > > DRM provides IRQ helpers for setting up, receiving and removing

[Freedreno] [PATCH v2 00/14] drm: Make DRM's IRQ helpers legacy

2021-08-03 Thread Thomas Zimmermann
DRM's IRQ helpers are only helpful for old, non-KMS drivers. Move the code behind CONFIG_DRM_LEGACY. Convert KMS drivers to Linux IRQ interfaces. DRM provides IRQ helpers for setting up, receiving and removing IRQ handlers. It's an abstraction over plain Linux functions. The code is mid-layerish w