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
2018-03-02
modesetting: Update property values at detect and uevent time
Keith Packard
2018-03-02
modesetting: Reset output_id if drmModeGetConnector failed
Daniel Martin
2018-03-02
modesetting: Use helper to fetch drmModeProperty(Blob)s
Daniel Martin
2018-02-16
Disable all unused CRTCs before setting desired modes
Michel Dänzer
2018-02-15
Don't bail from drmmode_set_desired_modes immediately
Michel Dänzer
2018-02-14
Always use screen depth/bpp for KMS framebuffers
Michel Dänzer
2018-02-14
Disable gamma set when deep color
Qiang Yu
2018-02-12
Define per x-screen individual drmmode_crtc_funcs
Mario Kleiner
2017-12-27
Keep track of how many SW cursors are visible on each screen
Michel Dänzer
2017-11-01
modesetting: Check crtc before searching link-status property
Daniel Martin
2017-10-20
modesetting: Skip no-longer-present connectors when resetting BAD links
Keith Packard
2017-10-20
Always call drmModeFreeProperty after drmModeGetProperty
Michel Dänzer
2017-08-31
Require xserver >= 1.13
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-29
Create amdgpu_pixmap_clear helper
Michel Dänzer
2017-08-22
modesetting: re-set the crtc's mode when link-status goes BAD
Martin Peres
2017-08-22
Make amdgpu_scanout_do_update take a PixmapPtr instead of a DrawablePtr
Michel Dänzer
2017-08-22
Always allow Present page flipping with TearFree
Michel Dänzer
2017-08-22
Pass extents to amdgpu_scanout_do_update
Michel Dänzer
2017-08-22
Add source drawable parameter to amdgpu_scanout_do_update
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_crtc_wait_pending_event helper macro
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-15
Adapt to PixmapDirtyUpdateRec::src being a DrawablePtr
Michel Dänzer
2017-08-03
Allow DRI page flipping when some CRTCs use separate scanout buffers
Michel Dänzer
2017-08-02
Use root window (pixmap) instead of screen pixmap for scanout updates
Michel Dänzer
2017-07-27
Only handle reflection in the driver with Xorg < 1.16
Michel Dänzer
2017-07-26
If a TearFree flip fails, fall back to non-TearFree operation
Michel Dänzer
2017-06-21
Increase reference count of FB assigned to drmmode_crtc->flip_pending
Michel Dänzer
2017-06-15
modesetting: Validate the atom for enum properties
Adam Jackson
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
[next]