aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/disp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+1
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza1-1/+1
2019-08-23drm/nouveau: Disable atomic support on a per-device basisVille Syrjälä1-1/+1
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-1/+0
2019-02-20drm/nouveau/kms/nv04-nv4x: move resume code to dispnv04 init hookBen Skeggs1-4/+66
2019-02-20drm/nouveau/kms/nv04-nv4x: move suspend code to dispnv04 fini hookBen Skeggs1-1/+26
2019-02-20drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04Ben Skeggs1-0/+19
2019-02-20drm/nouveau/kms: display destroy/init/fini hooks can be staticBen Skeggs1-55/+55
2018-12-11drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul1-1/+1
2018-07-16drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul1-0/+3
2017-11-02drm/nouveau/core/object: allow arguments to be passed to map functionBen Skeggs1-1/+1
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-3/+3
2016-06-24drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner1-10/+0
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2015-12-08drm: Move encoder->save/restore into nouveauDaniel Vetter1-20/+12
2015-12-08drm/nouveau: Use private save/restore hooks for CRTCsDaniel Vetter1-5/+6
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs1-2/+2
2015-08-28drm/nouveau/i2c: transition pad/ports away from being based on nvkm_objectBen Skeggs1-1/+3
2015-04-07drm/nouveau: constify all struct drm_*_helper funcs pointersJani Nikula1-3/+3
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs1-1/+1
2015-01-22drm/nouveau/nvif: namespace of nvkm accessors (no binary change)Ben Skeggs1-1/+1
2015-01-22drm/nouveau/dispnv04: Remove some unused functionsRickard Strandqvist1-18/+0
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs1-5/+0
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-0/+5
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-1/+1
2014-06-04drm/nouveau: replace drm_get_connector_name() with direct name field useJani Nikula1-1/+1
2014-01-23drm/nouveau: create base display from common codeBen Skeggs1-5/+0
2013-11-08drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin1-0/+2
2013-04-26drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs1-0/+211