Re: [PATCH 12/17] drm/rcar-du: Convert to using __drm_atomic_helper_crtc_reset() for reset.

2019-03-01 Thread Maarten Lankhorst
Op 01-03-2019 om 15:36 schreef Laurent Pinchart: > Hi Marteen, > > On Fri, Mar 01, 2019 at 03:08:20PM +0100, Maarten Lankhorst wrote: >> Op 01-03-2019 om 14:13 schreef Laurent Pinchart: >>> On Fri, Mar 01, 2019 at 01:56:22PM +0100, Maarten Lankhorst wrote: >&

Re: [PATCH 12/17] drm/rcar-du: Convert to using __drm_atomic_helper_crtc_reset() for reset.

2019-03-01 Thread Maarten Lankhorst
Op 01-03-2019 om 14:13 schreef Laurent Pinchart: > Hi Maarten, > > Thank you for the patch. > > On Fri, Mar 01, 2019 at 01:56:22PM +0100, Maarten Lankhorst wrote: >> Convert rcar-du to using __drm_atomic_helper_crtc_reset(), instead of >> writing its own vers

[PATCH 12/17] drm/rcar-du: Convert to using __drm_atomic_helper_crtc_reset() for reset.

2019-03-01 Thread Maarten Lankhorst
Convert rcar-du to using __drm_atomic_helper_crtc_reset(), instead of writing its own version. Instead of open coding destroy_state(), call it directly for freeing the old state. Signed-off-by: Maarten Lankhorst Cc: Laurent Pinchart Cc: Kieran Bingham Cc: linux-renesas-soc@vger.kernel.org

Re: igt trouble with planes shared between multiple CRTCs (Re: [PATCH v2 0/8] R-Car DU: Support CRC calculation)

2018-05-07 Thread Maarten Lankhorst
Op 02-05-18 om 09:32 schreef Daniel Vetter: > On Tue, May 01, 2018 at 10:58:02AM +0200, Maarten Lankhorst wrote: >> Hey, >> >> Op 30-04-18 om 16:56 schreef Daniel Vetter: >>> On Mon, Apr 30, 2018 at 04:55:24PM +0200, Daniel Vetter wrote: >>>> On Sat,

Re: igt trouble with planes shared between multiple CRTCs (Re: [PATCH v2 0/8] R-Car DU: Support CRC calculation)

2018-05-01 Thread Maarten Lankhorst
Op 01-05-18 om 10:58 schreef Maarten Lankhorst: > Hey, > > Op 30-04-18 om 16:56 schreef Daniel Vetter: >> On Mon, Apr 30, 2018 at 04:55:24PM +0200, Daniel Vetter wrote: >>> On Sat, Apr 28, 2018 at 12:07:04AM +0300, Laurent Pinchart wrote: >>>> Hi Daniel, >>

Re: igt trouble with planes shared between multiple CRTCs (Re: [PATCH v2 0/8] R-Car DU: Support CRC calculation)

2018-05-01 Thread Maarten Lankhorst
Hey, Op 30-04-18 om 16:56 schreef Daniel Vetter: > On Mon, Apr 30, 2018 at 04:55:24PM +0200, Daniel Vetter wrote: >> On Sat, Apr 28, 2018 at 12:07:04AM +0300, Laurent Pinchart wrote: >>> Hi Daniel, >>> >>> (Removing the linux-media mailing list from CC as it is out of scope) >>> >>> You enquired o

[PATCH v2 3/7] drm/rcar-du: Use new iterator macros, v2.

2017-07-19 Thread Maarten Lankhorst
ing at obj->state whenever possible. Changes since v1: - Actually compile correctly. Signed-off-by: Maarten Lankhorst Cc: Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org --- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 57 - 1 file changed, 28 insertions(

[PATCH v2 07/16] drm/rcar-du: Use new iterator macros, v2.

2017-07-12 Thread Maarten Lankhorst
Op 12-07-17 om 11:15 schreef Daniel Vetter: > On Wed, Jul 12, 2017 at 10:13:35AM +0200, Maarten Lankhorst wrote: >> for_each_obj_in_state is about to be removed, so use the correct new >> iterator macros. >> >> Signed-off-by: Maarten Lankhorst >> Cc: Laurent P

[PATCH 07/16] drm/rcar-du: Use new iterator macros

2017-07-12 Thread Maarten Lankhorst
for_each_obj_in_state is about to be removed, so use the correct new iterator macros. Signed-off-by: Maarten Lankhorst Cc: Laurent Pinchart Cc: linux-renesas-soc@vger.kernel.org --- drivers/gpu/drm/rcar-du/rcar_du_plane.c | 41 - 1 file changed, 20 insertions