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_unpin_data
{
26 enum dma_data_direction dir
;
30 * Dump contents of job to debug output.
32 void host1x_job_dump(struct device
*dev
, struct host1x_job
*job
);