summaryrefslogtreecommitdiff
path: root/src/radeon_probe.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-07-22 13:35:07 +1000
committerDave Airlie <airlied@redhat.com>2015-07-28 06:29:33 +1000
commitb32a0a3de84a44b9af4f1ca8be19f10d7fa31b12 (patch)
treec995b9496f68fd8fc8e4c027c9ec97c7264630e8 /src/radeon_probe.h
parentfcb32231a38f9461d12720cbf72f63502197a711 (diff)
radeon: cleanup the entity rec
Some of these were set, some of them were always opposites, so clean things up. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_probe.h')
-rw-r--r--src/radeon_probe.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h
index 958cb23b..258c7be1 100644
--- a/src/radeon_probe.h
+++ b/src/radeon_probe.h
@@ -132,12 +132,8 @@ typedef struct {
typedef struct
{
- Bool HasSecondary;
Bool HasCRTC2; /* All cards except original Radeon */
- ScrnInfoPtr pSecondaryScrn;
- ScrnInfoPtr pPrimaryScrn;
-
int fd; /* for sharing across zaphod heads */
int fd_ref;
unsigned long fd_wakeup_registered; /* server generation for which fd has been registered for wakeup handling */