Re: [PATCH 1/3] drm/fourcc: Add macros to determine the modifier vendor

2021-08-16 Thread Thierry Reding
On Thu, Jun 10, 2021 at 01:12:34PM +0200, Thierry Reding wrote: > From: Thierry Reding > > When working with framebuffer modifiers, it can be useful to extract the > vendor identifier or check a modifier against a given vendor identifier. > Add one macro that extracts the vendor identifier and a

[PATCH 1/3] drm/fourcc: Add macros to determine the modifier vendor

2021-06-10 Thread Thierry Reding
From: Thierry Reding When working with framebuffer modifiers, it can be useful to extract the vendor identifier or check a modifier against a given vendor identifier. Add one macro that extracts the vendor identifier and a helper to check a modifier against a given vendor identifier. Reviewed-by