Skip to content

Commit

Permalink
drm/i915: Add overlooked plane disable tracepoint into intel_crtc_dis…
Browse files Browse the repository at this point in the history
…able_planes()

intel_crtc_disable_planes() disables the planes so it should
trigger the appropriate tracepoint.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190206204910.13965-3-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
  • Loading branch information
Ville Syrjälä committed Feb 15, 2019
1 parent 0b2599a commit d64e607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5589,6 +5589,7 @@ static void intel_crtc_disable_planes(struct intel_atomic_state *state,
!(update_mask & BIT(plane->id)))
continue;

trace_intel_disable_plane(&plane->base, crtc);
plane->disable_plane(plane, new_crtc_state);

if (old_plane_state->base.visible)
Expand Down

0 comments on commit d64e607

Please sign in to comment.