OSDN Git Service

drm/i915/display: remove ipc_enabled from struct drm_i915_private
authorJani Nikula <jani.nikula@intel.com>
Fri, 16 Sep 2022 11:38:50 +0000 (14:38 +0300)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 27 Sep 2022 10:05:15 +0000 (11:05 +0100)
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: 70296670f672 ("drm/i915/display: move IPC under display wm sub-struct")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Ville 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 48176104003058e2ba540fd815ec46c350d65926)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/i915_drv.h

index 9f93729..bdc81db 100644 (file)
@@ -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;