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
Quick application to dump DRM the resource data
===============================================
Prerequisites:
sudo apt install libdrm-dev
Build using
cc -I/usr/include/libdrm drm_info.c -o drm_info -ldrm
About
Some playing about with DRM things, some own developed, some imported from elsewhere