index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_connector.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-07-01
1
-6
/
+23
|
\
|
*
drm/nouveau: Remove invalid reference to struct drm_device.pdev
Thomas Zimmermann
2021-05-13
1
-1
/
+2
|
*
drm/dp: Add backpointer to drm_device in drm_dp_aux
Lyude Paul
2021-04-28
1
-0
/
+1
|
*
drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early ...
Lyude Paul
2021-04-28
1
-5
/
+20
*
|
drm/nouveau: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-06-04
1
-0
/
+1
|
/
*
drm/nouveau/kms: handle mDP connectors
Karol Herbst
2021-01-29
1
-0
/
+1
*
drm/nouveau: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-13
1
-4
/
+6
*
drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depth
Alexander Kapshuk
2020-11-14
1
-5
/
+9
*
drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
Lyude Paul
2020-10-30
1
-26
/
+10
*
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
Lyude Paul
2020-09-01
1
-27
/
+27
*
drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
Lyude Paul
2020-09-01
1
-26
/
+16
*
drm/nouveau/kms: Move drm_dp_cec_unset_edid() into nouveau_connector_detect()
Lyude Paul
2020-09-01
1
-3
/
+2
*
drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
Lyude Paul
2020-09-01
1
-11
/
+3
*
drm/nouveau/kms: Search for encoders' connectors properly
Lyude Paul
2020-09-01
1
-14
/
+0
*
drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()
Lyude Paul
2020-09-01
1
-1
/
+2
*
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
2020-07-24
1
-2
/
+3
*
drm/nouveau: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-24
1
-2
/
+2
*
drm/nouveau: Fix reference count leak in nouveau_connector_detect
Aditya Pakki
2020-07-24
1
-1
/
+3
*
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-06-24
1
-3
/
+2
|
\
|
*
drm: Nuke mode->vrefresh
Ville Syrjälä
2020-05-27
1
-3
/
+2
*
|
drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST
Lyude Paul
2020-05-22
1
-19
/
+27
*
|
drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing support
Lyude Paul
2020-05-22
1
-1
/
+9
|
/
*
drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware
Hans de Goede
2019-12-10
1
-7
/
+21
*
drm/nouveau: Don't grab runtime PM refs for HPD IRQs
Lyude Paul
2019-10-24
1
-16
/
+17
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2019-10-03
1
-1
/
+0
|
\
|
*
drm/nouveau: drop use of drmp.h
Sam Ravnborg
2019-08-23
1
-1
/
+0
*
|
drm/connector: Allow max possible encoders to attach to a connector
José Roberto de Souza
2019-09-17
1
-4
/
+3
*
|
drm_dp_cec: add connector info support.
Dariusz Marcinkiewicz
2019-08-27
1
-2
/
+1
|
/
*
drm/nouveau: Use connector kdev as aux device parent
Leo Li
2019-07-25
1
-1
/
+1
*
drm/nouveau: fix memory leak in nouveau_conn_reset()
Yongxin Liu
2019-07-19
1
-1
/
+1
*
drm/nouveau/kms: disallow dual-link harder if hdmi connection detected
Ben Skeggs
2019-07-19
1
-2
/
+5
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-0
/
+1
*
drm/nouveau/bios: translate USB-C connector type
Ben Skeggs
2018-12-11
1
-1
/
+2
*
drm/nouveau/drm/nouveau: Don't forget to label dp_aux devices
Lyude Paul
2018-12-11
1
-1
/
+8
*
drm/nouveau/disp: take sink support into account for exposing 594mhz
Ilia Mirkin
2018-10-11
1
-12
/
+22
*
drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
Lyude Paul
2018-10-11
1
-1
/
+1
*
drm/nouveau: Move backlight device into nouveau_connector
Lyude Paul
2018-10-11
1
-0
/
+20
*
BackMerge v4.19-rc5 into drm-next
Dave Airlie
2018-09-27
1
-50
/
+60
|
\
|
*
drm/nouveau/disp: move eDP panel power handling
Ben Skeggs
2018-09-06
1
-22
/
+1
|
*
drm/nouveau: Fix nouveau_connector_ddc_detect()
Lyude Paul
2018-09-06
1
-21
/
+28
|
*
drm/nouveau: Fix deadlocks in nouveau_connector_detect()
Lyude Paul
2018-09-06
1
-0
/
+22
|
*
drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
Lyude Paul
2018-09-06
1
-9
/
+11
*
|
drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX support
Hans Verkuil
2018-08-31
1
-2
/
+15
|
/
*
BackMerge v4.18-rc7 into drm-next
Dave Airlie
2018-07-30
1
-2
/
+7
|
\
|
*
drm/nouveau: Avoid looping through fake MST connectors
Lyude Paul
2018-07-16
1
-1
/
+1
|
*
drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
Lyude Paul
2018-07-16
1
-2
/
+7
*
|
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-07-13
1
-4
/
+4
*
|
drm/nouveau: Use drm_connector_for_each_possible_encoder()
Ville Syrjälä
2018-07-05
1
-19
/
+4
|
/
*
drm/nouveau: fix mode_valid's return type
Luc Van Oostenryck
2018-05-18
1
-1
/
+1
*
drm/nouveau/kms: move display class instantiation to library
Ben Skeggs
2018-05-18
1
-7
/
+7
[next]