]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f61b9d8f6129b80d120065542e52d1745b543e3
treef51952058fb5501c65f92cbe2c25119117ea1af8
parent679bc08baaa55451ff31ff00193b7776f3b540ea
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