aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_connector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23drm/display/dp_mst: Add helpers for serializing SST <-> MST transitionsLyude Paul1-0/+14
2022-08-23drm/nouveau/kms: Cache DP encoders in nouveau_connectorLyude Paul1-1/+3
2022-08-16drm/nouveau/kms/nv140-: Disable interlacingLyude Paul1-1/+2
2022-07-27Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/drm/drm into drm-nextDave Airlie1-0/+10
2022-07-27drm/nouveau/disp: add connector classBen Skeggs1-0/+10
2022-07-14drm/nouveau/kms: Fix failure path for creating DP connectorsLyude Paul1-5/+3
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+23
2021-06-03drm/nouveau: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-13drm/nouveau: Remove invalid reference to struct drm_device.pdevThomas Zimmermann1-1/+2
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul1-0/+1
2021-04-27drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early unregisterLyude Paul1-5/+20
2021-01-29drm/nouveau/kms: handle mDP connectorsKarol Herbst1-0/+1
2021-01-13drm/nouveau: Remove references to struct drm_device.pdevThomas Zimmermann1-4/+6
2020-11-14drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depthAlexander Kapshuk1-5/+9
2020-10-30drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()Lyude Paul1-26/+10
2020-08-31drm/nouveau/kms: Don't change EDID when it hasn't actually changedLyude Paul1-27/+27
2020-08-31drm/nouveau/kms: Only use hpd_work for reprobing in HPD pathsLyude Paul1-26/+16
2020-08-31drm/nouveau/kms: Move drm_dp_cec_unset_edid() into nouveau_connector_detect()Lyude Paul1-3/+2
2020-08-31drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handlingLyude Paul1-11/+3
2020-08-31drm/nouveau/kms: Search for encoders' connectors properlyLyude Paul1-14/+0
2020-08-31drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()Lyude Paul1-1/+2
2020-07-24drm/nouveau/nvif: give every notify object a human-readable nameBen Skeggs1-2/+3
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-24drm/nouveau: Fix reference count leak in nouveau_connector_detectAditya Pakki1-1/+3
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+2
2020-05-27drm: Nuke mode->vrefreshVille Syrjälä1-3/+2
2020-05-22drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MSTLyude Paul1-19/+27
2020-05-22drm/nouveau/kms/nv50-: Probe SOR and PIOR caps for DP interlacing supportLyude Paul1-1/+9
2019-12-10drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardwareHans de Goede1-7/+21
2019-10-24drm/nouveau: Don't grab runtime PM refs for HPD IRQsLyude Paul1-16/+17
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+0
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza1-4/+3
2019-08-27drm_dp_cec: add connector info support.Dariusz Marcinkiewicz1-2/+1
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-1/+0
2019-07-25drm/nouveau: Use connector kdev as aux device parentLeo Li1-1/+1
2019-07-19drm/nouveau: fix memory leak in nouveau_conn_reset()Yongxin Liu1-1/+1
2019-07-19drm/nouveau/kms: disallow dual-link harder if hdmi connection detectedBen Skeggs1-2/+5
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2018-12-11drm/nouveau/bios: translate USB-C connector typeBen Skeggs1-1/+2
2018-12-11drm/nouveau/drm/nouveau: Don't forget to label dp_aux devicesLyude Paul1-1/+8
2018-10-11drm/nouveau/disp: take sink support into account for exposing 594mhzIlia Mirkin1-12/+22
2018-10-11drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/Lyude Paul1-1/+1
2018-10-11drm/nouveau: Move backlight device into nouveau_connectorLyude Paul1-0/+20
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-50/+60
2018-09-07drm/nouveau/disp: move eDP panel power handlingBen Skeggs1-22/+1
2018-09-07drm/nouveau: Fix nouveau_connector_ddc_detect()Lyude Paul1-21/+28
2018-09-07drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul1-0/+22
2018-09-07drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul1-9/+11
2018-08-31drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil1-2/+15
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-2/+7