summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-26remove sarea.h usageIlia Mirkin1-1/+0
2021-02-20nouveau: fixup driver for new X server ABIDave Airlie3-4/+8
2020-08-29present: fix handling of drmWaitVBlank failuresIlia Mirkin1-1/+12
2020-08-15drmmode: make event handler leave a note that there are stuck eventsIlia Mirkin1-0/+11
2020-08-08present: don't enable if there's no accelerationIlia Mirkin1-1/+1
2020-08-08drmmode: fix screen resize without accelerationIlia Mirkin1-1/+1
2019-10-26make error when failing to allocate surface more descriptiveIlia Mirkin1-1/+1
2019-10-12dri2,present: move in pixmap before getting addressesIlia Mirkin2-4/+29
2019-10-12nv4/exa: tiling is unsupported pre-nv10, reduce alignment requirementsIlia Mirkin2-2/+6
2019-10-12Don't advertise any PRIME offloading capabilities without accelerationCarlo Caione1-0/+3
2019-01-27update known chipsets listIlia Mirkin1-2/+6
2019-01-23Revert "wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER"Ilia Mirkin1-1/+0
2019-01-23present: rotated crtc's work fineIlia Mirkin1-4/+1
2019-01-21Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrRhys Kidd1-1/+8
2019-01-21config, nv: Use xorg-macros PACKAGE_VERSION_{MAJOR, MINOR, PATCHLEVEL}Rhys Kidd1-1/+1
2019-01-20xv/nv30, nv40: Mark local NV30GetSurfaceFormat and NV40GetSurfaceFormat as st...Rhys Kidd2-2/+2
2019-01-20xv: Mark local NVSetupTexturedVideo function as staticRhys Kidd1-1/+1
2019-01-20dri2: Mark local create/destroy buffer and copy region functions as staticRhys Kidd1-6/+6
2019-01-20wfb: Remove declaration for undefined function nouveau_wfb_init()Rhys Kidd1-1/+0
2019-01-20xv: Avoid shadowed declaration of 'int ret' in NVPutImageRhys Kidd1-1/+1
2019-01-20xv: Avoid shadowed declaration of 'int i' in NVPutImageRhys Kidd1-1/+0
2019-01-20wfb: Fix missing init function decls behind FB_ACCESS_WRAPPERRhys Kidd1-0/+1
2019-01-20xv: Silence build warning regarding const qualifierRhys Kidd1-1/+1
2019-01-20Check for xf86CursorResetCursor()Rhys Kidd1-0/+4
2018-12-09drmmode: update logic for dynamic connectors, paths, and tilesIlia Mirkin1-55/+335
2018-12-09Fix colormap handling at screen depth 30. (v2)Mario Kleiner1-4/+7
2018-12-09drmmode: provide better error when failing to set gammaIlia Mirkin1-1/+2
2018-03-08dri3: don't check permissions on render nodeIlia Mirkin1-14/+8
2018-02-04nv50/xv: add support for depth 30 xv outputIlia Mirkin3-4/+13
2018-02-04dri3: remove bogus condition for creating pixmapIlia Mirkin1-1/+4
2017-06-13modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-04-20fix null pointer deref when building against >=libdrm 2.4.78Ben Skeggs1-1/+1
2017-04-03Do not register hotplug without RandRMariusz Bialonczyk1-0/+15
2017-03-29Add Pascal family support, identical to MaxwellIlia Mirkin6-0/+15
2017-03-07Consider CRTCs disabled when DPMS is offLyude5-11/+26
2016-10-27recognize and accelerate GM20xIlia Mirkin2-1/+11
2016-10-27copy: add maxwell/pascal copy engine classesIlia Mirkin2-1/+11
2016-10-27nvc0: refactor TIC uploads to allow different specifics per generationIlia Mirkin4-64/+93
2016-10-27nvc0: rename BEGIN_IMC0 to IMMED_NVC0Ilia Mirkin1-1/+1
2016-10-27nvc0: make use of the new hwdefs for TEX_CB_INDEXIlia Mirkin2-1/+2
2016-10-27hwdefs: update nvc0_3d, add gm107_texture for new TIC formatIlia Mirkin3-340/+893
2016-10-27exa: add GM10x acceleration supportIlia Mirkin26-19/+918
2016-07-19Use NotifyFd for drm and udev fdsKeith Packard2-0/+40
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2016-06-28Properly cleanup fb for reverse-prime-offloadHans de Goede1-1/+7
2016-06-02exa/nv50-: fix some potential incomplete pushesBen Skeggs2-46/+50
2016-06-02fix use of out-of-scope dataBen Skeggs1-17/+21
2016-01-13HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsIlia Mirkin1-1/+1
2015-11-17Take shift in crtc positions for ZaphodHeads configs into account.Mario Kleiner1-4/+6
2015-09-13fix build after glamor removalIlia Mirkin2-10/+3