Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-21 Thread Eric Anholt
Boris Brezillon writes: > On Thu, 15 Jun 2017 16:33:11 -0700 > Eric Anholt wrote: > >> Eric Anholt writes: >> >> > [ Unknown signature status ] >> > Boris Brezillon writes: >> > >> >>

Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-16 Thread Boris Brezillon
On Thu, 15 Jun 2017 16:33:11 -0700 Eric Anholt wrote: > Eric Anholt writes: > > > [ Unknown signature status ] > > Boris Brezillon writes: > > > >> On Tue, 06 Jun 2017 13:27:09 -0700 > >> Eric Anholt

Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-15 Thread Eric Anholt
Eric Anholt writes: > [ Unknown signature status ] > Boris Brezillon writes: > >> On Tue, 06 Jun 2017 13:27:09 -0700 >> Eric Anholt wrote: >> >>> Boris Brezillon writes: >>> >>> > The

Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-13 Thread Boris Brezillon
+Gustavo On Tue, 06 Jun 2017 13:27:09 -0700 Eric Anholt wrote: > Boris Brezillon writes: > > > The VC4 KMS driver is implementing its own ->atomic_commit() but there > > are a few generic helpers we can use instead of open-coding the logic.

Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-07 Thread Eric Anholt
Boris Brezillon writes: > On Tue, 06 Jun 2017 13:27:09 -0700 > Eric Anholt wrote: > >> Boris Brezillon writes: >> >> > The VC4 KMS driver is implementing its own ->atomic_commit() but there >> > are a few

Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-06 Thread Boris Brezillon
On Tue, 06 Jun 2017 13:27:09 -0700 Eric Anholt wrote: > Boris Brezillon writes: > > > The VC4 KMS driver is implementing its own ->atomic_commit() but there > > are a few generic helpers we can use instead of open-coding the logic. > > > >

Re: [PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-06 Thread Eric Anholt
Boris Brezillon writes: > The VC4 KMS driver is implementing its own ->atomic_commit() but there > are a few generic helpers we can use instead of open-coding the logic. > > Signed-off-by: Boris Brezillon > --- >

[PATCH 3/7] drm/vc4: Mimic drm_atomic_helper_commit() behavior

2017-06-02 Thread Boris Brezillon
The VC4 KMS driver is implementing its own ->atomic_commit() but there are a few generic helpers we can use instead of open-coding the logic. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/vc4/vc4_kms.c | 38 -- 1 file