summaryrefslogtreecommitdiff
path: root/hw/xfree86/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Remove autotools supportPovilas Kanapickas3-122/+0
2021-10-08modesetting: Consider RandR primary output for selectioh of sync crtc.Mario Kleiner1-2/+9
2021-10-08modesetting: Handle mixed VRR and non-VRR display setups better.Mario Kleiner2-1/+8
2021-10-07modesetting: Enable GAMMA_LUT for lut's with up to 4096 slots.Mario Kleiner2-6/+19
2021-09-27Revert "modesetting: Only use GAMMA_LUT if its size is 1024"Mario Kleiner1-15/+1
2021-09-15modesetting: Fix dirty updates for sw rotationPatrik Jakobsson3-22/+63
2021-09-09modesetting: Only use GAMMA_LUT if its size is 1024Aaron Plattner1-1/+15
2021-09-09modesetting: Add option for non-vsynced flips for "secondary" outputs.Mario Kleiner6-5/+49
2021-09-07modesetting: Allow Present flips with mismatched stride on atomic drivers.Mario Kleiner3-2/+14
2021-09-01Don't underlink inputtest on targets which require complete linkageJon Turney2-1/+3
2021-08-27modesetting: Fix VRR window property handling.Mario Kleiner1-2/+3
2021-07-22modesetting: unflip not possible when glamor is not setŁukasz Spintzyk1-0/+3
2021-06-15modesetting: Add a limit on async page flip error log frequencyPovilas Kanapickas1-3/+71
2021-06-15modesetting: Extract flip failure logging to a single placePovilas Kanapickas1-18/+35
2021-06-08modesetting: Disable reverse prime offload mode for displays running on evdi,udlLukasz Spintzyk1-2/+14
2021-05-30xfree86: Implement gesture support for test input driverPovilas Kanapickas2-1/+86
2021-04-16modesetting: Remove few common functions from ms namespaceŁukasz Spintzyk5-21/+21
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
2021-04-16modesetting: Initialize present extension despite glamor is disabledŁukasz Spintzyk1-4/+5
2021-04-05modesetting: Defer crtc gamma size upgrade to drmmode_setup_colormapAaron Plattner1-32/+53
2021-01-06xfree86/inputtest: Drop extraneous linux-specific includePovilas Kanapickas1-1/+0
2020-12-18xfree86: Use different scroll increment than libinput in inputtest drvPovilas Kanapickas1-6/+6
2020-12-17xfree86: Add scroll axes to touch devices in inputtest driverPovilas Kanapickas2-18/+20
2020-12-17xfree86: Add support for pressure valuator axis in inputtest driverPovilas Kanapickas2-1/+25
2020-12-17xfree86: Fix axis labels for PointerAbsolute input of inputtest driverPovilas Kanapickas1-7/+17
2020-12-14xfree86: Implement a test input driverPovilas Kanapickas6-0/+1353
2020-11-26modesetting: Fix build with DebugPresent() enabledOlivier Fourdan1-3/+2
2020-11-25modesetting: Add missing copyright noticesAaron Plattner4-1/+10
2020-10-29modesetting: Add CTM RandR propertyAaron Plattner2-0/+128
2020-10-29modesetting: Use GAMMA_LUT when availableAaron Plattner5-2/+81
2020-10-29modesetting: Query properties even in non-atomic modeAaron Plattner1-14/+11
2020-10-29modesetting: Store property values in drmmode_prop_info_recAaron Plattner2-0/+2
2020-09-25modesetting: keep going if a modeset fails on EnterVTKishore Kadiyala3-9/+36
2020-09-25modesetting: check the kms state on EnterVTMartin Peres3-13/+24
2020-09-08modesetting: Allow users to opt-in VRR supportUday Kiran Pichika2-0/+9
2020-09-08modesetting: Detect changes to the _VARIABLE_REFRESH window propertiesUday Kiran Pichika1-0/+141
2020-09-08modesetting: Lay the foundation for enabling VRRUday Kiran Pichika5-2/+170
2020-07-10xserver/output: rename some badly named variables/APIs.Dave Airlie4-67/+67
2020-07-05Fix spelling/wording issuesAlan Coopersmith3-6/+6
2020-06-27modesetting: Fix front_bo leak at drmmode_xf86crtc_resize on XRandR rotationJose Maria Casanova Crespo1-3/+3
2020-06-23xfree86: add drm modes on non-GTF panelsAaron Ma1-1/+1
2020-03-13modesetting: add support for GBM_FORMAT_ARGB1555Yuriy Vasilev1-4/+12
2020-03-13modesetting: add support for GBM_FORMAT_RGB565Yuriy Vasilev1-0/+2
2020-02-11modesetting: Remove local variable only used with glamor enabledMichel Dänzer1-2/+1
2020-02-10modesetting: Fix build with glamor disabledMichel Dänzer2-7/+17
2020-02-06modesetting: remove unnecessary error message, fix zaphod leasesDave Airlie1-4/+5
2020-01-14modesetting: Explicitly #include "mi.h"Michel Dänzer1-0/+1
2020-01-03modesetting: Check whether RandR was initialized before calling rrGetScrPrivAaron Plattner3-6/+20
2019-12-23modesetting: Fix msSharePixmapBacking Segfault RegressionAlex Goins1-2/+3