]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/pps: add vlv_ prefix to pps_pipe and active_pipe members
authorJani Nikula <jani.nikula@intel.com>
Wed, 18 Sep 2024 17:47:41 +0000 (20:47 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 19 Sep 2024 07:48:10 +0000 (10:48 +0300)
commit0f9f8b0fb1865bf87b5fb2aa93ad519aa8f64fd8
tree2d75aa7baf3217415e16539dca2da9829be34070
parent52c4abeec6fd40f492dead85beb2652719f479c3
drm/i915/pps: add vlv_ prefix to pps_pipe and active_pipe members

The pps_pipe and active_pipe members of struct intel_pps are only
relevant on VLV/CHV. Prefix them with vlv_.

Note that there are still a few cases where they're accessed on
non-VLV/CHV paths. We'll fix them separately.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/0e9a8998fc37796eb6f32692977859807222ce0a.1726681620.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/g4x_dp.c
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_pps.c