2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 06:34:11 +08:00
linux-next/drivers/gpu/drm/tegra
Arto Merilainen 8736fe8153 gpu: host1x: Add 'flags' field to syncpt request
Functions host1x_syncpt_request() and _host1x_syncpt_alloc() have
been taking a separate boolean flag ('client_managed') for indicating
if the syncpoint value should be tracked by the host1x driver.

This patch converts the field into generic 'flags' field so that
we can easily add more information while requesting a syncpoint.
Clients are adapted to use the new interface accordingly.

Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-10-31 09:55:47 +01:00
..
bus.c drm/tegra: Move driver to DRM tree 2013-10-31 09:55:40 +01:00
dc.c drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
dc.h drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
drm.c drm/tegra: Add support for tiled buffer objects 2013-10-31 09:55:46 +01:00
drm.h drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
fb.c drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
gem.c drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
gem.h drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
gr2d.c gpu: host1x: Add 'flags' field to syncpt request 2013-10-31 09:55:47 +01:00
gr2d.h drm/tegra: Use symbolic names for gr2d registers 2013-10-31 09:55:44 +01:00
gr3d.c drm/tegra: Add 3D support 2013-10-31 09:55:45 +01:00
gr3d.h drm/tegra: Add 3D support 2013-10-31 09:55:45 +01:00
hdmi.c drm/tegra: hdmi: Enable VDD earlier for hotplug/DDC 2013-10-31 09:55:44 +01:00
hdmi.h drm/tegra: Add Tegra114 HDMI support 2013-10-31 09:55:42 +01:00
Kconfig drm/tegra: Move driver to DRM tree 2013-10-31 09:55:40 +01:00
Makefile drm/tegra: Add 3D support 2013-10-31 09:55:45 +01:00
output.c drm/tegra: Start connectors with correct DPMS mode 2013-10-31 09:55:44 +01:00
rgb.c drm/tegra: Allocate resources at probe time 2013-10-31 09:55:41 +01:00