| /drivers/ras/amd/atl/ |
| A D | map.c | 216 ctx->inst_id, &ctx->map.base)) in df2_get_dram_addr_map() 234 ctx->inst_id, &ctx->map.ctl)) in df3_get_dram_addr_map() 247 ctx->inst_id, &ctx->map.base)) in df4_get_dram_addr_map() 257 ctx->inst_id, &ctx->map.ctl)) in df4_get_dram_addr_map() 277 ctx->inst_id, &remap_reg)) in df4_get_dram_addr_map() 286 ctx->inst_id, &remap_reg)) in df4_get_dram_addr_map() 303 ctx->inst_id, &ctx->map.base)) in df4p5_get_dram_addr_map() 313 ctx->inst_id, &ctx->map.ctl)) in df4p5_get_dram_addr_map() 333 ctx->inst_id, &remap_reg)) in df4p5_get_dram_addr_map() 342 ctx->inst_id, &remap_reg)) in df4p5_get_dram_addr_map() [all …]
|
| A D | core.c | 121 ctx.inst_id = coh_st_inst_id; in norm_to_sys_addr()
|
| A D | internal.h | 259 u16 inst_id; member
|
| A D | denormalize.c | 408 if (ctx->inst_id >= ARRAY_SIZE(phy_to_log_coh_st_map_mi300)) { in get_logical_coh_st_fabric_id_mi300() 413 return phy_to_log_coh_st_map_mi300[ctx->inst_id] | (ctx->node_id << df_cfg.node_id_shift); in get_logical_coh_st_fabric_id_mi300()
|
| /drivers/media/platform/mediatek/vcodec/common/ |
| A D | mtk_vcodec_util.h | 37 #define mtk_vcodec_err(inst_id, plat_dev, fmt, args...) \ argument 38 dev_err(&(plat_dev)->dev, "[MTK_VCODEC][ERROR][%d]: " fmt "\n", inst_id, ##args) 51 #define mtk_vcodec_debug(inst_id, plat_dev, fmt, args...) \ argument 55 inst_id, __func__, __LINE__, ##args); \ 61 #define mtk_vcodec_debug(inst_id, plat_dev, fmt, args...) \ argument 62 dev_dbg(&(plat_dev)->dev, "[MTK_VCODEC][%d]: " fmt "\n", inst_id, ##args)
|
| A D | mtk_vcodec_dbgfs.c | 160 dbgfs_inst->inst_id = ctx->id; in mtk_vcodec_dbgfs_create() 170 if (dbgfs_inst->inst_id == ctx_id) { in mtk_vcodec_dbgfs_remove()
|
| A D | mtk_vcodec_dbgfs.h | 31 int inst_id; member
|
| /drivers/media/platform/mediatek/vcodec/decoder/ |
| A D | vdec_vpu_if.c | 33 vpu->inst_id = 0xdeadbeef; in handle_init_ack_msg() 46 vpu->inst_id = msg->inst_id; in handle_init_ack_msg() 194 msg.inst_id = vpu->inst_id; in vcodec_send_ap_ipi() 262 msg.inst_id = vpu->inst_id; in vpu_dec_start() 286 msg.inst_id = vpu->inst_id; in vpu_dec_get_param()
|
| A D | vdec_ipi_msg.h | 47 uint32_t inst_id; member 92 uint32_t inst_id; member 116 uint32_t inst_id; member 129 u32 inst_id; member
|
| A D | vdec_vpu_if.h | 38 uint32_t inst_id; member
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_jpeg.c | 486 u32 inst_off, inst_id, is_powered; in amdgpu_jpeg_dump_ip_state() local 496 inst_id = GET_INST(JPEG, i); in amdgpu_jpeg_dump_ip_state() 501 inst_id)); in amdgpu_jpeg_dump_ip_state() 508 inst_id)); in amdgpu_jpeg_dump_ip_state()
|
| A D | gfx_v9_4.c | 828 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_ras_error_count() argument 846 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count() 856 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
|
| A D | sdma_v5_2.c | 1534 u32 inst_id = ring->me; in sdma_v5_2_restore_queue() local 1540 freeze = RREG32(sdma_v5_2_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE)); in sdma_v5_2_restore_queue() 1542 WREG32(sdma_v5_2_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE), freeze); in sdma_v5_2_restore_queue() 1544 r = sdma_v5_2_gfx_resume_instance(adev, inst_id, true); in sdma_v5_2_restore_queue()
|
| A D | sdma_v5_0.c | 1618 u32 inst_id = ring->me; in sdma_v5_0_restore_queue() local 1624 freeze = RREG32(sdma_v5_0_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE)); in sdma_v5_0_restore_queue() 1626 WREG32(sdma_v5_0_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE), freeze); in sdma_v5_0_restore_queue() 1628 r = sdma_v5_0_gfx_resume_instance(adev, inst_id, true); in sdma_v5_0_restore_queue()
|
| A D | vcn_v4_0_3.c | 1912 uint32_t inst_off, inst_id; in vcn_v4_0_3_dump_ip_state() local 1922 inst_id = GET_INST(VCN, i); in vcn_v4_0_3_dump_ip_state() 1925 adev->vcn.ip_dump[inst_off] = RREG32_SOC15(VCN, inst_id, regUVD_POWER_STATUS); in vcn_v4_0_3_dump_ip_state() 1933 inst_id)); in vcn_v4_0_3_dump_ip_state()
|
| A D | gfx_v9_4_2.c | 1452 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_2_get_reg_error_count() argument 1470 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count() 1480 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count()
|
| A D | gfx_v9_0.c | 6948 uint32_t se_id, uint32_t inst_id, uint32_t value, in gfx_v9_0_ras_error_count() argument 6967 se_id, inst_id, in gfx_v9_0_ras_error_count() 6979 se_id, inst_id, in gfx_v9_0_ras_error_count()
|