linux-stable/drivers/gpu/host1x
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
..
hw gpu: host1x: Add support for Tegra114 2013-10-31 09:55:41 +01:00
bus.c drm/tegra: Move subdevice infrastructure to host1x 2013-10-31 09:55:33 +01:00
bus.h drm/tegra: Move subdevice infrastructure to host1x 2013-10-31 09:55:33 +01:00
cdma.c gpu: host1x: Expose syncpt and channel functionality 2013-10-31 09:20:11 +01:00
cdma.h gpu: host1x: Add channel support 2013-04-22 12:32:43 +02:00
channel.c gpu: host1x: Add channel support 2013-04-22 12:32:43 +02:00
channel.h gpu: host1x: Expose syncpt and channel functionality 2013-10-31 09:20:11 +01:00
debug.c gpu: host1x: Add debug support 2013-04-22 12:32:46 +02:00
debug.h gpu: host1x: Add debug support 2013-04-22 12:32:46 +02:00
dev.c gpu: host1x: Disable clock on probe failure 2013-10-31 09:55:46 +01:00
dev.h drm/tegra: Move subdevice infrastructure to host1x 2013-10-31 09:55:33 +01:00
intr.c gpu: host1x: Add channel support 2013-04-22 12:32:43 +02:00
intr.h gpu: host1x: Add channel support 2013-04-22 12:32:43 +02:00
job.c gpu: host1x: Expose syncpt and channel functionality 2013-10-31 09:20:11 +01:00
job.h gpu: host1x: Expose syncpt and channel functionality 2013-10-31 09:20:11 +01:00
Kconfig drm/tegra: Move driver to DRM tree 2013-10-31 09:55:40 +01:00
Makefile gpu: host1x: Add support for Tegra114 2013-10-31 09:55:41 +01:00
syncpt.c gpu: host1x: Add 'flags' field to syncpt request 2013-10-31 09:55:47 +01:00
syncpt.h gpu: host1x: Expose syncpt and channel functionality 2013-10-31 09:20:11 +01:00