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
2022-04-20
Do not consider disabled crtc anymore when looking for xf86crtc covering draw...
Lukasz Spintzyk
2019-06-14
Remove dri2_drawable_crtc parameter consider_disabled
Michel Dänzer
2019-06-14
dri2: Re-use previous CRTC when possible if pick_best_crtc returns NULL
Michel Dänzer
2019-06-10
dri2: reply to client for WaitMSC request in any case
Flora Cui
2019-03-01
dri2: Call drm_queue_handle_deferred in dri2_deferred_event
Michel Dänzer
2019-01-16
dri2: Flush in dri2_create_buffer2 after calling glamor_set_pixmap_bo
Michel Dänzer
2018-11-16
Explicitly keep track of whether a DRM event is for a flip or not
Michel Dänzer
2018-08-16
Move DRM event queue related initialization to amdgpu_drm_queue_init
Michel Dänzer
2018-07-10
Bail from dri2_create_buffer2 if we can't get a pixmap
Michel Dänzer
2018-05-16
Replace 'foo == NULL' with '!foo'
Michel Dänzer
2018-02-14
Add 30bit RGB color format support
Hawking Zhang
2017-12-27
Keep track of how many SW cursors are visible on each screen
Michel Dänzer
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
[next]