commit | a267ab8dec061c5a379a75a4c4f8206c63d87db9 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani.nikula@intel.com> | Thu Dec 05 17:43:41 2019 +0200 |
committer | Jani Nikula <jani.nikula@intel.com> | Wed Jan 15 15:10:45 2020 +0200 |
tree | f841b51392ff7220e38cce49740bb41cb61c788c | |
parent | c43c5a8818d4c399e38f636495fb02a8ff8a029a [diff] |
drm/i915/params: support bool values for int and uint params 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 (such as YyNn) for ints. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/c945ac7b08e0eb0827cf647609885f4abdb84f1d.1575560168.git.jani.nikula@intel.com