File: intel_gpu_commands_staging.h

package info (click to toggle)
intel-gpu-tools 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 63,368 kB
  • sloc: xml: 781,458; ansic: 360,567; python: 8,336; yacc: 2,781; perl: 1,196; sh: 1,177; lex: 487; asm: 227; lisp: 35; makefile: 30
file content (18 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: MIT*/
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef _INTEL_GPU_COMMANDS_STAGING_H_
#define _INTEL_GPU_COMMANDS_STAGING_H_

#include "linux_scaffold.h"

/* Length-free commands */
#define MI_SEMAPHORE_WAIT_CMD		(0x1c << 23)
#define MI_STORE_DWORD_IMM_CMD		(0x20 << 23)
#define MI_STORE_REGISTER_MEM_CMD	(0x24 << 23)
#define MI_FLUSH_DW_CMD			(0x26 << 23)
#define MI_LOAD_REGISTER_MEM_CMD	(0x29 << 23)

#endif /* _INTEL_GPU_COMMANDS_STAGING_H_ */