diff options
author | Tomeu Vizoso <[email protected]> | 2019-03-11 13:34:53 +0100 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-03-13 07:35:25 +0100 |
commit | bfbad30543dd896459b09e0e05bc70ea1727e0b9 (patch) | |
tree | 58a6ef4dc7e76921066703c26317c2c72cd965cc /include/drm-uapi | |
parent | 3570d15b6d88bdcd353b31ffe5460d04a88b7b6f (diff) |
panfrost: Set bo->size[0] in the DRM backend
So we can unmap it later.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'include/drm-uapi')
-rw-r--r-- | include/drm-uapi/panfrost_drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm-uapi/panfrost_drm.h b/include/drm-uapi/panfrost_drm.h index 7618f14f9e2..a0ead4979cc 100644 --- a/include/drm-uapi/panfrost_drm.h +++ b/include/drm-uapi/panfrost_drm.h @@ -27,7 +27,6 @@ extern "C" { #define DRM_IOCTL_PANFROST_GET_BO_OFFSET DRM_IOWR(DRM_COMMAND_BASE + DRM_PANFROST_GET_BO_OFFSET, struct drm_panfrost_get_bo_offset) #define PANFROST_JD_REQ_FS (1 << 0) - /** * struct drm_panfrost_submit - ioctl argument for submitting commands to the 3D * engine. |