drm/i915/params: Align visibility of device level and global modparams
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Wed, 26 May 2021 14:19:46 +0000 (15:19 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 27 May 2021 08:34:50 +0000 (09:34 +0100)
commit615160334f3f09d508511aae1297106fb4f49b1e
tree19ac21c58f8d4d410c30f432f19539872ef66f8c
parent0669a6e1f11500ba9e6ddebe67c449c0444daa3a
drm/i915/params: Align visibility of device level and global modparams

We have a few modparams which get conditionally exposed based on a Kconfig
options and in most cases this also means portions of the driver
implementing the respective feature are also left out.

Align the visibility of device level and global modparams to make them
consistent in this respect.

v2:
 * Fix misplaced parentheses.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210526141946.2347085-1-tvrtko.ursulin@linux.intel.com
drivers/gpu/drm/i915/i915_params.h