index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_connector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues
Ben Skeggs
2011-12-21
1
-13
/
+11
*
drm/nouveau/dp: remove broken display depth function, use the improved one
Ben Skeggs
2011-12-21
1
-22
/
+12
*
drm/nouveau/disp: parse connector info directly in nouveau_connector.c
Ben Skeggs
2011-12-21
1
-79
/
+137
*
drm/nv50/disp: allow interlaced and doublescan modes on digital outputs
Ben Skeggs
2011-12-21
1
-0
/
+4
*
drm/nouveau: don't pretend to support the DVI-I 'select subconnector' prop
Ben Skeggs
2011-12-21
1
-4
/
+1
*
drm/nouveau: improve dithering properties, and implement proper auto mode
Ben Skeggs
2011-12-21
1
-14
/
+23
*
drm/nouveau: no need to pass parameters into set_scale/dither
Ben Skeggs
2011-12-21
1
-12
/
+5
*
drm/nouveau: determine a value for display_info.bpc if edid doesn't
Ben Skeggs
2011-12-21
1
-0
/
+46
*
drm/nouveau: add overscan compensation connector properties
Ben Skeggs
2011-12-21
1
-8
/
+70
*
drm/nouveau: Fix bandwidth calculation for DisplayPort
Adam Jackson
2011-11-10
1
-1
/
+1
*
drm/nouveau/dp: store unencoded link_bw everywhere
Ben Skeggs
2011-09-20
1
-5
/
+2
*
drm/nv50/backlight: take the sor into account when bashing regs
Ben Skeggs
2011-09-20
1
-9
/
+1
*
drm/nouveau: tidy connector hotplug handler, punt messages to debug
Ben Skeggs
2011-09-20
1
-15
/
+6
*
drm/nouveau: remove special-casing of hotplug detection type
Ben Skeggs
2011-09-20
1
-9
/
+5
*
drm/nouveau: ignore connector type when deciding digital/analog on DVI-I
Ben Skeggs
2011-07-25
1
-15
/
+19
*
drm/nouveau: recognise DCB connector type 0x41 as LVDS
Ben Skeggs
2011-05-16
1
-3
/
+5
*
nouveau: change the backlight parent device to the connector, not the PCI dev
Matthew Garrett
2011-03-22
1
-0
/
+9
*
drm/nouveau: fix non-EDIDful native mode selection
Ben Skeggs
2011-02-17
1
-0
/
+1
*
drm/nv50: rework PGPIO IRQ handling and hotplug detection
Ben Skeggs
2010-12-03
1
-6
/
+48
*
drm/nouveau: Don't use load detection for connector polling.
Francisco Jerez
2010-11-18
1
-23
/
+2
*
drm/nouveau: Don't poll LVDS outputs.
Francisco Jerez
2010-11-18
1
-4
/
+6
*
drm/nouveau: Use "force" to decide if analog load detection is ok or not.
Francisco Jerez
2010-11-18
1
-41
/
+28
*
drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.
Francisco Jerez
2010-11-18
1
-6
/
+21
*
drm/nouveau: fix required mode bandwidth calculation for DP
Ben Skeggs
2010-10-05
1
-1
/
+17
*
drm/nouveau: fix panels using straps-based mode detection
Ben Skeggs
2010-09-24
1
-2
/
+4
*
drm/nouveau: Try to fetch an EDID from OF if DDC fails.
Francisco Jerez
2010-09-24
1
-0
/
+36
*
drm: Use a nondestructive mode for output detect when polling (v2)
Chris Wilson
2010-09-14
1
-5
/
+3
*
drm: Use a nondestructive mode for output detect when polling
Chris Wilson
2010-09-13
1
-3
/
+5
*
drm/nouveau: Don't try DDC on the dummy I2C channel.
Francisco Jerez
2010-08-17
1
-2
/
+4
*
drm/nv17-nv4x: Attempt to init some external TMDS transmitters.
Francisco Jerez
2010-08-06
1
-12
/
+7
*
drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.
Francisco Jerez
2010-07-26
1
-46
/
+4
*
drm/nouveau: Add some generic I2C gadget detection code.
Francisco Jerez
2010-07-26
1
-19
/
+3
*
drm/nouveau: Don't pick an interlaced mode as the panel native mode.
Francisco Jerez
2010-07-26
1
-1
/
+2
*
drm/nouveau: support fetching LVDS EDID from ACPI
Ben Skeggs
2010-07-26
1
-0
/
+17
*
drm/nouveau: add scaler-only modes for eDP too
Ben Skeggs
2010-07-13
1
-1
/
+2
*
drm/nouveau: Fix a couple of sparse warnings.
Francisco Jerez
2010-07-13
1
-4
/
+3
*
drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left.
Francisco Jerez
2010-07-13
1
-12
/
+40
*
drm/nouveau: tidy connector/encoder creation a little
Ben Skeggs
2010-07-13
1
-36
/
+15
*
drm/nouveau: set encoder for lvds
Albert Damen
2010-07-13
1
-0
/
+1
*
drm/nouveau: Put the dithering check back in nouveau_connector_create.
Francisco Jerez
2010-07-13
1
-4
/
+22
*
drm/nouveau: move LVDS detection back to connector detect() time
Ben Skeggs
2010-07-13
1
-115
/
+87
*
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-tes...
Dave Airlie
2010-06-01
1
-16
/
+18
|
\
|
*
drm/nouveau: fix dual-link displays when plugged into single-link outputs
Ben Skeggs
2010-05-28
1
-14
/
+17
|
*
drm/nv50: obey dcb->duallink_possible
Ben Skeggs
2010-05-28
1
-2
/
+1
*
|
nouveau: fix acpi_lid_open undefined
Randy Dunlap
2010-05-24
1
-1
/
+2
|
/
*
drm/fbdev: rework output polling to be back in the core. (v4)
Dave Airlie
2010-05-18
1
-0
/
+12
*
drm/nouveau: add module option to disable TV detection
Ben Skeggs
2010-03-15
1
-1
/
+1
*
drm/nouveau: report unknown connector state if lid closed
Ben Skeggs
2010-02-25
1
-2
/
+4
*
drm/nouveau: use dcb connector types throughout the driver
Ben Skeggs
2010-02-25
1
-32
/
+41
*
drm/nouveau: use dcb connector table for creating drm connectors
Ben Skeggs
2010-02-25
1
-33
/
+54
[next]