diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2018-10-24 18:22:05 +0200 |
---|---|---|
committer | Michel Dänzer <michel.daenzer@amd.com> | 2018-10-24 18:22:05 +0200 |
commit | 5e6fa5c17a810127f0049816f20db6b871ca77e0 (patch) | |
tree | d31546d1cd163e25f0a32a11c77083b679079578 /src/radeon.h | |
parent | c480fd066fe129fa6561fca8c09f037613b753e8 (diff) |
Allow up to six instances in Zaphod mode
Corresponding to up to six CRTCs being available in the hardware.
(Ported from amdgpu commit c9d43c1deb9a9cfc41a8d6439caf46d12d220853)
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index b1d5f5af..cde922c6 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -560,7 +560,7 @@ typedef struct { /* Number of SW cursors currently visible on this screen */ int sprites_visible; - Bool IsSecondary; + int instance_id; Bool r600_shadow_fb; void *fb_shadow; |