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