Skip to content

Commit

Permalink
drm/i915/display: remove ipc_enabled from struct drm_i915_private
Browse files Browse the repository at this point in the history
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: 7029667 ("drm/i915/display: move IPC under display wm sub-struct")
Cc: Ville Syrjälä <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 4817610)
Signed-off-by: Tvrtko Ursulin <[email protected]>
  • Loading branch information
jnikula authored and tursulin committed Sep 27, 2022
1 parent 25bbfb9 commit aa17e57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aa17e57

Please sign in to comment.