• Thierry Reding's avatar
    drm/tegra: Convert output midlayer to helpers · 132085d8
    Thierry Reding authored
    The output layer was initially designed to help reduce the amount of
    code duplicated in output drivers. An unfortunate side-effect of that
    was that it turned into a midlayer and it became difficult to make the
    output drivers work without bending over backwards to fit into the
    midlayer.
    
    This commit starts to convert the midlayer into a helper library by
    exporting most of the common functions so that they can be used by the
    output drivers directly. Doing so will allow output drivers to reuse
    common code paths but more easily override them where necessary.
    Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
    132085d8
output.c 8.17 KB