Skip to content

Commit

Permalink
drm/i915: Correct the variable holding the value for EOT to write
Browse files Browse the repository at this point in the history
This isuue got introduced in -

commit 24ee0e6
Author: Gaurav K Singh <gaurav.k.singh@intel.com>
Date:   Fri Dec 5 14:24:21 2014 +0530

    drm/i915: Update the DSI enable path to support dual

Signed-off-by: Shobhit Kumar <shobhit.kumar@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Shobhit Kumar authored and Daniel Vetter committed Feb 13, 2015
1 parent ffe02b4 commit 87c54d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ static void intel_dsi_prepare(struct intel_encoder *intel_encoder)


/* recovery disables */
I915_WRITE(MIPI_EOT_DISABLE(port), val);
I915_WRITE(MIPI_EOT_DISABLE(port), tmp);

/* in terms of low power clock */
I915_WRITE(MIPI_INIT_COUNT(port), intel_dsi->init_count);
Expand Down

0 comments on commit 87c54d0

Please sign in to comment.