index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_connector.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-10
drm/nouveau: include drm/drm_edid.h only where needed
Jani Nikula
1
-1
/
+1
2023-09-19
drm/nouveau/kms/nv50-: create connectors based on nvkm info
Ben Skeggs
1
-2
/
+1
2022-11-09
drm/nouveau/disp: expose conn event class
Ben Skeggs
1
-2
/
+4
2022-11-09
drm/nouveau/kms: pass event mask to hpd handler
Ben Skeggs
1
-1
/
+2
2022-08-23
drm/nouveau/kms: Cache DP encoders in nouveau_connector
Lyude Paul
1
-0
/
+3
2022-07-27
drm/nouveau/disp: add connector class
Ben Skeggs
1
-1
/
+2
2022-04-25
drm: Rename dp/ to display/
Thomas Zimmermann
1
-1
/
+1
2022-01-17
drm/dp: Move public DisplayPort headers into dp/
Thomas Zimmermann
1
-1
/
+1
2021-06-09
drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
Lyude Paul
1
-1
/
+8
2020-08-31
drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
Lyude Paul
1
-0
/
+1
2020-07-24
drm/nouveau/kms/nv50-: use NVIDIA's headers for core head_dither()
Ben Skeggs
1
-7
/
+18
2020-05-22
drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST
Lyude Paul
1
-0
/
+5
2019-12-10
drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware
Hans de Goede
1
-0
/
+6
2019-12-10
drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit
Hans de Goede
1
-55
/
+55
2018-12-11
drm/nouveau/drm/nouveau: Don't forget to label dp_aux devices
Lyude Paul
1
-1
/
+2
2018-10-11
drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
Lyude Paul
1
-2
/
+2
2018-10-11
drm/nouveau: Move backlight device into nouveau_connector
Lyude Paul
1
-0
/
+33
2018-09-09
drm: Add drm/drm_util.h header file
Daniel Vetter
1
-0
/
+2
2018-07-16
drm/nouveau: Avoid looping through fake MST connectors
Lyude Paul
1
-1
/
+23
2018-07-16
drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
Lyude Paul
1
-4
/
+10
2016-12-18
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
1
-0
/
+1
2016-11-07
drm/nouveau/kms/nv50: remove code to support non-atomic connector properties
Ben Skeggs
1
-5
/
+0
2016-11-07
drm/nouveau/kms/nv50: separate out viewport commit
Ben Skeggs
1
-0
/
+1
2016-11-07
drm/nouveau/kms: separate connector property attach from nouveau_connector
Ben Skeggs
1
-0
/
+1
2016-11-07
drm/nouveau/kms: subclass atomic connector state
Ben Skeggs
1
-25
/
+67
2016-11-07
drm/nouveau: silence sparse warnings about symbols not being marked static
Ben Skeggs
1
-0
/
+1
2015-01-22
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
1
-1
/
+1
2015-01-22
drm/nv50-/kms: allow disabling of gpu scaling on fixed panels
Ben Skeggs
1
-0
/
+1
2014-09-15
drm/nouveau: Display Nouveau boot options at launch
Pierre Moreau
1
-0
/
+4
2014-08-10
drm/nouveau/disp: implement nvif event sources for vblank/connector notifiers
Ben Skeggs
1
-1
/
+3
2014-08-10
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
1
-4
/
+0
2014-08-10
drm/nouveau/core: rework event interface
Ben Skeggs
1
-3
/
+1
2014-06-11
drm/nouveau: register a drm_dp_aux channel for each dp connector
Ben Skeggs
1
-0
/
+3
2014-06-11
drm/nouveau: use connector events for HPD instead of GPIO watching
Ben Skeggs
1
-4
/
+3
2013-11-08
drm/nouveau: remove prototype for non-existent nouveau_connector_bpp
Ilia Mirkin
1
-3
/
+0
2013-11-08
drm/nouveau/core: convert event handler apis to split create/enable semantics
Ben Skeggs
1
-1
/
+1
2013-02-20
drm/nouveau/gpio: use event interfaces for interrupt signalling
Ben Skeggs
1
-1
/
+6
2013-02-20
drm/nouveau/drm: store full dcb gpio function data in connector
Ben Skeggs
1
-1
/
+4
2012-11-29
drm/nv50-nvc0: switch to common disp impl, removing previous version
Ben Skeggs
1
-0
/
+16
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+2
2012-10-03
drm/nouveau/i2c: port to subdev interfaces
Ben Skeggs
1
-1
/
+2
2012-10-03
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2011-12-21
drm/nouveau/disp: parse connector info directly in nouveau_connector.c
Ben Skeggs
1
-2
/
+4
2011-12-21
drm/nouveau: improve dithering properties, and implement proper auto mode
Ben Skeggs
1
-1
/
+26
2011-12-21
drm/nouveau: add overscan compensation connector properties
Ben Skeggs
1
-1
/
+4
2010-11-18
drm/nouveau: Use "force" to decide if analog load detection is ok or not.
Francisco Jerez
1
-3
/
+0
2010-10-05
drm/nouveau: fix required mode bandwidth calculation for DP
Ben Skeggs
1
-0
/
+3
2010-07-13
drm/nv04-nv40: Disable connector polling when there're no spare CRTCs left.
Francisco Jerez
1
-0
/
+3
2010-07-13
drm/nouveau: tidy connector/encoder creation a little
Ben Skeggs
1
-2
/
+2
[next]