diff --git a/drivers/video/tegra/host/nvdla/nvdla.h b/drivers/video/tegra/host/nvdla/nvdla.h index aaf7bf65..c065aeec 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.h +++ b/drivers/video/tegra/host/nvdla/nvdla.h @@ -3,7 +3,7 @@ * * Tegra Graphics Host NVDLA * - * Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved. + * Copyright (c) 2016-2019 NVIDIA Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -260,10 +260,10 @@ struct nvdla_task { struct nvdla_status_notify in_task_status[MAX_NUM_NVDLA_IN_TASK_STATUS]; struct nvdla_status_notify out_task_status[MAX_NUM_NVDLA_OUT_TASK_STATUS]; struct nvdla_mem_handle memory_handles[NVDLA_MAX_BUFFERS_PER_TASK]; - u32 num_prefences; - u32 num_postfences; - u32 num_in_task_status; - u32 num_out_task_status; + u8 num_prefences; + u8 num_postfences; + u8 num_in_task_status; + u8 num_out_task_status; u32 num_addresses; u32 fence; u32 fence_counter;