Skip to content

Commit

Permalink
drm/i915: Fix the docs for intel_set_cdclk_post_plane_update()
Browse files Browse the repository at this point in the history
s/before/after/ again after accidentally changing it the
other way in commit 5604e9c ("drm/i915: Simplify
intel_set_cdclk_{pre,post}_plane_update() calling convention")

Cc: José Roberto de Souza <jose.souza@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200204154803.25403-1-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
  • Loading branch information
Ville Syrjälä committed Feb 11, 2020
1 parent 40d4279 commit 0b02f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/display/intel_cdclk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ intel_set_cdclk_pre_plane_update(struct intel_atomic_state *state)
* intel_set_cdclk_post_plane_update - Push the CDCLK state to the hardware
* @state: intel atomic state
*
* Program the hardware before updating the HW plane state based on the
* Program the hardware after updating the HW plane state based on the
* new CDCLK state, if necessary.
*/
void
Expand Down

0 comments on commit 0b02f97

Please sign in to comment.