mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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
This commit is contained in:
parent
38f46186b1
commit
b83478b698
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user