summaryrefslogtreecommitdiff
path: root/src/amdgpu_probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/amdgpu_probe.h')
-rw-r--r--src/amdgpu_probe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amdgpu_probe.h b/src/amdgpu_probe.h
index e6af3a2..802df12 100644
--- a/src/amdgpu_probe.h
+++ b/src/amdgpu_probe.h
@@ -93,6 +93,8 @@ typedef struct {
unsigned long fd_wakeup_registered; /* server generation for which fd has been registered for wakeup handling */
int fd_wakeup_ref;
unsigned int assigned_crtcs;
+ ScrnInfoPtr primary_scrn;
+ ScrnInfoPtr secondary_scrn;
struct xf86_platform_device *platform_dev;
} AMDGPUEntRec, *AMDGPUEntPtr;