Searched full:debugbus (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.h | 465 #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count } macro 472 DEBUGBUS(A6XX_DBGBUS_CP, 0x100), 473 DEBUGBUS(A6XX_DBGBUS_RBBM, 0x100), 474 DEBUGBUS(A6XX_DBGBUS_HLSQ, 0x100), 475 DEBUGBUS(A6XX_DBGBUS_UCHE, 0x100), 476 DEBUGBUS(A6XX_DBGBUS_DPM, 0x100), 477 DEBUGBUS(A6XX_DBGBUS_TESS, 0x100), 478 DEBUGBUS(A6XX_DBGBUS_PC, 0x100), 479 DEBUGBUS(A6XX_DBGBUS_VFDP, 0x100), 480 DEBUGBUS(A6XX_DBGBUS_VPC, 0x100), [all …]
|
| H A D | a6xx_gpu_state.c | 48 struct a6xx_gpu_state_obj *debugbus; member 360 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus_blocks() 361 sizeof(*a6xx_state->debugbus)); in a6xx_get_debugbus_blocks() 363 if (a6xx_state->debugbus) { in a6xx_get_debugbus_blocks() 370 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks() 375 * GBIF has same debugbus as of other GPU blocks, fall back to in a6xx_get_debugbus_blocks() 382 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks() 393 &a6xx_state->debugbus[i]); in a6xx_get_debugbus_blocks() 426 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks, in a7xx_get_debugbus_blocks() 427 sizeof(*a6xx_state->debugbus)); in a7xx_get_debugbus_blocks() [all …]
|
| H A D | adreno_device.c | 16 MODULE_PARM_DESC(snapshot_debugbus, "Include debugbus sections in GPU devcoredump (if not fused off…
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 8656 /* Sync ver with debugbus qed code */ in qed_dbg_pf_init()
|