Searched refs:cmd_table (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | atom.c | 628 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable() 1160 int base = CU16(ctx->cmd_table + 4 + 2 * index); in atom_execute_table_locked() 1301 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in atom_parse() 1339 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in atom_asic_init() 1348 if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL)) in atom_asic_init() 1385 int idx = CU16(ctx->cmd_table + offset); in atom_parse_cmd_header() 1386 u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); in atom_parse_cmd_header()
|
D | atom.h | 130 uint32_t cmd_table, data_table; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | atom.h | 131 uint32_t cmd_table, data_table; member
|
D | atom.c | 624 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable() 1206 int base = CU16(ctx->cmd_table + 4 + 2 * index); in amdgpu_atom_execute_table_locked() 1338 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in amdgpu_atom_parse() 1373 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in amdgpu_atom_asic_init() 1415 int idx = CU16(ctx->cmd_table + offset); in amdgpu_atom_parse_cmd_header() 1416 u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); in amdgpu_atom_parse_cmd_header()
|
/kernel/linux/linux-5.10/drivers/ps3/ |
D | ps3av.c | 85 static u32 cmd_table[] = { variable 141 table = cmd_table; in ps3av_search_cmd_table()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
D | gvt.h | 309 DECLARE_HASHTABLE(cmd_table, GVT_CMD_HASH_BITS);
|
D | cmd_parser.c | 656 hash_for_each_possible(gvt->cmd_table, e, hlist, opcode) { in find_cmd_entry() 2681 hash_add(gvt->cmd_table, &e->hlist, e->info->opcode); in add_cmd_entry() 3094 hash_for_each_safe(gvt->cmd_table, i, tmp, e, hlist) in clean_cmd_table() 3097 hash_init(gvt->cmd_table); in clean_cmd_table()
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 30534 + sdhci_write_cmd_table(host->cmd_table, data->blocks, ADMA3_CMD_VALID); 30535 + sdhci_write_cmd_table(host->cmd_table + 0x8, blksz, ADMA3_CMD_VALID); // add 0x8 30536 + sdhci_write_cmd_table(host->cmd_table + 0x10, // add 0x10 30538 + sdhci_write_cmd_table(host->cmd_table + 0x18, // add 0x18 30540 + sdhci_adma_write_desc(host, host->cmd_table + 0x20, // add 0x20 30877 + host->cmd_table = buf + host->adma3_desc_sz; 30892 + host->cmd_table = NULL; 31110 + void *cmd_table; /* ADMA3 command descriptor table */
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 321376 + sdhci_write_cmd_table(host->cmd_table, data->blocks, ADMA3_CMD_VALID); 321377 + sdhci_write_cmd_table(host->cmd_table + 0x8, blksz, ADMA3_CMD_VALID); // add 0x8 321378 + sdhci_write_cmd_table(host->cmd_table + 0x10, // add 0x10 321380 + sdhci_write_cmd_table(host->cmd_table + 0x18, // add 0x18 321382 + sdhci_adma_write_desc(host, host->cmd_table + 0x20, // add 0x20 321763 + host->cmd_table = buf + host->adma3_desc_sz; 321778 + host->cmd_table = NULL; 322061 + void *cmd_table; /* ADMA3 command descriptor table */
|