logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

drm_info - dump information about DRM devices

Authors

       Created  by  Scott  Anderson  <scott@anderso.nz>, maintained by Simon Ser <contact@emersion.fr>. For more
       information about drm_info development, see <https://gitlab.freedesktop.org/emersion/drm_info>.

                                                   2025-02-26                                        drm_info(1)

Description

drm_info is a small utility to dump information about DRM devices.

       device  must  be  a  path to a DRM device, e.g. "/dev/dri/card0". When omitted, all available devices are
       printed.

Name

       drm_info - dump information about DRM devices

Options

-j
           Print information in JSON format. By default, the output will be pretty-printed in  a  human-readable
           format.

Synopsis

drm_info [-j] [device]...

See Also