Re: [PATCH v17 05/14] compositor-drm: Support plane IN_FORMATS

2018-07-09 Thread Pekka Paalanen
On Mon, 9 Jul 2018 14:23:11 +0100 Daniel Stone wrote: > From: Sergi Granell > > The per-plane IN_FORMATS KMS property describes the format/modifier > combinations supported for display on this plane. Read and parse this > format, storing the data in each plane, so we can know which > combinati

[PATCH v17 05/14] compositor-drm: Support plane IN_FORMATS

2018-07-09 Thread Daniel Stone
From: Sergi Granell The per-plane IN_FORMATS KMS property describes the format/modifier combinations supported for display on this plane. Read and parse this format, storing the data in each plane, so we can know which combinations might work, and which combinations definitely will not work. Sim