sync with OpenBSD -current
This commit is contained in:
parent
ee68147dcd
commit
1cefe29c7e
1651 changed files with 283292 additions and 68089 deletions
|
@ -30,6 +30,8 @@
|
|||
#define MMSCH_VERSION_MINOR 0
|
||||
#define MMSCH_VERSION (MMSCH_VERSION_MAJOR << 16 | MMSCH_VERSION_MINOR)
|
||||
|
||||
#define MMSCH_V3_0_VCN_INSTANCES 0x2
|
||||
|
||||
enum mmsch_v3_0_command_type {
|
||||
MMSCH_COMMAND__DIRECT_REG_WRITE = 0,
|
||||
MMSCH_COMMAND__DIRECT_REG_POLLING = 2,
|
||||
|
@ -47,7 +49,7 @@ struct mmsch_v3_0_table_info {
|
|||
struct mmsch_v3_0_init_header {
|
||||
uint32_t version;
|
||||
uint32_t total_size;
|
||||
struct mmsch_v3_0_table_info inst[AMDGPU_MAX_VCN_INSTANCES];
|
||||
struct mmsch_v3_0_table_info inst[MMSCH_V3_0_VCN_INSTANCES];
|
||||
};
|
||||
|
||||
struct mmsch_v3_0_cmd_direct_reg_header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue