Searched refs:table_loc (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | mmsch_v3_0.h | 98 memcpy((void *)table_loc, &direct_rd_mod_wt, size); \ 99 table_loc += size_dw; \ 108 memcpy((void *)table_loc, &direct_wt, size); \ 109 table_loc += size_dw; \ 119 memcpy((void *)table_loc, &direct_poll, size); \ 120 table_loc += size_dw; \ 127 memcpy((void *)table_loc, &end, size); \ 128 table_loc += size_dw; \
|
D | mmsch_v4_0.h | 112 memcpy((void *)table_loc, &direct_rd_mod_wt, size); \ 113 table_loc += size_dw; \ 122 memcpy((void *)table_loc, &direct_wt, size); \ 123 table_loc += size_dw; \ 133 memcpy((void *)table_loc, &direct_poll, size); \ 134 table_loc += size_dw; \ 141 memcpy((void *)table_loc, &end, size); \ 142 table_loc += size_dw; \
|
D | jpeg_v4_0.c | 419 uint32_t *table_loc; in jpeg_v4_0_start_sriov() local 441 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_start_sriov() 442 table_loc += header.total_size; in jpeg_v4_0_start_sriov() 468 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_start_sriov() 469 memcpy((void *)table_loc, &header, size); in jpeg_v4_0_start_sriov() 502 init_status = ((struct mmsch_v4_0_init_header *)(table_loc))->jpegdec.init_status; in jpeg_v4_0_start_sriov()
|
D | jpeg_v4_0_3.c | 184 uint32_t *table_loc; in jpeg_v4_0_3_start_sriov() local 207 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_3_start_sriov() 208 table_loc += header.total_size; in jpeg_v4_0_3_start_sriov() 240 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_3_start_sriov() 241 memcpy((void *)table_loc, &header, size); in jpeg_v4_0_3_start_sriov() 264 ((struct mmsch_v4_0_3_init_header *)(table_loc))->mjpegdec0[i].init_status; in jpeg_v4_0_3_start_sriov()
|
D | vcn_v4_0_3.c | 860 uint32_t *table_loc; in vcn_v4_0_3_start_sriov() local 889 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_3_start_sriov() 890 table_loc += header.total_size; in vcn_v4_0_3_start_sriov() 984 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_3_start_sriov() 985 memcpy((void *)table_loc, &header, size); in vcn_v4_0_3_start_sriov() 1024 init_status = ((struct mmsch_v4_0_3_init_header *)(table_loc))->vcn0.init_status; in vcn_v4_0_3_start_sriov()
|
D | vcn_v4_0.c | 1225 uint32_t *table_loc; in vcn_v4_0_start_sriov() local 1256 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_start_sriov() 1257 table_loc += header.total_size; in vcn_v4_0_start_sriov() 1362 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_start_sriov() 1363 memcpy((void *)table_loc, &header, size); in vcn_v4_0_start_sriov() 1412 init_status = ((struct mmsch_v4_0_init_header *)(table_loc))->inst[enabled_vcn].init_status; in vcn_v4_0_start_sriov()
|
D | vcn_v3_0.c | 1294 uint32_t *table_loc; in vcn_v3_0_start_sriov() local 1320 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov() 1321 table_loc += header.total_size; in vcn_v3_0_start_sriov() 1438 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov() 1439 memcpy((void *)table_loc, &header, size); in vcn_v3_0_start_sriov()
|