diff options
author | Burt P <pburt0@gmail.com> | 2018-09-09 14:53:21 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-09-26 20:51:53 -0700 |
commit | da50fabd1897462531153a5a27366eb0ad7d0413 (patch) | |
tree | 7e4a42939f1e5958742555619cec3e4bd3ba1046 /includes/gpu_util.h | |
parent | 62964b789d933e68e4024e165b20288471a0029c (diff) |
gpu: show more dt info
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/gpu_util.h')
-rw-r--r-- | includes/gpu_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/gpu_util.h b/includes/gpu_util.h index be69e941..0523cc81 100644 --- a/includes/gpu_util.h +++ b/includes/gpu_util.h @@ -39,7 +39,8 @@ typedef struct gpud { char *drm_dev; char *sysfs_drm_path; pcid *pci_dev; - char *dt_compat; + + char *dt_compat, *dt_status, *dt_name, *dt_path; const char *dt_vendor, *dt_device; nvgpu *nv_info; |