drm/tegra: Atomic conversion, phase 1
authorThierry Reding <treding@nvidia.com>
Mon, 24 Nov 2014 15:27:13 +0000 (16:27 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:50 +0000 (10:14 +0100)
commit4aa3df7149a00cb061d2ba74e2136cd14a6d885a
treef51952058fb5501c65f92cbe2c25119117ea1af8
parent05f175f4f38de4e89facbb1420978e072ed4870c
drm/tegra: Atomic conversion, phase 1

Implement initial atomic state handling. Hook up the CRTCs, planes' and
connectors' ->atomic_destroy_state() callback to ensure that the atomic
state objects don't leak.

Furthermore the CRTC now implements the ->mode_set_nofb() callback that
is used by new helpers to implement ->mode_set() and ->mode_set_base().
These new helpers also make use of the new plane helper functions which
the driver now provides.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/drm.c
drivers/gpu/drm/tegra/dsi.c
drivers/gpu/drm/tegra/hdmi.c
drivers/gpu/drm/tegra/output.c
drivers/gpu/drm/tegra/rgb.c
drivers/gpu/drm/tegra/sor.c
This page took 0.026221 seconds and 5 git commands to generate.