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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
drm/nouveau: convert to using is_hdmi and has_audio from display info
Jani Nikula
1
-1
/
+1
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-123
/
+128
2023-09-19
drm/nouveau/kms/nv50-: create outputs based on nvkm info
Ben Skeggs
1
-1
/
+1
2023-09-19
drm/nouveau/kms/nv50-: create connectors based on nvkm info
Ben Skeggs
1
-67
/
+64
2023-09-19
drm/nouveau/kms/nv50-: name aux channels after their connector
Ben Skeggs
1
-16
/
+9
2023-09-19
drm/nouveau/disp: add dp aux xfer method
Ben Skeggs
1
-9
/
+3
2023-09-19
drm/nouveau/disp: add output method to fetch edid
Ben Skeggs
1
-9
/
+13
2023-09-19
drm/nouveau/disp: add output detect method
Ben Skeggs
1
-22
/
+38
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-5
/
+8
2023-08-16
drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_c...
Karol Herbst
1
-4
/
+7
2023-08-08
drm/nouveau/disp: Revert a NULL check inside nouveau_connector_get_modes
Karol Herbst
1
-1
/
+1
2023-07-06
drm/nouveau/disp: drop unused argument in nv50_dp_mode_valid
Karol Herbst
1
-1
/
+1
2023-07-06
drm/nouveau/kms: don't call drm_dp_cec_set_edid() on TMDS
Ben Skeggs
1
-1
/
+4
2023-06-13
drm/nouveau: add nv_encoder pointer check for NULL
Natalia Petrova
1
-1
/
+2
2023-06-13
drm/nouveau/dp: check for NULL nv_connector->native_mode
Natalia Petrova
1
-2
/
+2
2022-11-09
drm/nouveau/disp: expose conn event class
Ben Skeggs
1
-31
/
+36
2022-11-09
drm/nouveau/kms: pass event mask to hpd handler
Ben Skeggs
1
-6
/
+5
2022-11-09
drm/nouveau/kms: switch hpd_lock from mutex to spinlock
Ben Skeggs
1
-2
/
+3
2022-08-23
drm/display/dp_mst: Add helpers for serializing SST <-> MST transitions
Lyude Paul
1
-0
/
+14
2022-08-23
drm/nouveau/kms: Cache DP encoders in nouveau_connector
Lyude Paul
1
-1
/
+3
2022-08-16
drm/nouveau/kms/nv140-: Disable interlacing
Lyude Paul
1
-1
/
+2
2022-07-27
Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/dr...
Dave Airlie
1
-0
/
+10
2022-07-27
drm/nouveau/disp: add connector class
Ben Skeggs
1
-0
/
+10
2022-07-14
drm/nouveau/kms: Fix failure path for creating DP connectors
Lyude Paul
1
-5
/
+3
2021-07-01
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-6
/
+23
2021-06-03
drm/nouveau: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-13
drm/nouveau: Remove invalid reference to struct drm_device.pdev
Thomas Zimmermann
1
-1
/
+2
2021-04-27
drm/dp: Add backpointer to drm_device in drm_dp_aux
Lyude Paul
1
-0
/
+1
2021-04-27
drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early ...
Lyude Paul
1
-5
/
+20
2021-01-29
drm/nouveau/kms: handle mDP connectors
Karol Herbst
1
-0
/
+1
2021-01-13
drm/nouveau: Remove references to struct drm_device.pdev
Thomas Zimmermann
1
-4
/
+6
2020-11-14
drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depth
Alexander Kapshuk
1
-5
/
+9
2020-10-30
drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
Lyude Paul
1
-26
/
+10
2020-08-31
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
Lyude Paul
1
-27
/
+27
2020-08-31
drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
Lyude Paul
1
-26
/
+16
2020-08-31
drm/nouveau/kms: Move drm_dp_cec_unset_edid() into nouveau_connector_detect()
Lyude Paul
1
-3
/
+2
2020-08-31
drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
Lyude Paul
1
-11
/
+3
2020-08-31
drm/nouveau/kms: Search for encoders' connectors properly
Lyude Paul
1
-14
/
+0
2020-08-31
drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()
Lyude Paul
1
-1
/
+2
2020-07-24
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
1
-2
/
+3
2020-07-24
drm/nouveau: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-24
drm/nouveau: Fix reference count leak in nouveau_connector_detect
Aditya Pakki
1
-1
/
+3
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+2
2020-05-27
drm: Nuke mode->vrefresh
Ville Syrjälä
1
-3
/
+2
2020-05-22
drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST
Lyude Paul
1
-19
/
+27
2020-05-22
drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support
Lyude Paul
1
-1
/
+9
2019-12-10
drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware
Hans de Goede
1
-7
/
+21
2019-10-24
drm/nouveau: Don't grab runtime PM refs for HPD IRQs
Lyude Paul
1
-16
/
+17
2019-10-03
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+0
2019-09-16
drm/connector: Allow max possible encoders to attach to a connector
José Roberto de Souza
1
-4
/
+3
[next]