diff options
author | Jammy Zhou <Jammy.Zhou@amd.com> | 2015-11-20 17:03:05 +0800 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2015-11-20 17:44:55 +0900 |
commit | ea558e645786b08d75307716036045170e97b43e (patch) | |
tree | 96c53257df001e27177481e336e6dac183c03297 /src/amdgpu_probe.h | |
parent | 43c2dc1aab682d5b6ad49d24983d6382c4f305bb (diff) |
Use render node for DRI3 if available
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/amdgpu_probe.h')
-rw-r--r-- | src/amdgpu_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amdgpu_probe.h b/src/amdgpu_probe.h index 5194f4c..6edd4a1 100644 --- a/src/amdgpu_probe.h +++ b/src/amdgpu_probe.h @@ -86,6 +86,7 @@ typedef struct { int fd_wakeup_ref; unsigned int assigned_crtcs; struct xf86_platform_device *platform_dev; + char *render_node; } AMDGPUEntRec, *AMDGPUEntPtr; extern const OptionInfoRec *AMDGPUOptionsWeak(void); |