summaryrefslogtreecommitdiff
path: root/src/radeon_present.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-21present: Separate checks for flips vs unflipsMichel Dänzer1-23/+35
2016-09-21present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer1-1/+2
2016-08-03Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer1-2/+2
2016-07-22Add explicit RADEON_DRM_QUEUE_ERROR defineMichel Dänzer1-1/+1
2016-04-12present: Support async flipsMichel Dänzer1-4/+1
2016-04-12Add support for async flips to radeon_do_pageflipMichel Dänzer1-2/+3
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer1-8/+9
2016-03-23Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer1-0/+3
2016-03-10present: Return rotated CRTCs from radeon_present_get_crtcMichel Dänzer1-2/+1
2016-03-09present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer1-0/+6
2016-02-27Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer1-9/+9
2015-07-09present: Handle DPMS off in radeon_present_get_ust_mscMichel Dänzer1-1/+7
2015-07-09present: Look at all CRTCs to determine if we can flipMichel Dänzer1-7/+13
2015-07-08present: Fall back to modeset for unflip operationMichel Dänzer1-12/+34
2015-06-11Don't attempt a DRI2/Present page flip while the other one is flippingMichel Dänzer1-1/+16
2015-05-21present: Remove get_drmmode_crtc helperMichel Dänzer1-17/+2
2015-05-11present: Fix present notify timestamps and counts.Mario Kleiner1-2/+2
2015-05-11present: Move check for async flipsMario Kleiner1-3/+3
2015-04-03Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer1-1/+1
2015-04-03present: Don't flip between BOs with different tiling parametersMichel Dänzer1-0/+24
2015-03-30Move get_pixmap_handle helper to radeon_bo_helper.cMichel Dänzer1-50/+3
2015-03-25glamor: Avoid generating GEM flink names for BOs shared via DRI3 v2Michel Dänzer1-0/+36
2015-03-25Present: Add radeon_present_get_pixmap_handle helperMichel Dänzer1-8/+19
2015-03-25Make radeon_do_pageflip take a BO handle directlyMichel Dänzer1-2/+2
2015-03-17Simplify includes in radeon_{dri3,present}.cMichel Dänzer1-12/+1
2015-03-17Add support for the Present extension v2Michel Dänzer1-0/+418