Skip to content
Commit 666cb873 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: dc: Unify enabling the display controller



Previously output drivers would enable continuous display mode and power
up the display controller at various points during the initialization.
This is suboptimal because it accesses display controller registers in
output drivers and duplicates a bit of code.

Move this code into the display controller driver and enable the display
controller as the final step of the ->mode_set_nofb() implementation.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8f604f8c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment