index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
drm/nouveau/kms/nv50-: Fix clock checking algorithm in nv50_dp_mode_valid()
Lyude Paul
1
-10
/
+11
2020-10-30
drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
Lyude Paul
1
-5
/
+11
2020-09-17
drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()
Ville Syrjälä
1
-2
/
+2
2020-08-31
drm/nouveau/kms: Start using drm_dp_read_dpcd_caps()
Lyude Paul
1
-8
/
+6
2020-08-31
drm/nouveau/kms/nv50-: Add support for DP_SINK_COUNT
Lyude Paul
1
-5
/
+48
2020-08-31
drm/nouveau/kms/nv50-: Use downstream DP clock limits for mode validation
Lyude Paul
1
-4
/
+11
2020-08-31
drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
Lyude Paul
1
-1
/
+1
2020-08-31
drm/nouveau/kms: Use new drm_dp_read_mst_cap() helper for checking MST caps
Lyude Paul
1
-13
/
+3
2020-08-31
drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
Lyude Paul
1
-17
/
+115
2020-08-31
drm/nouveau/kms/nv50-: Use macros for DP registers in nouveau_dp.c
Lyude Paul
1
-3
/
+5
2020-08-31
drm/nouveau/kms/nv50-: Just use drm_dp_dpcd_read() in nouveau_dp.c
Lyude Paul
1
-8
/
+4
2020-08-31
drm/nouveau/kms/nv50-: Remove open-coded drm_dp_read_desc()
Lyude Paul
1
-21
/
+9
2020-08-31
drm/nouveau/kms: Fix some indenting in nouveau_dp_detect()
Lyude Paul
1
-4
/
+4
2020-05-22
drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST
Lyude Paul
1
-0
/
+31
2019-08-23
drm/nouveau: drop use of drmp.h
Sam Ravnborg
1
-1
/
+0
2016-11-07
drm/nouveau/kms/nv50: initial support for DP 1.2 multi-stream
Ben Skeggs
1
-1
/
+7
2016-11-07
drm/nouveau/kms/nv50: clean-up encoder functions
Ben Skeggs
1
-2
/
+2
2016-11-07
drm/nouveau/kms/nv50: switch mst sink back into sst mode
Ben Skeggs
1
-1
/
+8
2016-05-20
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
1
-1
/
+1
2015-08-28
drm/nouveau/i2c: transition pad/ports away from being based on nvkm_object
Ben Skeggs
1
-9
/
+8
2015-01-22
drm/nouveau: finalise nvkm namespace switch (no binary change)
Ben Skeggs
1
-2
/
+2
2014-08-10
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
1
-2
/
+0
2014-08-10
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
1
-3
/
+0
2014-06-11
drm/nouveau/dp: probe dpcd to determine connectedness
Ben Skeggs
1
-8
/
+6
2013-02-20
drm/nv50-/disp: move DP link training to core and train from supervisor
Ben Skeggs
1
-293
/
+0
2013-02-20
drm/nouveau: store i2c port pointer directly in nouveau_encoder
Ben Skeggs
1
-7
/
+3
2013-02-20
drm/nouveau/gpio: use event interfaces for interrupt signalling
Ben Skeggs
1
-2
/
+4
2013-02-20
drm/nouveau/drm: store full dcb gpio function data in connector
Ben Skeggs
1
-2
/
+2
2012-11-29
drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code
Ben Skeggs
1
-90
/
+15
2012-11-29
drm/nouveau/dp: move core link training calls to common code
Ben Skeggs
1
-9
/
+25
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-227
/
+53
2012-10-03
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
1
-225
/
+53
2012-10-03
drm/nouveau: quiet some static-related sparse noise
Marcin Slusarz
1
-1
/
+1
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-29
/
+45
2012-10-03
drm/nouveau: implement devinit subdev, and new init table parser
Ben Skeggs
1
-2
/
+2
2012-10-03
drm/nouveau/i2c: port to subdev interfaces
Ben Skeggs
1
-203
/
+16
2012-10-03
drm/nouveau/gpio: port gpio to subdev interfaces
Ben Skeggs
1
-1
/
+0
2012-10-03
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-09-13
drm: use %*ph to dump small buffers
Andy Shevchenko
1
-3
/
+1
2012-05-22
drm/nouveau/dp: Probe branch/sink OUIs (v2)
Adam Jackson
1
-0
/
+21
2012-03-23
drm/nouveau/dp: support version 4.0 of DP table
Ben Skeggs
1
-0
/
+11
2012-03-13
drm/nouveau/dp: account for channel coding overhead in link training
Ben Skeggs
1
-0
/
+3
2012-03-13
drm/nvd0/disp: initial implementation of displayport
Ben Skeggs
1
-4
/
+2
2012-03-13
drm/nouveau/dp: make dp dpms function common, call from sor code instead
Ben Skeggs
1
-0
/
+23
2012-03-13
drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c
Ben Skeggs
1
-217
/
+16
2012-03-13
drm/nouveau/dp: make functions for executing various bios tables
Ben Skeggs
1
-9
/
+46
2012-03-13
drm/nouveau/dp: fix bad comparison in dp_link_train_commit()
Xi Wang
1
-1
/
+1
2011-12-21
drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues
Ben Skeggs
1
-4
/
+3
2011-12-21
drm/nouveau/disp: parse connector info directly in nouveau_connector.c
Ben Skeggs
1
-2
/
+2
[next]