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_dri2.c
Age
Commit message (
Expand
)
Author
2017-08-31
Require xserver >= 1.13
Michel Dänzer
2017-08-22
Always allow DRI2 page flipping with TearFree
Michel Dänzer
2017-08-22
Create drmmode_wait_vblank helper
Michel Dänzer
2017-08-22
Pass reference CRTC to amdgpu_do_pageflip directly
Michel Dänzer
2017-08-03
Allow DRI page flipping when some CRTCs use separate scanout buffers
Michel Dänzer
2017-08-03
Add drmmode_crtc_can_flip helper
Michel Dänzer
2017-07-13
Use drmmode_crtc->scanout_id instead of 0 to check for scanout buffer
Michel Dänzer
2017-03-03
Allow toggling TearFree at runtime via output property
Michel Dänzer
2017-03-03
Fix flip event data leak if calloc or drmModeAddFB fails
Michel Dänzer
2016-11-28
Make libdrm >= 2.4.72 requirement explicit
Michel Dänzer
2016-11-22
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Michel Dänzer
2016-09-07
Add explicit AMDGPU_DRM_QUEUE_ERROR define
Michel Dänzer
2016-08-23
DRI2: Fix amdgpu_dri2_exchange_buffers width/height copy'n'paste error
Qiang Yu
2016-07-22
DRI2: Add interpolated_vblanks in amdgpu_dri2_get_crtc_msc
Michel Dänzer
2016-06-23
dri2: Don't allow flipping when using a dedicated scanout buffer
Michel Dänzer
2016-06-14
Move DRI2's local fixup_glamor helper to amdgpu_glamor_set_pixmap_bo v2
Michel Dänzer
2016-06-14
Consolidate get_drawable_pixmap helper
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
Require xserver 1.9 or newer
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
Make DRM event queue xf86CrtcPtr based instead of ScrnInfoPtr based
Michel Dänzer
2016-03-23
DRI2: Also clear dri2_flipping when client disconnects before event
Michel Dänzer
2016-02-27
DRI2: Use amdgpu_pixmap_get_handle
Michel Dänzer
2016-02-27
glamor: Avoid generating GEM flink names for BOs shared via DRI3 (v2)
Michel Dänzer
2016-02-27
Make amdgpu_do_pageflip take a pixmap instead of a BO
Michel Dänzer
2015-11-11
dri2: Handle PRIME for source buffer as well in amdgpu_dri2_copy_region2
Michel Dänzer
2015-10-30
Remove info->dri2.drm_fd and info->drmmode->fd
Michel Dänzer
2015-10-15
Clean up amdgpu_dri2_create_buffer2()
Tom St Denis
2015-10-06
Don't attempt a DRI2/Present page flip while the other one is flipping
Tom St Denis
2015-10-05
stop caching mode resources
Tom St Denis
2015-09-10
dri2: Avoid calculation with undefined msc value
Tom St Denis
2015-08-14
DRI2: Keep MSC monotonic when moving window between CRTCs
Michel Dänzer
2015-07-09
DRI2: Don't ignore rotated CRTCs in amdgpu_dri2_drawable_crtc
Michel Dänzer
2015-06-15
glamor: Remove the stride member of struct radeon_pixmap
Michel Dänzer
2015-06-15
glamor: Add Option "ShadowPrimary"
Michel Dänzer
2015-06-08
DRI2: Split out helper for getting UST and MSC of a specific CRTC
Michel Dänzer
2015-06-08
DRI2: Use helper functions for DRM event queue management
Michel Dänzer
2015-06-08
DRI2: Move amdgpu_dri2_flip_event_handler
Michel Dänzer
2015-06-08
DRI2: Remove superfluous assignments to *_info->frame
Michel Dänzer
2015-06-08
DRI2: Simplify blit fallback handling for scheduled swaps
Michel Dänzer
2015-06-08
Move xorg_list backwards compatibility to new amdgpu_list.h header
Michel Dänzer
2015-06-02
Require at least xserver 1.8
Michel Dänzer
2015-05-07
Remove throttling from amdgpu_dri2_copy_region2
Jammy Zhou
2015-04-24
Move #include "radeon_glamor.h" from amdgpu_drv.h to where it's needed
Michel Dänzer
2015-04-20
amdgpu: add the xf86-video-amdgpu driver
Alex Deucher