CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/24 23:48:16
Modified files:
sys/dev/pci/drm: drm_drv.c
sys/dev/pci/drm/include/drm: drmP.h drm_drv.h
Log message:
Remove old unused drm_debug_flag var and make drm_debug (used by
drm_print) a var instead of a define in a header.
Makes it easier to change without rebuilding everything and allows the
value to be changed at runtime via ddb.
