How to enable DRM driver debug logging in Linux ?
If you are facing some issues with graphics or DRM , display etc.. sometime your may want to enable the DRM drivers all debugging messages so you can narrow down the problems. In Linux the drm kernel drivers source code can be found in drivers/gpu/drm. Enabling verbose debug messages is done through the drm.debug parameter, … Read more