drm_info icon indicating copy to clipboard operation
drm_info copied to clipboard

Include driver module parameters

Open emersion opened this issue 4 years ago • 0 comments

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.

emersion avatar Jan 12 '21 19:01 emersion