mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
drm/bridge: disable bu18rl82 while disable display
Signed-off-by: Luo Wei <lw@rock-chips.com> Change-Id: I4d2fd24e56e2fbceaf1a4c160033249748db29b1
This commit is contained in:
parent
7ff327fd5e
commit
48c480f1fa
|
|
@ -148,6 +148,8 @@ static void bu18rl82_bridge_disable(struct drm_bridge *bridge)
|
|||
struct bu18rl82 *bu18rl82 = bridge_to_bu18rl82(bridge);
|
||||
|
||||
drm_panel_disable(bu18rl82->panel);
|
||||
|
||||
regmap_write(bu18rl82->regmap, 0x91, 0x00);
|
||||
}
|
||||
|
||||
static void bu18rl82_bridge_pre_enable(struct drm_bridge *bridge)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user