Searched refs:print_ascii85 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.c | 1754 static void print_ascii85(struct drm_printer *p, size_t len, u32 *data) in print_ascii85() function 1804 print_ascii85(p, block->size << 2, in a6xx_show_shader() 1833 print_ascii85(p, block->size << 2, data); in a7xx_show_shader() 1930 print_ascii85(p, obj->count << 2, obj->data); in a6xx_show_indexed_regs() 1945 print_ascii85(p, block->count << 3, data); in a6xx_show_debugbus_block() 1967 print_ascii85(p, VBIF_DEBUGBUS_BLOCK_SIZE << 2, obj->data); in a6xx_show_debugbus()
|