index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-12-21
drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug
Ben Skeggs
1
-3
/
+3
2011-12-21
drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios
Ben Skeggs
1
-6
/
+3
2011-09-20
drm/nouveau/dp: add support for displayport table 0x30
Ben Skeggs
1
-22
/
+48
2011-09-20
drm/nouveau/dp: return master dp table pointer too when looking up encoder
Ben Skeggs
1
-18
/
+61
2011-09-20
drm/nouveau/dp: preserve non-pattern bits in DP_TRAINING_PATTERN_SET
Ben Skeggs
1
-1
/
+8
2011-09-20
drm/nouveau/dp: use alternate lane mask for nvaf
Ben Skeggs
1
-1
/
+10
2011-09-20
drm/nouveau/dp: link rate scripts are selected with a comparison table
Ben Skeggs
1
-4
/
+3
2011-09-20
drm/nouveau/dp: enable down-spread if vbios and sink support it
Ben Skeggs
1
-27
/
+19
2011-09-20
drm/nouveau/dp: execute some more vbios tables relating to link rate
Ben Skeggs
1
-5
/
+21
2011-09-20
drm/nouveau/dp: store unencoded link_bw everywhere
Ben Skeggs
1
-14
/
+14
2011-09-20
drm/nouveau/dp: restructure link training code
Ben Skeggs
1
-327
/
+199
2011-09-20
drm/nouveau/dp: pass in required datarate to link training
Ben Skeggs
1
-1
/
+1
2011-09-20
drm/nouveau/dp: remove reliance on vbios for native displayport
Ben Skeggs
1
-1
/
+110
2011-09-20
drm/nouveau/dp: rewrite auxch transaction routines
Ben Skeggs
1
-105
/
+131
2011-09-20
drm/nouveau/bios: allow passing in crtc to the init table parser
Ben Skeggs
1
-2
/
+2
2011-02-25
drm/nouveau: silence some compiler warnings
Ben Skeggs
1
-2
/
+0
2010-12-03
drm/nv50: rework PGPIO IRQ handling and hotplug detection
Ben Skeggs
1
-3
/
+3
2010-10-05
drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328c
Ben Skeggs
1
-1
/
+1
2010-10-05
drm/nouveau: enable enhanced framing only if DP display supports it
Ben Skeggs
1
-2
/
+5
2010-09-24
drm/nouveau: Remove implicit argument from nv_wait().
Francisco Jerez
1
-1
/
+2
2010-08-06
drm/nv50: use custom i2c algo for dp auxch
Ben Skeggs
1
-35
/
+52
2010-07-26
drm/nouveau: introduce gpio engine
Ben Skeggs
1
-2
/
+4
2010-07-26
drm/nouveau: disable hotplug detect around DP link training
Ben Skeggs
1
-0
/
+15
2010-07-13
drm/nouveau: move DP script invocation to nouveau_dp.c
Ben Skeggs
1
-2
/
+22
[next]