drm_info
drm_info copied to clipboard
Include driver module parameters
Sometimes drivers allow to change the driver behaviour/capabilities with module params. On Linux we can get those set at boot-time with /proc/cmdline
.
We could include the params for the driver module in the JSON blob. This would make it easier to tell why a driver is missing a feature for instance.
Maybe /sys/module/<driver>/parameters/
can be used to find the run-time status of the parameters.