Skip to content
Commit 36904adf authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: Stop CRTC at CRTC disable time



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>
parent 62b9e063
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