summaryrefslogtreecommitdiff
path: root/hw/xfree86/drivers/modesetting/vblank.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21xfree86: modesettig: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+2
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-2/+0
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+2
2023-12-16modesetting: unflip before any setcrtc() callsVille Syrjälä1-0/+6
2023-02-28modesetting: Ensure vblank events always run in sequential orderSultan Alsawaf1-4/+9
2022-12-19modesetting: coalesce vblank events to avoid DRM event queue exhaustionSultan Alsawaf1-8/+115
2021-10-08modesetting: Consider RandR primary output for selectioh of sync crtc.Mario Kleiner1-2/+9
2021-04-16modesetting: Remove few common functions from ms namespaceŁukasz Spintzyk1-17/+17
2021-04-16modesetting: remove unnecessary ms_covering_xf86_crtc dup of ms_covering_rand...Łukasz Spintzyk1-113/+6
2021-04-16modesetting: Find crtc on secondary outputs as fallback instead of returning ...Łukasz Spintzyk1-26/+30
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie1-13/+13
2020-01-03modesetting: Check whether RandR was initialized before calling rrGetScrPrivAaron Plattner1-1/+6
2019-11-11modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc()Alex Goins1-3/+106
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-xf86Crtc slaveAlex Goins1-0/+4
2019-11-11modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primaryAlex Goins1-1/+34
2019-10-01Fix various spelling errorsSven Joachim1-1/+1
2018-05-07modesetting: Fix and improve ms_kernel_msc_to_crtc_msc()Mario Kleiner1-13/+53
2018-05-07modesetting: Remove ms_crtc_msc_to_kernel_msc().Mario Kleiner1-42/+3
2018-03-21modesetting: remove always true DRM_IOCTL_CRTC_QUEUE_SEQUENCE guardEmil Velikov1-6/+0
2018-02-27modesetting: Fix fallback for lack of new vblank kernel API.Mario Kleiner1-2/+3
2018-01-22xf86-video-modesetting: Support new vblank kernel API [v2]Keith Packard1-1/+49
2018-01-16modesetting: Use seq instead of msc in ms_queue_vblank failure pathKeith Packard1-1/+1
2017-10-27xf86-video-modesetting: Fix ms_queue_vblank(flags = MS_QUEUE_RELATIVE)Alex Goins1-1/+2
2017-10-04xf86-video-modesetting: Add ms_queue_vblank helper [v3]Keith Packard1-12/+55
2017-04-07modesetting: Set correct DRM event context versionDaniel Stone1-1/+1
2016-09-13modesetting: Fall back to primary crtc for vblank for drawables on slave outputsHans de Goede1-0/+26
2016-09-13modesetting: ms_covering_crtc: Allow calling on non modesetting ScreensHans de Goede1-3/+9
2016-09-13modesetting: ms_covering_crtc: Remove unused arguments, make staticHans de Goede1-17/+6
2016-07-21Switch poll() users to xserver_poll()Keith Packard1-1/+0
2016-07-18modesetting: Use passed-in fd for drm event monitoring NotifyFd callbackKeith Packard1-1/+1
2015-12-01modesetting: Use NotifyFd for drm event monitoringKeith Packard1-11/+5
2015-08-13modesetting: add zaphod support (v3)Dave Airlie1-7/+16
2015-06-30modesetting: drop unused struct in vblank.cDave Airlie1-5/+0
2015-06-30modesetting: Implement an ms_drm_abort_seq() function.Kenneth Graunke1-0/+16
2015-06-30modesetting: Make ms_crtc_on non-static.Kenneth Graunke1-1/+1
2015-01-23modesetting: Return the crtc for a drawable even if it's rotatedJason Ekstrand1-8/+1
2014-12-25modesetting: Add vblank synchronization support when using Present.Kenneth Graunke1-0/+18
2014-12-25modesetting: Check DPMS mode in ms_covering_crtc().Kenneth Graunke1-1/+9
2014-10-27modesetting: Skip kernel work-around on error in crtc to kernel mscKeith Packard1-11/+12
2014-10-27modesetting: Add support for DRI2 with glamor.Eric Anholt1-0/+382