mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-10 20:38:50 -04:00
drm/etnaviv: show identity information in debugfs
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
committed by
Lucas Stach
parent
815e45bbd4
commit
000806631d
@@ -860,6 +860,13 @@ int etnaviv_gpu_debugfs(struct etnaviv_gpu *gpu, struct seq_file *m)
|
||||
|
||||
verify_dma(gpu, &debug);
|
||||
|
||||
seq_puts(m, "\tidentity\n");
|
||||
seq_printf(m, "\t model: 0x%x\n", gpu->identity.model);
|
||||
seq_printf(m, "\t revision: 0x%x\n", gpu->identity.revision);
|
||||
seq_printf(m, "\t product_id: 0x%x\n", gpu->identity.product_id);
|
||||
seq_printf(m, "\t customer_id: 0x%x\n", gpu->identity.customer_id);
|
||||
seq_printf(m, "\t eco_id: 0x%x\n", gpu->identity.eco_id);
|
||||
|
||||
seq_puts(m, "\tfeatures\n");
|
||||
seq_printf(m, "\t major_features: 0x%08x\n",
|
||||
gpu->identity.features);
|
||||
|
||||
Reference in New Issue
Block a user