summaryrefslogtreecommitdiff
path: root/src/amdgpu_drv.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2018-10-04 12:54:13 +0200
committerMichel Dänzer <michel@daenzer.net>2018-10-11 17:14:26 +0200
commitc9d43c1deb9a9cfc41a8d6439caf46d12d220853 (patch)
tree92e43cc06ea67b21ce9cb33e76d0a5c50b8d0107 /src/amdgpu_drv.h
parentaa572683d86174be2bfc09d4e173ae2a9907d40e (diff)
Allow up to six instances in Zaphod mode
Corresponding to up to six CRTCs being available in the hardware. v2: * Move instance overflow check from PreInit to the probe hooks, in order to further minimize wasted effort. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> # v1
Diffstat (limited to 'src/amdgpu_drv.h')
-rw-r--r--src/amdgpu_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amdgpu_drv.h b/src/amdgpu_drv.h
index 45bc394..44c769f 100644
--- a/src/amdgpu_drv.h
+++ b/src/amdgpu_drv.h
@@ -285,7 +285,7 @@ typedef struct {
/* Number of SW cursors currently visible on this screen */
int sprites_visible;
- Bool IsSecondary;
+ int instance_id;
Bool shadow_fb;
void *fb_shadow;