aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_connector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-05drm/nouveau: fix required mode bandwidth calculation for DPBen Skeggs1-1/+17
2010-09-24drm/nouveau: fix panels using straps-based mode detectionBen Skeggs1-2/+4
2010-09-24drm/nouveau: Try to fetch an EDID from OF if DDC fails.Francisco Jerez1-0/+36
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-5/+3
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-3/+5
2010-08-17drm/nouveau: Don't try DDC on the dummy I2C channel.Francisco Jerez1-2/+4
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez1-12/+7
2010-07-26drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.Francisco Jerez1-46/+4
2010-07-26drm/nouveau: Add some generic I2C gadget detection code.Francisco Jerez1-19/+3
2010-07-26drm/nouveau: Don't pick an interlaced mode as the panel native mode.Francisco Jerez1-1/+2
2010-07-26drm/nouveau: support fetching LVDS EDID from ACPIBen Skeggs1-0/+17
2010-07-13drm/nouveau: add scaler-only modes for eDP tooBen Skeggs1-1/+2
2010-07-13drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez1-4/+3
2010-07-13drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left.Francisco Jerez1-12/+40
2010-07-13drm/nouveau: tidy connector/encoder creation a littleBen Skeggs1-36/+15
2010-07-13drm/nouveau: set encoder for lvdsAlbert Damen1-0/+1
2010-07-13drm/nouveau: Put the dithering check back in nouveau_connector_create.Francisco Jerez1-4/+22
2010-07-13drm/nouveau: move LVDS detection back to connector detect() timeBen Skeggs1-115/+87
2010-06-01Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-testingDave Airlie1-16/+18
2010-05-28drm/nouveau: fix dual-link displays when plugged into single-link outputsBen Skeggs1-14/+17
2010-05-28drm/nv50: obey dcb->duallink_possibleBen Skeggs1-2/+1
2010-05-24nouveau: fix acpi_lid_open undefinedRandy Dunlap1-1/+2