aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_connector.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Gravatar Laurent Pinchart 1-0/+1
2016-11-07drm/nouveau/kms/nv50: remove code to support non-atomic connector propertiesGravatar Ben Skeggs 1-5/+0
2016-11-07drm/nouveau/kms/nv50: separate out viewport commitGravatar Ben Skeggs 1-0/+1
2016-11-07drm/nouveau/kms: separate connector property attach from nouveau_connectorGravatar Ben Skeggs 1-0/+1
2016-11-07drm/nouveau/kms: subclass atomic connector stateGravatar Ben Skeggs 1-25/+67
2016-11-07drm/nouveau: silence sparse warnings about symbols not being marked staticGravatar Ben Skeggs 1-0/+1
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Gravatar Ben Skeggs 1-1/+1
2015-01-22drm/nv50-/kms: allow disabling of gpu scaling on fixed panelsGravatar Ben Skeggs 1-0/+1
2014-09-15drm/nouveau: Display Nouveau boot options at launchGravatar Pierre Moreau 1-0/+4
2014-08-10drm/nouveau/disp: implement nvif event sources for vblank/connector notifiersGravatar Ben Skeggs 1-1/+3
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleGravatar Ben Skeggs 1-4/+0
2014-08-10drm/nouveau/core: rework event interfaceGravatar Ben Skeggs 1-3/+1
2014-06-11drm/nouveau: register a drm_dp_aux channel for each dp connectorGravatar Ben Skeggs 1-0/+3
2014-06-11drm/nouveau: use connector events for HPD instead of GPIO watchingGravatar Ben Skeggs 1-4/+3
2013-11-08drm/nouveau: remove prototype for non-existent nouveau_connector_bppGravatar Ilia Mirkin 1-3/+0
2013-11-08drm/nouveau/core: convert event handler apis to split create/enable semanticsGravatar Ben Skeggs 1-1/+1
2013-02-20drm/nouveau/gpio: use event interfaces for interrupt signallingGravatar Ben Skeggs 1-1/+6
2013-02-20drm/nouveau/drm: store full dcb gpio function data in connectorGravatar Ben Skeggs 1-1/+4
2012-11-29drm/nv50-nvc0: switch to common disp impl, removing previous versionGravatar Ben Skeggs 1-0/+16
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-1/+2
2012-10-03drm/nouveau/i2c: port to subdev interfacesGravatar Ben Skeggs 1-1/+2
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationGravatar Ben Skeggs 1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/Gravatar David Howells 1-1/+1
2011-12-21drm/nouveau/disp: parse connector info directly in nouveau_connector.cGravatar Ben Skeggs 1-2/+4
2011-12-21drm/nouveau: improve dithering properties, and implement proper auto modeGravatar Ben Skeggs 1-1/+26
2011-12-21drm/nouveau: add overscan compensation connector propertiesGravatar Ben Skeggs 1-1/+4
2010-11-18drm/nouveau: Use "force" to decide if analog load detection is ok or not.Gravatar Francisco Jerez 1-3/+0
2010-10-05drm/nouveau: fix required mode bandwidth calculation for DPGravatar Ben Skeggs 1-0/+3
2010-07-13drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left.Gravatar Francisco Jerez 1-0/+3
2010-07-13drm/nouveau: tidy connector/encoder creation a littleGravatar Ben Skeggs 1-2/+2
2010-02-25drm/nouveau: use dcb connector table for creating drm connectorsGravatar Ben Skeggs 1-1/+2
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsGravatar Ben Skeggs 1-0/+54