diff options
author | Jammy Zhou <Jammy.Zhou@amd.com> | 2016-12-19 17:27:19 +0900 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2016-12-19 17:27:19 +0900 |
commit | 720dd07e79b5f5cbbf3ef8bd92300578c485d583 (patch) | |
tree | 2275d985d3b5aa55f8582166240e14779db75cae /src/radeon_probe.h | |
parent | 92fc387a6256ce3c95d62142735783ea07162c54 (diff) |
Use render node for DRI3 if available
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
(ported from amdgpu commit ea558e645786b08d75307716036045170e97b43e)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
[ Second attempt, let's see if there's any fallout this time... ]
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r-- | src/radeon_probe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index bc5b53d6..9e50c811 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -145,6 +145,7 @@ typedef struct #ifdef XSERVER_PLATFORM_BUS struct xf86_platform_device *platform_dev; #endif + char *render_node; } RADEONEntRec, *RADEONEntPtr; extern const OptionInfoRec *RADEONOptionsWeak(void); |