index
:
driver/xf86-video-amdgpu
master
AMD/ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amdgpu_present.c
Age
Commit message (
Expand
)
Author
2017-03-07
present: Flush before flipping
Michel Dänzer
2017-03-07
present: Use async flip for unflip if possible
Michel Dänzer
2017-03-07
present: Also flush before using a flip to unflip
Michel Dänzer
2017-03-07
present: Wait for GPU idle before setting modes for unflip
Michel Dänzer
2017-03-07
present: Only call drmModeRmFB after setting modes for unflip
Michel Dänzer
2016-11-22
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Michel Dänzer
2016-10-27
present: Check tiling info for flips
Michel Dänzer
2016-09-09
Wait for pending flips to complete before turning off an output or CRTC
Michel Dänzer
2016-09-07
Add explicit AMDGPU_DRM_QUEUE_ERROR define
Michel Dänzer
2016-06-23
present: Separate checks for flips vs unflips v2
Michel Dänzer
2016-06-23
present: Don't allow flipping when using a dedicated scanout buffer
Michel Dänzer
2016-05-12
present: Support async flips
Michel Dänzer
2016-05-12
Add support for async flips to radeon_do_pageflip
Michel Dänzer
2016-04-01
Identify DRM event queue entries by sequence number instead of by pointer
Michel Dänzer
2016-03-25
Don't try DRI2/Present flipping while the HW cursor can't be used
Michel Dänzer
2016-03-23
present: Return rotated CRTCs from amdgpu_present_get_crtc
Michel Dänzer
2016-03-23
present: Clear drmmode->fb_id before calling set_mode_major for unflip
Michel Dänzer
2016-03-23
Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr based
Michel Dänzer
2016-02-27
Make amdgpu_do_pageflip take a pixmap instead of a BO
Michel Dänzer
2015-10-30
Remove info->dri2.drm_fd and info->drmmode->fd
Michel Dänzer
2015-10-06
present: Handle DPMS off in radeon_present_get_ust_msc
Tom St Denis
2015-10-06
present: Look at all CRTCs to determine if we can flip
Tom St Denis
2015-10-06
present: Fall back to modeset for unflip operation
Tom St Denis
2015-10-06
Don't attempt a DRI2/Present page flip while the other one is flipping
Tom St Denis
2015-06-15
Split out struct drmmode_scanout for rotation shadow buffer information
Michel Dänzer
2015-06-08
Add support for the Present extension
Michel Dänzer