diff options
| author | Connor Abbott <cwabbott0@gmail.com> | 2024-08-07 16:04:58 +0300 |
|---|---|---|
| committer | Rob Clark <robdclark@chromium.org> | 2024-08-30 20:41:19 +0300 |
| commit | d7eafed3223af19add14b67a390ec2b983d890e0 (patch) | |
| tree | 6ed9d346e7d9a18e4043ef8e9aa237d72167f221 /include | |
| parent | b874638be1d251fa2d543f0350acb36a65d9c7b0 (diff) | |
| download | linux-d7eafed3223af19add14b67a390ec2b983d890e0.tar.xz | |
drm/msm: Expose expanded UBWC config uapi
This adds extra parameters that affect UBWC tiling that will be used by
the Mesa implementation of VK_EXT_host_image_copy.
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Patchwork: https://patchwork.freedesktop.org/patch/607401/
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/drm/msm_drm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/drm/msm_drm.h b/include/uapi/drm/msm_drm.h index 3fca72f73861..2377147b6af0 100644 --- a/include/uapi/drm/msm_drm.h +++ b/include/uapi/drm/msm_drm.h @@ -88,6 +88,8 @@ struct drm_msm_timespec { #define MSM_PARAM_VA_SIZE 0x0f /* RO: size of valid GPU iova range (bytes) */ #define MSM_PARAM_HIGHEST_BANK_BIT 0x10 /* RO */ #define MSM_PARAM_RAYTRACING 0x11 /* RO */ +#define MSM_PARAM_UBWC_SWIZZLE 0x12 /* RO */ +#define MSM_PARAM_MACROTILE_MODE 0x13 /* RO */ /* For backwards compat. The original support for preemption was based on * a single ring per priority level so # of priority levels equals the # |
