intel/decoder: constify functions not modifying instructions/fields
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27270>
This commit is contained in:
committed by
Marge Bot
parent
8318bef289
commit
7bd4b537fe
@@ -92,7 +92,7 @@ intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx)
|
||||
|
||||
static void
|
||||
ctx_print_group(struct intel_batch_decode_ctx *ctx,
|
||||
struct intel_group *group,
|
||||
const struct intel_group *group,
|
||||
uint64_t address, const void *map)
|
||||
{
|
||||
intel_print_group(ctx->fp, group, address, map, 0,
|
||||
|
||||
Reference in New Issue
Block a user