diff options
author | Ilija Hadzic <ihadzic@research.bell-labs.com> | 2011-05-06 09:45:23 -0400 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2011-05-06 15:56:21 +0200 |
commit | 90abffbd30f44b9cf76a6e28103ddcb5419b4522 (patch) | |
tree | 166038f529f362910489c47cbb093912432ce3ba /man/radeon.man | |
parent | 62a4cd180fe884dca24586d453395472516e6496 (diff) |
DRI2: fix high-crtc/vblank oversight/bug
improvements to high-crtc handling done in
f0b7d7b449cc77bb2b281d81108507f8bc2e6018 introduced a bug that caused
the populate_vbl_request_type to never use the high-crtc field even
when it should. The reason is that the offending patch put the code
under #ifdef DRM_VBLANK_HIGH_CRTC_MASK which is not visible outside the
enum type, so #else was always taken in compilation type. This patch
fixes it by basing #ifdef on (pre-processor visible)
DRM_VBLANK_HIGH_CRTC_SHIFT constant
Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Diffstat (limited to 'man/radeon.man')
0 files changed, 0 insertions, 0 deletions