aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_connector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-08drm/nv10: introduce a new NV_11 card typeIlia Mirkin1-3/+4
2013-11-08drm/nouveau/core: convert event handler apis to split create/enable semanticsBen Skeggs1-4/+10
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-2/+2
2013-08-29nouveau: add runtime PM support (v0.9)Dave Airlie1-5/+22
2013-04-26drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs1-1/+1
2013-02-20drm/nouveau: store i2c port pointer directly in nouveau_encoderBen Skeggs1-3/+1
2013-02-20drm/nouveau/gpio: use event interfaces for interrupt signallingBen Skeggs1-42/+35
2013-02-20drm/nouveau/drm: store full dcb gpio function data in connectorBen Skeggs1-7/+9
2013-02-20drm/nouveau: use kmemdup for edid allocation/copyingMarcin Slusarz1-3/+4
2013-01-13drm/nouveau: do not forcibly power on lvds panelsBen Skeggs1-4/+26
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+1
2012-11-30drm/nouveau: drm_connector_property -> drm_object_propertyRob Clark1-11/+11
2012-11-29drm/nouveau: remove newline-only NV_DEBUG callsBen Skeggs1-3/+0
2012-11-09drm/nouveau: fix acpi edid retrievalMaarten Lankhorst1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-98/+121
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-54/+75
2012-10-03drm/nouveau/acpi: move definitions out of nouveau_drv.hBen Skeggs1-1/+2
2012-10-03drm/nouveau: implement devinit subdev, and new init table parserBen Skeggs1-43/+43
2012-10-03drm/nouveau/i2c: port to subdev interfacesBen Skeggs1-4/+4
2012-10-03drm/nouveau/gpio: port gpio to subdev interfacesBen Skeggs1-1/+2
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-05-24drm/nouveau/disp: fix dithering not being enabled on some eDP macbooksBen Skeggs1-1/+7
2012-03-26drm/nouveau: default to 8bpc for non-LVDS panels if EDID isn't usefulBen Skeggs1-3/+6
2012-03-22drm/nouveau: add bios connector type for dms59Ben Skeggs1-7/+6
2012-03-13drm/nv50/display: expose color vibrance controlChristoph Bumiller1-0/+23
2012-03-13drm/nouveau: recognise DCB connector type for DP+DVI+VGA DMS-59Ben Skeggs1-1/+5
2011-12-21drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issuesBen Skeggs1-13/+11
2011-12-21drm/nouveau/dp: remove broken display depth function, use the improved oneBen Skeggs1-22/+12
2011-12-21drm/nouveau/disp: parse connector info directly in nouveau_connector.cBen Skeggs1-79/+137
2011-12-21drm/nv50/disp: allow interlaced and doublescan modes on digital outputsBen Skeggs1-0/+4
2011-12-21drm/nouveau: don't pretend to support the DVI-I 'select subconnector' propBen Skeggs1-4/+1
2011-12-21drm/nouveau: improve dithering properties, and implement proper auto modeBen Skeggs1-14/+23
2011-12-21drm/nouveau: no need to pass parameters into set_scale/ditherBen Skeggs1-12/+5
2011-12-21drm/nouveau: determine a value for display_info.bpc if edid doesn'tBen Skeggs1-0/+46
2011-12-21drm/nouveau: add overscan compensation connector propertiesBen Skeggs1-8/+70
2011-11-10drm/nouveau: Fix bandwidth calculation for DisplayPortAdam Jackson1-1/+1
2011-09-20drm/nouveau/dp: store unencoded link_bw everywhereBen Skeggs1-5/+2
2011-09-20drm/nv50/backlight: take the sor into account when bashing regsBen Skeggs1-9/+1
2011-09-20drm/nouveau: tidy connector hotplug handler, punt messages to debugBen Skeggs1-15/+6
2011-09-20drm/nouveau: remove special-casing of hotplug detection typeBen Skeggs1-9/+5
2011-07-25drm/nouveau: ignore connector type when deciding digital/analog on DVI-IBen Skeggs1-15/+19
2011-05-16drm/nouveau: recognise DCB connector type 0x41 as LVDSBen Skeggs1-3/+5
2011-03-22nouveau: change the backlight parent device to the connector, not the PCI devMatthew Garrett1-0/+9
2011-02-17drm/nouveau: fix non-EDIDful native mode selectionBen Skeggs1-0/+1
2010-12-03drm/nv50: rework PGPIO IRQ handling and hotplug detectionBen Skeggs1-6/+48
2010-11-18drm/nouveau: Don't use load detection for connector polling.Francisco Jerez1-23/+2
2010-11-18drm/nouveau: Don't poll LVDS outputs.Francisco Jerez1-4/+6
2010-11-18drm/nouveau: Use "force" to decide if analog load detection is ok or not.Francisco Jerez1-41/+28
2010-11-18drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.Francisco Jerez1-6/+21