diff options
author | 2021-03-17 15:42:28 +0800 | |
---|---|---|
committer | 2021-04-26 17:01:34 +0300 | |
commit | b83478b698141cc2d1fef78b167d1c2348a9125c (patch) | |
tree | feaa3ab006b710f73f32585e8b6adf072a944d3b /drivers/gpu | |
parent | drm/i915/display/xelpd: Do not program EDP_Y_COORDINATE_ENABLE (diff) | |
download | wireguard-linux-b83478b698141cc2d1fef78b167d1c2348a9125c.tar.xz wireguard-linux-b83478b698141cc2d1fef78b167d1c2348a9125c.zip |
drm/i915/dsi: Fix comment typo
Change 'befor' to 'before'.
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
[Jani: Fix comment marker placement while applying.]
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210317074228.1147-1-zuoqilin1@163.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/display/vlv_dsi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/vlv_dsi.c b/drivers/gpu/drm/i915/display/vlv_dsi.c index cf51860a1429..0d52da613101 100644 --- a/drivers/gpu/drm/i915/display/vlv_dsi.c +++ b/drivers/gpu/drm/i915/display/vlv_dsi.c @@ -861,8 +861,10 @@ static void intel_dsi_pre_enable(struct intel_atomic_state *state, /* Send initialization commands in LP mode */ intel_dsi_vbt_exec_sequence(intel_dsi, MIPI_SEQ_INIT_OTP); - /* Enable port in pre-enable phase itself because as per hw team - * recommendation, port should be enabled befor plane & pipe */ + /* + * Enable port in pre-enable phase itself because as per hw team + * recommendation, port should be enabled before plane & pipe + */ if (is_cmd_mode(intel_dsi)) { for_each_dsi_port(port, intel_dsi->ports) intel_de_write(dev_priv, |