diff options
author | Christian König <christian.koenig@amd.com> | 2014-08-15 13:52:53 +0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-08-19 01:09:43 +0400 |
commit | 701e1e789142042144c8cc10b8f6d1554e960144 (patch) | |
tree | 709116dc7a7c3c34b038dd232abebcc81cc257f1 /include/uapi | |
parent | c39502c5508fb0106167f80a037c444701faa65f (diff) | |
download | linux-701e1e789142042144c8cc10b8f6d1554e960144.tar.xz |
drm/radeon: properly document reloc priority mask
Instead of hard coding the value properly document
that this is an userspace interface.
No intended functional change.
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/drm/radeon_drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/drm/radeon_drm.h b/include/uapi/drm/radeon_drm.h index 509b2d7a41b7..fea6099608ef 100644 --- a/include/uapi/drm/radeon_drm.h +++ b/include/uapi/drm/radeon_drm.h @@ -944,6 +944,7 @@ struct drm_radeon_cs_chunk { }; /* drm_radeon_cs_reloc.flags */ +#define RADEON_RELOC_PRIO_MASK (0xf << 0) struct drm_radeon_cs_reloc { uint32_t handle; |