ascent12 / drm_info

Moved to https://gitlab.freedesktop.org/emersion/drm_info
MIT License
64 stars 13 forks source link

Add support for AMD modifiers #63

Closed emersion closed 3 years ago

emersion commented 3 years ago

Depends on https://github.com/ascent12/drm_info/pull/60

It's not possible in practice to explicitly enumerate all modifiers, because they are very complicated. Instead, rely on drm_fourcc.h macros and manually format a string.

Closes: #62

cc @bnieuwenhuizen

BNieuwenhuizen commented 3 years ago

LGTM

BNieuwenhuizen commented 3 years ago

btw for landing this it sounds like we'll also want to sync the headers to libdrm after the fix is in (mesa now uses its own copy for the headers so I hadn't put any effort into that yet)

emersion commented 3 years ago

I released libdrm 2.4.104 with the updated kernel headers.