Skip to content
Snippets Groups Projects
Commit d5bae6f3 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: output: Make ->setup_clock() optional


In order to transition output drivers to using the struct tegra_output
as a helper rather than midlayer, make this callback optional. Instead
drivers should implement the equivalent as part of ->mode_fixup(). For
the conversion to atomic modesetting a new callback ->atomic_check()
should be implemented that updates the display controller's state with
the corresponding parent clock, rate and shift clock divider.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 132085d8
No related branches found
No related tags found
No related merge requests found
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