aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2017-03-071-5/+5
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-071-2/+2
* gallium/util: remove pipe_static_mutex()Timothy Arceri2017-03-071-1/+1
* gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC)Matt Whitlock2016-10-041-1/+2
* nvc0: initial support for GP100 GPUsBen Skeggs2016-07-121-0/+1
* nvc0: initial support for GM20x GPUsBen Skeggs2016-02-161-0/+1
* nouveau: enable use of new kernel interfacesBen Skeggs2015-12-221-2/+0
* nouveau: remove use of deprecated nouveau_device_wrap()Ben Skeggs2015-12-221-8/+23
* nouveau: fix screen creation failure pathsBen Skeggs2015-12-221-6/+10
* nouveau: return nouveau_screen from hw-specific creation functionsBen Skeggs2015-12-221-2/+2
* nouveau: remove use of deprecated nouveau_device::fdBen Skeggs2015-12-221-1/+1
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-1/+1
* nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-06-281-1/+5
* nouveau: dup fd before passing it to deviceIlia Mirkin2014-06-241-2/+17
* nvc0: enable support for maxwell boardsBen Skeggs2014-05-151-0/+1
* nouveau: create only 1 shared screen between vdpau and openglMaarten Lankhorst2014-02-121-4/+74
* nvc0: fixup gk110 and up not being listed in various switch statementsBen Skeggs2013-12-061-1/+2
* nvc0: enable very initial support for nvf0 (GK110)Ben Skeggs2013-07-051-0/+1
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-0/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-2/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-5/+1
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-141-1/+3
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-131-30/+2
* nvc0: add support for GF119 (NVD9)Ben Skeggs2011-11-171-0/+1
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+3
* nouveau: handle early initialization errorsMarcin Slusarz2010-08-261-1/+2
* nouveau: Move bootstrap code to targetsJakob Bornecrantz2010-06-231-15/+3
* nouveau: Rename winsys fileJakob Bornecrantz2010-06-231-0/+85