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 | 1803 static void print_ascii85(struct drm_printer *p, size_t len, u32 *data) in print_ascii85() function 1853 print_ascii85(p, block->size << 2, in a6xx_show_shader() 1882 print_ascii85(p, block->size << 2, data); in a7xx_show_shader() 1979 print_ascii85(p, obj->count << 2, obj->data); in a6xx_show_indexed_regs() 1994 print_ascii85(p, block->count << 3, data); in a6xx_show_debugbus_block() 2016 print_ascii85(p, VBIF_DEBUGBUS_BLOCK_SIZE << 2, obj->data); in a6xx_show_debugbus()
|