Searched refs:table_loc (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A 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; \
|
| H A D | mmsch_v4_0.h | 110 memcpy((void *)table_loc, &direct_rd_mod_wt, size); \ 111 table_loc += size_dw; \ 120 memcpy((void *)table_loc, &direct_wt, size); \ 121 table_loc += size_dw; \ 131 memcpy((void *)table_loc, &direct_poll, size); \ 132 table_loc += size_dw; \ 139 memcpy((void *)table_loc, &end, size); \ 140 table_loc += size_dw; \
|
| H A D | jpeg_v4_0.c | 438 uint32_t *table_loc; in jpeg_v4_0_start_sriov() local 454 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_start_sriov() 455 memcpy(&header, (void *)table_loc, size); in jpeg_v4_0_start_sriov() 464 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_start_sriov() 465 table_loc += header.total_size; in jpeg_v4_0_start_sriov() 491 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_start_sriov() 492 memcpy((void *)table_loc, &header, size); in jpeg_v4_0_start_sriov() 528 init_status = ((struct mmsch_v4_0_init_header *)(table_loc))->jpegdec.init_status; in jpeg_v4_0_start_sriov()
|
| H A D | jpeg_v4_0_3.c | 249 uint32_t *table_loc; in jpeg_v4_0_3_start_sriov() local 272 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_3_start_sriov() 273 table_loc += header.total_size; in jpeg_v4_0_3_start_sriov() 305 table_loc = (uint32_t *)table->cpu_addr; in jpeg_v4_0_3_start_sriov() 306 memcpy((void *)table_loc, &header, size); in jpeg_v4_0_3_start_sriov() 329 ((struct mmsch_v4_0_3_init_header *)(table_loc))->mjpegdec0[i].init_status; in jpeg_v4_0_3_start_sriov()
|
| H A D | vcn_v4_0_3.c | 981 uint32_t *table_loc; in vcn_v4_0_3_start_sriov() local 1012 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_3_start_sriov() 1013 table_loc += header.total_size; in vcn_v4_0_3_start_sriov() 1107 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_3_start_sriov() 1108 memcpy((void *)table_loc, &header, size); in vcn_v4_0_3_start_sriov() 1147 init_status = ((struct mmsch_v4_0_3_init_header *)(table_loc))->vcn0.init_status; in vcn_v4_0_3_start_sriov()
|
| H A D | vcn_v4_0.c | 1339 uint32_t *table_loc; in vcn_v4_0_start_sriov() local 1370 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_start_sriov() 1371 table_loc += header.total_size; in vcn_v4_0_start_sriov() 1498 table_loc = (uint32_t *)table->cpu_addr; in vcn_v4_0_start_sriov() 1499 memcpy((void *)table_loc, &header, size); in vcn_v4_0_start_sriov() 1548 init_status = ((struct mmsch_v4_0_init_header *)(table_loc))->inst[enabled_vcn].init_status; in vcn_v4_0_start_sriov()
|
| H A D | vcn_v3_0.c | 1378 uint32_t *table_loc; in vcn_v3_0_start_sriov() local 1404 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov() 1405 table_loc += header.total_size; in vcn_v3_0_start_sriov() 1522 table_loc = (uint32_t *)table->cpu_addr; in vcn_v3_0_start_sriov() 1523 memcpy((void *)table_loc, &header, size); in vcn_v3_0_start_sriov()
|