mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 15:41:58 +00:00
7ede0b0bf3
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen <amerilainen@nvidia.com> Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Thierry Reding <thierry.reding@avionic-design.de> Tested-by: Thierry Reding <thierry.reding@avionic-design.de> Tested-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
10 lines
133 B
Makefile
10 lines
133 B
Makefile
ccflags-y = -Idrivers/gpu/host1x
|
|
|
|
host1x-y = \
|
|
syncpt.o \
|
|
dev.o \
|
|
intr.o \
|
|
hw/host1x01.o
|
|
|
|
obj-$(CONFIG_TEGRA_HOST1X) += host1x.o
|