• T
    drm/tegra: dc: Unify enabling the display controller · 666cb873
    Thierry Reding 提交于
    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: NThierry Reding <treding@nvidia.com>
    666cb873
dc.c 51.4 KB