Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
drm: use DEFINE_DYNAMIC_DEBUG_TRACE_CATEGORIES in drm
Use new macro to create a sysfs control bitmap knob to control print-to-trace in: /sys/module/drm/parameters/trace todo: reconsider the api, one alternative is both debug & trace terms (2 each) given in same declarative macro; good cuz: declares bitmap once for both interfaces, bad cuz: arg type/count handling (expecting 4 args) is ugly, esp preceding the bitmap-init args. Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
- Loading branch information