Home
last modified time | relevance | path

Searched hist:"759 d706f7cb4adbec1c222f7550dc8fa2683c089" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.cdiff 759d706f7cb4adbec1c222f7550dc8fa2683c089 Fri Sep 21 05:27:42 CDT 2018 Thierry Reding <treding@nvidia.com> drm/tegra: dc: Do not register DC without primary plane

Tegra194 contains a fourth display controller that does not own any
windows. Therefore, we cannot currently assign a primary plane to it
which causes KMS to eventually crash. Do not register the display
controller if it owns no windows to work around this.

Note that we still have to enable and probe the display controller
because for some reason all display controllers need to be powered
(and/or clocked) before any registers can be accessed in any of the
display controllers.

Signed-off-by: Thierry Reding <treding@nvidia.com>