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
/
drmmode_display.h
Age
Commit message (
Expand
)
Author
2017-12-27
Keep track of how many SW cursors are visible on each screen
Michel Dänzer
2017-08-30
Remove drmmode_scanout_free
Michel Dänzer
2017-08-30
Make all active CRTCs scan out an all-black framebuffer in LeaveVT
Michel Dänzer
2017-08-30
Create drmmode_set_mode helper
Michel Dänzer
2017-08-22
Always allow Present page flipping with TearFree
Michel Dänzer
2017-08-22
Handle multiple "pending" Present flips
Michel Dänzer
2017-08-22
Wait for pending flips synchronously before turning off a CRTC
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-18
Remove drmmode_crtc->scanout_destroy[] array
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-26
If a TearFree flip fails, fall back to non-TearFree operation
Michel Dänzer
2017-06-27
Improve drmmode_fb_reference debugging code
Michel Dänzer
2017-05-26
Use reference counting for tracking KMS framebuffer lifetimes
Michel Dänzer
2017-05-24
Simplify tracking of PRIME scanout pixmap
Michel Dänzer
2017-05-10
Remove unused struct members from drmmode_display.h
Michel Dänzer
2017-03-03
Allow toggling TearFree at runtime via output property
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-11-02
Require xserver 1.10 or newer
Michel Dänzer
2016-09-09
Make TearFree effective with PRIME slave scanout
Michel Dänzer
2016-09-09
Synchronize scanout pixmaps for TearFree
Michel Dänzer
2016-09-09
Use drmmode_crtc_scanout_* helpers for RandR 1.4 scanout pixmaps
Michel Dänzer
2016-09-09
Wait for pending flips to complete before turning off an output or CRTC
Michel Dänzer
2016-08-23
Remove unused lut_r/g/b arrays from drmmode_crtc_private_rec
Michel Dänzer
2016-05-12
Add support for async flips to radeon_do_pageflip
Michel Dänzer
2016-03-23
Deal with modesets and page flips crossing on a CRTC
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: 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-10-06
Move amdgpu_drm_handler/abort_proc fields to drmmode_flipdata_re
Tom St Denis
2015-10-05
add support for DP 1.2 display hotplug
Tom St Denis
2015-10-05
stop caching mode resources
Tom St Denis
2015-08-07
Defer initial modeset until the first BlockHandler invocation
Michel Dänzer
2015-08-07
Only copy fbcon BO contents if bgNoneRoot is TRUE
Michel Dänzer
2015-06-15
Add Option "TearFree"
Michel Dänzer
2015-06-15
glamor: Add Option "ShadowPrimary"
Michel Dänzer
2015-06-15
Split out struct drmmode_scanout for rotation shadow buffer information
Michel Dänzer
2015-06-15
Rename scanout_pixmap_x field to prime_pixmap_x
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-04-20
amdgpu: add the xf86-video-amdgpu driver
Alex Deucher