summaryrefslogtreecommitdiff
path: root/src/amdgpu_probe.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2016-03-25 11:55:34 +0900
committerMichel Dänzer <michel@daenzer.net>2016-03-25 12:01:36 +0900
commitb2a2e114eec0967f7b67f030fbab8983cf980489 (patch)
treeeba2ae882c86e6bc1970179deadf5bbe805228bd /src/amdgpu_probe.h
parente31a2d668a1b5ebaf75d423c8123cbc8e0dcbae9 (diff)
Revert "Use render node for DRI3 if available"
This reverts commit ea558e645786b08d75307716036045170e97b43e. It broke VDPAU<->GL interop with DRI3 enabled, because the Gallium VDPAU code doesn't support DRI3 yet. We can consider re-enabling this once there is a Mesa release where the Gallium VDPAU code supports DRI3. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94675 Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/amdgpu_probe.h')
-rw-r--r--src/amdgpu_probe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amdgpu_probe.h b/src/amdgpu_probe.h
index 865c197..1e6b99e 100644
--- a/src/amdgpu_probe.h
+++ b/src/amdgpu_probe.h
@@ -88,7 +88,6 @@ 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);