Re: [PATCH 1/9] drm/fourcc: Add macro to check for the modifier vendor

2021-03-23 Thread Thierry Reding
On Tue, Mar 23, 2021 at 04:04:35PM +, Simon Ser wrote: > Can we instead have a macro/function to get the vendor? This would be > useful elsewhere as well, see drmGetFormatModifierVendor in a recent-ish > libdrm patch [1]. > > [1]: > https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/108

Re: [PATCH 1/9] drm/fourcc: Add macro to check for the modifier vendor

2021-03-23 Thread Simon Ser
Can we instead have a macro/function to get the vendor? This would be useful elsewhere as well, see drmGetFormatModifierVendor in a recent-ish libdrm patch [1]. [1]: https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/108/diffs#91ecb12b27c7154b26013bb95e17a5cc24ea443e_947_947 ___