Commit aa17e57e authored by Jani Nikula's avatar Jani Nikula Committed by Tvrtko Ursulin
Browse files

drm/i915/display: remove ipc_enabled from struct drm_i915_private



The ipc_enabled member was supposed to be moved under the display wm
sub-struct, but due to a rebase fail only the new one was added and the
old one was left behind. Finish the job.

Fixes: 70296670 ("drm/i915/display: move IPC under display wm sub-struct")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220916113850.3712354-1-jani.nikula@intel.com


(cherry picked from commit 48176104)
Signed-off-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
parent 25bbfb93
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -397,8 +397,6 @@ struct drm_i915_private {
	 */
	u8 snps_phy_failed_calibration;

	bool ipc_enabled;

	struct i915_pmu pmu;

	struct i915_drm_clients clients;