Re: [PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-05-03 Thread Chia-I Wu
On Thu, May 2, 2019 at 4:36 AM Daniel Stone wrote: > > Hi, > > On Wed, 1 May 2019 at 09:53, Pekka Paalanen wrote: > > On Wed, 24 Apr 2019 10:07:47 -0700 Chia-I Wu wrote: > > > Can you commit this patch for me, if all looks good? > > > > I was almost already pushing this, but Daniel said he wants

Re: [PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-05-02 Thread Daniel Stone
Hi, On Wed, 1 May 2019 at 09:53, Pekka Paalanen wrote: > On Wed, 24 Apr 2019 10:07:47 -0700 Chia-I Wu wrote: > > Can you commit this patch for me, if all looks good? > > I was almost already pushing this, but Daniel said he wants to have > a good look first. Indeed, I hadn't followed the discus

Re: [PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-05-01 Thread Pekka Paalanen
On Wed, 24 Apr 2019 10:07:47 -0700 Chia-I Wu wrote: > Hi, > > Can you commit this patch for me, if all looks good? Hi Chia-I, I was almost already pushing this, but Daniel said he wants to have a good look first. Thanks, pq > On Wed, Apr 17, 2019 at 9:41 AM Chia-I Wu wrote: > > > > I hope

Re: [PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-24 Thread Chia-I Wu
Hi, Can you commit this patch for me, if all looks good? On Wed, Apr 17, 2019 at 9:41 AM Chia-I Wu wrote: > > I hope this captures the discussion: clarify DRM_FORMAT_MOD_INVALID and a note > > On Wed, Apr 17, 2019 at 9:40 AM Chia-I Wu wrote: > > > > DRM_FORMAT_MOD_INVALID means to derive the mo

Re: [PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-17 Thread Chia-I Wu
I hope this captures the discussion: clarify DRM_FORMAT_MOD_INVALID and a note On Wed, Apr 17, 2019 at 9:40 AM Chia-I Wu wrote: > > DRM_FORMAT_MOD_INVALID means to derive the modifier from the dmabuf. > It provides legacy support and makes it easier to replace wl_drm. > > v3: DRM_FORMAT_MOD_INVAL

[PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-04-17 Thread Chia-I Wu
DRM_FORMAT_MOD_INVALID means to derive the modifier from the dmabuf. It provides legacy support and makes it easier to replace wl_drm. v3: DRM_FORMAT_MOD_INVALID must be advertised to be supported (which requires a version bump) v4: no version bump, but a note for now Signed-off-by: Chia-I Wu