index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
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: Wrap the check for atomic_commit implementation
Dhinakaran Pandiyan
2016-12-27
1
-2
/
+3
*
drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream
Ben Skeggs
2016-11-07
1
-0
/
+9
*
drm/nouveau/kms/nv50: remove code to support non-atomic connector properties
Ben Skeggs
2016-11-07
1
-18
/
+9
*
drm/nouveau/kms/nv50: remove code to support non-atomic dpms
Ben Skeggs
2016-11-07
1
-41
/
+1
*
drm/nouveau/kms/nv50: switch mst sink back into sst mode
Ben Skeggs
2016-11-07
1
-1
/
+3
*
drm/nouveau/kms: prepare to support legacy connector set_property with atomic
Ben Skeggs
2016-11-07
1
-0
/
+3
*
drm/nouveau/kms: prepare to support legacy connector dpms with atomic
Ben Skeggs
2016-11-07
1
-3
/
+14
*
drm/nouveau/kms: separate connector property attach from nouveau_connector
Ben Skeggs
2016-11-07
1
-62
/
+77
*
drm/nouveau/kms: subclass atomic connector state
Ben Skeggs
2016-11-07
1
-189
/
+272
*
drm/nouveau/kms: drop dpms off/on in response to hotplug
Ben Skeggs
2016-11-07
1
-8
/
+0
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+1
*
drm/nouveau/kms: fix setting of default values for dithering properties
Ben Skeggs
2016-04-22
1
-2
/
+2
*
drm/nouveau: Switch DDC when reading the EDID
Lukas Wunner
2016-02-09
1
-1
/
+20
*
drm/nouveau/kms: take mode_config mutex in connector hotplug path
Ben Skeggs
2016-01-11
1
-0
/
+3
*
drm/nouveau/nvif: split out device interface definitions
Ben Skeggs
2016-01-11
1
-0
/
+1
*
drm/nouveau/nvif: split out display interface definitions
Ben Skeggs
2016-01-11
1
-0
/
+1
*
drm/nouveau/kms: allow 225/297MHz pixel clocks for HDMI on Fermi/Kepler
Ilia Mirkin
2016-01-11
1
-3
/
+21
*
drm/nouveau: Ditch NULL save/restore hook assignments
Daniel Vetter
2015-12-08
1
-6
/
+0
*
drm/nouveau/gpio: convert to new-style nvkm_subdev
Ben Skeggs
2015-08-28
1
-3
/
+3
*
drm/nouveau/nvif: simplify and tidy library interfaces
Ben Skeggs
2015-08-28
1
-2
/
+2
*
drm/nouveau/i2c: transition pad/ports away from being based on nvkm_object
Ben Skeggs
2015-08-28
1
-13
/
+13
*
drm: Make the connector dpms callback return a value, v2.
Maarten Lankhorst
2015-07-27
1
-2
/
+2
*
drm/nouveau: constify all struct drm_*_helper funcs pointers
Jani Nikula
2015-04-07
1
-2
/
+2
*
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
2015-01-22
1
-5
/
+5
*
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
Ben Skeggs
2015-01-22
1
-1
/
+1
*
drm/nouveau/kms: default to panel scaling, except for fixed panels prior to nv50
Ben Skeggs
2015-01-22
1
-5
/
+9
*
drm/nouveau/kms: untangle connector property logic a little
Ben Skeggs
2015-01-22
1
-16
/
+37
*
drm/nouveau/kms: avoid adding scaler-only modes the same as the panel's nativ...
Ben Skeggs
2015-01-22
1
-1
/
+3
*
drm/nv50-/kms: allow disabling of gpu scaling on fixed panels
Ben Skeggs
2015-01-22
1
-7
/
+22
*
drm/nouveau: Display Nouveau boot options at launch
Pierre Moreau
2014-09-15
1
-3
/
+3
*
drm/nouveau/disp: implement nvif event sources for vblank/connector notifiers
Ben Skeggs
2014-08-10
1
-5
/
+5
*
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
2014-08-10
1
-4
/
+0
*
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
2014-08-10
1
-10
/
+9
*
drm/nouveau/core: rework event interface
Ben Skeggs
2014-08-10
1
-21
/
+18
*
drm/nouveau: use helpers
Rob Clark
2014-07-18
1
-8
/
+8
*
drm: add register and unregister functions for connectors
Thomas Wood
2014-06-19
1
-2
/
+2
*
drm/nouveau/dp: probe dpcd to determine connectedness
Ben Skeggs
2014-06-11
1
-29
/
+19
*
drm/nouveau/dp: fix support for dpms
Ben Skeggs
2014-06-11
1
-2
/
+37
*
drm/nouveau: register a drm_dp_aux channel for each dp connector
Ben Skeggs
2014-06-11
1
-3
/
+52
*
drm/nouveau: use connector events for HPD instead of GPIO watching
Ben Skeggs
2014-06-11
1
-38
/
+29
*
drm/nouveau/gpio: send separate event types for high/low transitions
Ben Skeggs
2014-06-11
1
-1
/
+1
*
drm/nouveau/core: allow event source to handle multiple event types per index
Ben Skeggs
2014-06-11
1
-2
/
+3
*
drm/nouveau: replace drm_get_connector_name() with direct name field use
Jani Nikula
2014-06-04
1
-4
/
+4
*
drm/nouveau/bios: add HDMI-C (mini) connector type
Ben Skeggs
2014-03-26
1
-1
/
+2
*
drm/nouveau: handle -EACCES runtime PM return code
Alexandre Courbot
2014-03-26
1
-1
/
+1
*
drm/nv10: introduce a new NV_11 card type
Ilia Mirkin
2013-11-08
1
-3
/
+4
*
drm/nouveau/core: convert event handler apis to split create/enable semantics
Ben Skeggs
2013-11-08
1
-4
/
+10
*
drm: Remove pci_vendor and pci_device from struct drm_device
Ville Syrjälä
2013-10-09
1
-2
/
+2
*
nouveau: add runtime PM support (v0.9)
Dave Airlie
2013-08-29
1
-5
/
+22
*
drm/nv04/disp: hide all the cruft away in its own little hole
Ben Skeggs
2013-04-26
1
-1
/
+1
[next]