summaryrefslogtreecommitdiff
path: root/src/amdgpu_present.c
AgeCommit message (Expand)Author
2017-03-07present: Flush before flippingMichel Dänzer
2017-03-07present: Use async flip for unflip if possibleMichel Dänzer
2017-03-07present: Also flush before using a flip to unflipMichel Dänzer
2017-03-07present: Wait for GPU idle before setting modes for unflipMichel Dänzer
2017-03-07present: Only call drmModeRmFB after setting modes for unflipMichel Dänzer
2016-11-22Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when availableMichel Dänzer
2016-10-27present: Check tiling info for flipsMichel Dänzer
2016-09-09Wait for pending flips to complete before turning off an output or CRTCMichel Dänzer
2016-09-07Add explicit AMDGPU_DRM_QUEUE_ERROR defineMichel Dänzer
2016-06-23present: Separate checks for flips vs unflips v2Michel Dänzer
2016-06-23present: Don't allow flipping when using a dedicated scanout bufferMichel Dänzer
2016-05-12present: Support async flipsMichel Dänzer
2016-05-12Add support for async flips to radeon_do_pageflipMichel Dänzer
2016-04-01Identify DRM event queue entries by sequence number instead of by pointerMichel Dänzer
2016-03-25Don't try DRI2/Present flipping while the HW cursor can't be usedMichel Dänzer
2016-03-23present: Return rotated CRTCs from amdgpu_present_get_crtcMichel Dänzer
2016-03-23present: Clear drmmode->fb_id before calling set_mode_major for unflipMichel Dänzer
2016-03-23Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr basedMichel Dänzer
2016-02-27Make amdgpu_do_pageflip take a pixmap instead of a BOMichel Dänzer
2015-10-30Remove info->dri2.drm_fd and info->drmmode->fdMichel Dänzer
2015-10-06present: Handle DPMS off in radeon_present_get_ust_mscTom St Denis
2015-10-06present: Look at all CRTCs to determine if we can flipTom St Denis
2015-10-06present: Fall back to modeset for unflip operationTom St Denis
2015-10-06Don't attempt a DRI2/Present page flip while the other one is flippingTom St Denis
2015-06-15Split out struct drmmode_scanout for rotation shadow buffer informationMichel Dänzer
2015-06-08Add support for the Present extensionMichel Dänzer