aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/host1x07_hardware.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-02-01 14:28:23 +0100
committerThierry Reding <treding@nvidia.com>2019-02-07 18:28:33 +0100
commitde5469c21ff9c3e5ba6162dae58379ed51443164 (patch)
treea667b889e055edfc5161ff2aa0613a78973ef9aa /drivers/gpu/host1x/hw/host1x07_hardware.h
parentgpu: host1x: Set up stream ID table (diff)
downloadlinux-dev-de5469c21ff9c3e5ba6162dae58379ed51443164.tar.xz
linux-dev-de5469c21ff9c3e5ba6162dae58379ed51443164.zip
gpu: host1x: Program the channel stream ID
When processing command streams, make sure the host1x's stream ID is programmed for the channel so that addresses are properly translated through the SMMU. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/host1x07_hardware.h')
-rw-r--r--drivers/gpu/host1x/hw/host1x07_hardware.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/hw/host1x07_hardware.h b/drivers/gpu/host1x/hw/host1x07_hardware.h
index 1353e7ab71dd..a79f57dc87bb 100644
--- a/drivers/gpu/host1x/hw/host1x07_hardware.h
+++ b/drivers/gpu/host1x/hw/host1x07_hardware.h
@@ -22,6 +22,7 @@
#include <linux/types.h>
#include <linux/bitops.h>
+#include "hw_host1x07_channel.h"
#include "hw_host1x07_uclass.h"
#include "hw_host1x07_vm.h"
#include "hw_host1x07_hypervisor.h"