summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/dpu/dpu-blit.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/imx/dpu/dpu-blit.h')
-rw-r--r--drivers/gpu/drm/imx/dpu/dpu-blit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/imx/dpu/dpu-blit.h b/drivers/gpu/drm/imx/dpu/dpu-blit.h
index cf429086cdf4..3af1bba1e5ff 100644
--- a/drivers/gpu/drm/imx/dpu/dpu-blit.h
+++ b/drivers/gpu/drm/imx/dpu/dpu-blit.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright 2021 NXP
+ * Copyright 2021,2023 NXP
*/
#ifndef _DPU_DRM_BLIT_H_
@@ -10,7 +10,7 @@
#include <drm/drm_ioctl.h>
#ifdef CONFIG_DRM_IMX_DPU
-extern const struct drm_ioctl_desc imx_drm_dpu_ioctls[3];
+extern const struct drm_ioctl_desc imx_drm_dpu_ioctls[4];
#else
const struct drm_ioctl_desc imx_drm_dpu_ioctls[] = {};
#endif