Re: [PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-02-12 Thread Daniel Stone
Hi, On Tue, 11 Feb 2020 at 23:21, Eric Engestrom wrote: > On Thursday, 2020-02-06 17:46:36 +, Li, Juston wrote: > > Yes, drm.h was copied from 'make headers_install' from drm-misc-next. > > It had been updated fairly recently so GETFB2 is the only delta. > > > > Sorry, I didn't see the README

Re: [PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-02-11 Thread Eric Engestrom
On Thursday, 2020-02-06 17:46:36 +, Li, Juston wrote: > On Wed, 2020-02-05 at 23:27 +, Eric Engestrom wrote: > > On Wednesday, 2020-02-05 23:10:21 +, Li, Juston wrote: > > > On Wed, 2020-02-05 at 22:25 +, Eric Engestrom wrote: > > > > On Friday, 2020-01-31 13:41:09 -0800, Juston Li

Re: [PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-02-06 Thread Li, Juston
On Wed, 2020-02-05 at 23:27 +, Eric Engestrom wrote: > On Wednesday, 2020-02-05 23:10:21 +, Li, Juston wrote: > > On Wed, 2020-02-05 at 22:25 +, Eric Engestrom wrote: > > > On Friday, 2020-01-31 13:41:09 -0800, Juston Li wrote: > > > > From: Daniel Stone > > > > > > > > Add a wrapper

Re: [PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-02-05 Thread Eric Engestrom
On Wednesday, 2020-02-05 23:10:21 +, Li, Juston wrote: > On Wed, 2020-02-05 at 22:25 +, Eric Engestrom wrote: > > On Friday, 2020-01-31 13:41:09 -0800, Juston Li wrote: > > > From: Daniel Stone > > > > > > Add a wrapper around the getfb2 ioctl, which returns extended > > > framebuffer info

Re: [PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-02-05 Thread Li, Juston
On Wed, 2020-02-05 at 22:25 +, Eric Engestrom wrote: > On Friday, 2020-01-31 13:41:09 -0800, Juston Li wrote: > > From: Daniel Stone > > > > Add a wrapper around the getfb2 ioctl, which returns extended > > framebuffer information mirroring addfb2, including multiple planes > > and > > modifi

Re: [PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-02-05 Thread Eric Engestrom
On Friday, 2020-01-31 13:41:09 -0800, Juston Li wrote: > From: Daniel Stone > > Add a wrapper around the getfb2 ioctl, which returns extended > framebuffer information mirroring addfb2, including multiple planes and > modifiers. > > Changes since v3: > - remove unnecessary null check in drmMode

[PATCH v4 libdrm 2/2] Add drmModeGetFB2

2020-01-31 Thread Juston Li
From: Daniel Stone Add a wrapper around the getfb2 ioctl, which returns extended framebuffer information mirroring addfb2, including multiple planes and modifiers. Changes since v3: - remove unnecessary null check in drmModeFreeFB2 (Daniel Stone) Changes since v2: - getfb2 ioctl has been merg