mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02: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:
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user