Searched refs:cmd_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | atom.h | 130 uint32_t cmd_table, data_table; member
|
D | atom.c | 620 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable() 1201 int base = CU16(ctx->cmd_table + 4 + 2 * index); in amdgpu_atom_execute_table_locked() 1333 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in amdgpu_atom_parse() 1368 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in amdgpu_atom_asic_init() 1410 int idx = CU16(ctx->cmd_table + offset); in amdgpu_atom_parse_cmd_header() 1411 u16 *mct = (u16 *)(ctx->bios + ctx->cmd_table + 4); in amdgpu_atom_parse_cmd_header()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | atom.c | 624 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx)) in atom_op_calltable() 1156 int base = CU16(ctx->cmd_table + 4 + 2 * index); in atom_execute_table_locked() 1298 ctx->cmd_table = CU16(base + ATOM_ROM_CMD_PTR); in atom_parse() 1336 if (!CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_INIT)) in atom_asic_init() 1345 if (CU16(ctx->cmd_table + 4 + 2 * ATOM_CMD_SPDFANCNTL)) in atom_asic_init() 1382 int idx = CU16(ctx->cmd_table + offset); in atom_parse_cmd_header() 1383 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
|
/Linux-v4.19/drivers/ps3/ |
D | ps3av.c | 97 static u32 cmd_table[] = { variable 153 table = cmd_table; in ps3av_search_cmd_table()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | gvt.h | 324 DECLARE_HASHTABLE(cmd_table, GVT_CMD_HASH_BITS);
|
D | cmd_parser.c | 633 hash_for_each_possible(gvt->cmd_table, e, hlist, opcode) { in find_cmd_entry() 2515 hash_add(gvt->cmd_table, &e->hlist, e->info->opcode); in add_cmd_entry() 2947 hash_for_each_safe(gvt->cmd_table, i, tmp, e, hlist) in clean_cmd_table() 2950 hash_init(gvt->cmd_table); in clean_cmd_table()
|