You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2023. It is now read-only.
We can't just include GENERIC in our list of vendors, because that fails with:
tables.c: In function ‘basic_modifier_str’:
tables.c:249:2: error: duplicate case value
249 | case DRM_FORMAT_MOD_SAMSUNG_16_16_TILE:
| ^~~~
tables.c:241:2: note: previously used here
241 | case DRM_FORMAT_MOD_GENERIC_16_16_TILE:
| ^~~~
Latest
drm_fourcc.hhas:We can't just include GENERIC in our list of vendors, because that fails with: