drm/i915: Use string enable/disable choice helpers
authorSai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Wed, 23 Oct 2024 05:46:55 +0000 (11:16 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 28 Oct 2024 20:09:42 +0000 (13:09 -0700)
commita0e45f70d44e25fdfa26b4f4fc170fba3e45cd62
tree414efcdd2e9e17cd155abe9a3166f00966c3ba44
parent5ddd0c6c14255ac821e480d662c9e22d380805f7
drm/i915: Use string enable/disable choice helpers

Replace the last few remaining instances of string enable(d)/disable(d)
choices with the linux string choice helpers to avoid further
cocci warnings.

Signed-off-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241023054655.4017489-1-sai.teja.pottumuttu@intel.com
drivers/gpu/drm/i915/display/intel_dp_hdcp.c
drivers/gpu/drm/i915/display/intel_pps.c
drivers/gpu/drm/i915/display/intel_tc.c