Re: [Intel-gfx] [RFC PATCH 08/11] drm/i915/debugfs: support bool values for int and uint params

2018-12-21 Thread Jani Nikula
Argh, stray file accidentally sent, ignore. On Fri, 21 Dec 2018, Jani Nikula wrote: > It's not uncommon for us to switch param types between bools and ints, > often having otherwise bool semantics but -1 value for platform > default. Allow bool values for ints. > > Signed-off-by: Jani Nikula >

[Intel-gfx] [RFC PATCH 08/11] drm/i915/debugfs: support bool values for int and uint params

2018-12-21 Thread Jani Nikula
It's not uncommon for us to switch param types between bools and ints, often having otherwise bool semantics but -1 value for platform default. Allow bool values for ints. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_debugfs.c | 14 ++ 1 file changed, 14 insertions(+)