diff options
author | Thierry Reding <treding@nvidia.com> | 2013-09-24 16:30:32 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 09:20:11 +0100 |
commit | 35d747a81d7eb824bd0c3476cd0c564b52ad5353 (patch) | |
tree | 75bf333cba5d9dfbce532bb0c1391ca9bbeb7b43 /drivers/gpu/host1x/hw/debug_hw.c | |
parent | 53fa7f7204c97dc0c86b99ff8365ad6a7b2ebd78 (diff) | |
download | op-kernel-dev-35d747a81d7eb824bd0c3476cd0c564b52ad5353.zip op-kernel-dev-35d747a81d7eb824bd0c3476cd0c564b52ad5353.tar.gz |
gpu: host1x: Expose syncpt and channel functionality
Expose the buffer objects, syncpoint and channel functionality in the
public public header so that drivers can use them.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/debug_hw.c')
-rw-r--r-- | drivers/gpu/host1x/hw/debug_hw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/hw/debug_hw.c b/drivers/gpu/host1x/hw/debug_hw.c index dfad663..788fe71 100644 --- a/drivers/gpu/host1x/hw/debug_hw.c +++ b/drivers/gpu/host1x/hw/debug_hw.c @@ -19,7 +19,6 @@ #include "debug.h" #include "cdma.h" #include "channel.h" -#include "host1x_bo.h" #define HOST1X_DEBUG_MAX_PAGE_OFFSET 102400 |