• Thierry Reding's avatar
    drm/tegra: Stop CRTC at CRTC disable time · 36904adf
    Thierry Reding authored
    Previously output drivers would all stop the display controller in their
    disable path. However with the transition to atomic modesetting the
    display controller needs to be kept running until all planes have been
    disabled so that software can properly determine (using VBLANK counts)
    when it is safe to remove the framebuffers associated with the planes.
    
    Moving this code into the display controller's disable path also gets
    rid of the duplication of this into all output drivers.
    Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
    36904adf
hdmi.c 45.1 KB