提交 3d9fc642 编写于 作者: L Lucas Stach

drm/etnaviv: add missing major features field to debugfs

This can be useful when dealing with a new GPU core.
Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
上级 c09d7f79
...@@ -811,6 +811,8 @@ int etnaviv_gpu_debugfs(struct etnaviv_gpu *gpu, struct seq_file *m) ...@@ -811,6 +811,8 @@ int etnaviv_gpu_debugfs(struct etnaviv_gpu *gpu, struct seq_file *m)
verify_dma(gpu, &debug); verify_dma(gpu, &debug);
seq_puts(m, "\tfeatures\n"); seq_puts(m, "\tfeatures\n");
seq_printf(m, "\t major_features: 0x%08x\n",
gpu->identity.features);
seq_printf(m, "\t minor_features0: 0x%08x\n", seq_printf(m, "\t minor_features0: 0x%08x\n",
gpu->identity.minor_features0); gpu->identity.minor_features0);
seq_printf(m, "\t minor_features1: 0x%08x\n", seq_printf(m, "\t minor_features1: 0x%08x\n",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册