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.c
Age
Commit message (
Expand
)
Author
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-05-02
Apply gamma correction to HW cursor
Michel Dänzer
2017-04-17
Don't set modes before AMDGPUWindowExposures_oneshot is called
Michel Dänzer
2017-04-10
Set correct DRM event context version
Daniel Stone
2017-03-07
Don't call amdgpu_glamor_flush in drmmode_copy_fb
Michel Dänzer
2017-03-03
Use drmmode_crtc_scanout_free in drmmode_fini
Michel Dänzer
2017-03-03
Allow toggling TearFree at runtime via output property
Michel Dänzer
2017-03-03
Factor out drmmode_crtc_scanout_update helper
Michel Dänzer
2017-03-03
Don't destroy current FB if drmModeAddFB fails
Michel Dänzer
2017-03-03
Fix flip event data leak if calloc or drmModeAddFB fails
Michel Dänzer
2017-03-03
Handle rotation in the driver also with Xorg 1.12-1.18
Michel Dänzer
2017-03-03
Fold drmmode_crtc_scanout_allocate into drmmode_crtc_scanout_create
Michel Dänzer
2017-03-02
Call drmmode_crtc_scanout_create in drmmode_crtc_shadow_allocate as well
Michel Dänzer
2017-01-06
Pass pitch from drmmode_crtc_scanout_allocate to drmmode_create_bo_pixmap
Michel Dänzer
2016-12-15
Simplify drmmode_handle_uevents
Michel Dänzer
2016-12-14
udev_monitor_receive_device() will block when hotplug monitor
jimqu
2016-11-30
Take current scanout_id into account everywhere involved with TearFree
Michel Dänzer
2016-11-28
Add amdgpu_is_gpu_screen helper
Michel Dänzer
2016-11-22
Use DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags when available
Michel Dänzer
2016-11-16
Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplug
Michel Dänzer
2016-11-10
Refactor amdgpu_mode_hotplug
Michel Dänzer
2016-11-02
Check Xorg version at runtime instead of build time in two places
Michel Dänzer
2016-11-02
Require xserver 1.10 or newer
Michel Dänzer
2016-10-27
Consume all available udev events at once
Michel Dänzer
2016-10-27
Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmap
Michel Dänzer
2016-10-26
Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmap
Michel Dänzer
2016-10-06
Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901
Michel Dänzer
2016-10-05
Rotate and reflect cursor hotspot position for drmModeSetCursor2
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-09-07
Add explicit AMDGPU_DRM_QUEUE_ERROR define
Michel Dänzer
2016-07-20
Fix amdgpu_mode_hotplug crash on multi GPU platform.
Qiang Yu
2016-07-19
Use NotifyFd for drm fd
Keith Packard
2016-07-12
Only use RandR APIs if RandR is enabled
Michel Dänzer
2016-06-24
Make the dedicated scanout mechanism work with arbitrary transforms v2
Michel Dänzer
2016-06-24
Destroy all dedicated scanout buffers during CloseScreen
Michel Dänzer
2016-06-23
Remove drmmode_load_palette
Michel Dänzer
2016-06-23
Make sure drmmode_crtc->scanout[] are destroyed when not needed
Michel Dänzer
2016-06-23
Simplify drmmode_set_mode_major error handling
Michel Dänzer
2016-06-23
Only add main fb if necessary
Hans de Goede
2016-06-23
Remove unnecessary fb addition from drmmode_xf86crtc_resize
Hans de Goede
2016-06-23
Call amdgpu_glamor_create_screen_resources after ModifyPixmapHeader
Michel Dänzer
2016-06-21
Adapt to XF86_CRTC_VERSION 7
Michel Dänzer
2016-06-16
Propagate failure from amdgpu_set_pixmap_bo
Michel Dänzer
2016-06-15
glamor: Make amdgpu_glamor_create_textured_pixmap take amdgpu_buffer*
Michel Dänzer
2016-05-13
Handle Zaphod mode correctly in amdgpu_mode_hotplug
Michel Dänzer
[next]