drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()
authorLiu Ying <victor.liu@nxp.com>
Fri, 23 Apr 2021 09:26:42 +0000 (17:26 +0800)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 30 Apr 2021 08:39:27 +0000 (10:39 +0200)
commit2c5260cdc5066e4970bbf0ad18413d0b1bed3352
treeb1e4786ca3f05a839e15d6be05da04a045209ca7
parent3afb2a28fa2404d11cce1956a003f2aaca4da421
drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()

The check on unchanged HS clock rate in ->mode_set() improves
the callback's performance a bit by early return.  However,
the up-coming patch would get MIPI DSI controller and PHY ready
in ->mode_set() after that check, thus likely skipped.
So, this patch removes that check to make sure MIPI DSI controller
and PHY will be brought up and taken down from ->mode_set() and
->atomic_disable() respectively in pairs.

Cc: Andrzej Hajda <a.hajda@samsung.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Robert Foss <robert.foss@linaro.org>
Cc: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
Cc: Jonas Karlman <jonas@kwiboo.se>
Cc: Jernej Skrabec <jernej.skrabec@siol.net>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Guido Günther <agx@sigxcpu.org>
Cc: Robert Chiras <robert.chiras@nxp.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Signed-off-by: Liu Ying <victor.liu@nxp.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1619170003-4817-3-git-send-email-victor.liu@nxp.com
drivers/gpu/drm/bridge/nwl-dsi.c