diff options
author | José Roberto de Souza <jose.souza@intel.com> | 2022-11-10 12:46:37 -0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-12-15 18:55:02 +0000 |
commit | ac9af0dceee2870c0e2e469fcb195552457fd792 (patch) | |
tree | e2882c14176b430a11a2d21ce861ed1cfcd39918 | |
parent | 2dd1b12bc6ca5951d51cdba699c28326fb33fc99 (diff) |
iris: Nuke dead IRIS_CONTEXT* macros
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19650>
-rw-r--r-- | src/gallium/drivers/iris/iris_bufmgr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/iris/iris_bufmgr.h b/src/gallium/drivers/iris/iris_bufmgr.h index cb9ae455d45..9944044c82e 100644 --- a/src/gallium/drivers/iris/iris_bufmgr.h +++ b/src/gallium/drivers/iris/iris_bufmgr.h @@ -498,10 +498,6 @@ uint32_t iris_create_hw_context(struct iris_bufmgr *bufmgr, bool protected); uint32_t iris_clone_hw_context(struct iris_bufmgr *bufmgr, uint32_t ctx_id); int iris_kernel_context_get_priority(struct iris_bufmgr *bufmgr, uint32_t ctx_id); -#define IRIS_CONTEXT_LOW_PRIORITY ((I915_CONTEXT_MIN_USER_PRIORITY-1)/2) -#define IRIS_CONTEXT_MEDIUM_PRIORITY (I915_CONTEXT_DEFAULT_PRIORITY) -#define IRIS_CONTEXT_HIGH_PRIORITY ((I915_CONTEXT_MAX_USER_PRIORITY+1)/2) - void iris_hw_context_set_unrecoverable(struct iris_bufmgr *bufmgr, uint32_t ctx_id); void iris_hw_context_set_vm_id(struct iris_bufmgr *bufmgr, uint32_t ctx_id); |