1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (c) 2011-2013, NVIDIA Corporation.
11 #include <linux/dma-direction.h>
13 struct host1x_job_gather {
21 struct host1x_job_wait {
28 struct host1x_job_cmd {
32 struct host1x_job_gather gather;
33 struct host1x_job_wait wait;
37 struct host1x_job_unpin_data {
42 enum dma_data_direction dir;
46 * Dump contents of job to debug output.
48 void host1x_job_dump(struct device *dev, struct host1x_job *job);