index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
disp
/
dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
drm/nouveau/kms/nv50-: create outputs based on nvkm info
Ben Skeggs
1
-1
/
+4
2023-09-19
drm/nouveau/disp: move outp init/fini paths to chipset code
Ben Skeggs
1
-0
/
+1
2023-09-19
drm/nouveau/disp: add dp mst id get/put methods
Ben Skeggs
1
-0
/
+15
2023-09-19
drm/nouveau/disp: move link training out of supervisor
Ben Skeggs
1
-110
/
+38
2023-09-19
drm/nouveau/disp: add dp train method
Ben Skeggs
1
-102
/
+16
2023-09-19
drm/nouveau/disp: add dp rates method
Ben Skeggs
1
-66
/
+0
2023-09-19
drm/nouveau/disp: add dp aux xfer method
Ben Skeggs
1
-0
/
+14
2023-09-19
drm/nouveau/disp: move dp aux pwr method to HAL
Ben Skeggs
1
-0
/
+9
2023-09-19
drm/nouveau/disp: add output backlight control methods
Ben Skeggs
1
-0
/
+2
2023-09-19
drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state
Lyude Paul
1
-0
/
+1
2023-09-19
drm/nouveau/disp: add output detect method
Ben Skeggs
1
-0
/
+1
2023-07-28
drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues
Lyude Paul
1
-1
/
+47
2022-11-09
drm/nouveau/disp: expose conn event class
Ben Skeggs
1
-40
/
+0
2022-11-09
drm/nouveau/disp: add method to trigger DP link retrain
Ben Skeggs
1
-60
/
+78
2022-11-09
drm/nouveau/disp: add method to control DPAUX pad power
Ben Skeggs
1
-48
/
+42
2022-11-09
drm/nouveau/disp: move DP link config into acquire
Ben Skeggs
1
-1
/
+18
2022-07-27
drm/nouveau/disp: split sor dp funcs out to their own struct
Ben Skeggs
1
-4
/
+4
2022-07-27
drm/nouveau/disp: collapse nv50_disp into nvkm_disp
Ben Skeggs
1
-1
/
+1
2022-07-27
drm/nouveau/disp: clean up nvkm_outp constructors
Ben Skeggs
1
-23
/
+9
2022-07-27
drm/nouveau/disp: collapse nvkm_dp into nvkm_outp
Ben Skeggs
1
-226
/
+209
2021-12-16
drm/nouveau/disp/dp: add support for eDP link rates
Ben Skeggs
1
-4
/
+59
2021-12-16
drm/nouveau/disp/dp: add support for hbr3
Ben Skeggs
1
-1
/
+1
2021-12-16
drm/nouveau/disp/dp: add support for lttprs
Ben Skeggs
1
-12
/
+102
2021-12-16
drm/nouveau/disp/dp: fixup cr/eq delays for 1.4
Ben Skeggs
1
-8
/
+10
2021-12-16
drm/nouveau/disp/dp: add support for tps4
Ben Skeggs
1
-5
/
+14
2021-12-16
drm/nouveau/disp/dp: generate supported link rates table at detect time
Ben Skeggs
1
-69
/
+39
2021-12-16
drm/nouveau/disp/dp: explicitly control scrambling when setting pattern
Ben Skeggs
1
-0
/
+5
2021-08-18
drm/nouveau/disp: power down unused DP links during init
Ben Skeggs
1
-1
/
+1
2021-01-15
drm/nouveau/disp/ga10[24]: initial support
Ben Skeggs
1
-6
/
+27
2020-01-15
drm/nouveau/disp/dp: fix typo when determining failsafe link configuration
Ben Skeggs
1
-1
/
+1
2019-05-14
drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...
Ben Skeggs
1
-2
/
+9
2018-09-07
drm/nouveau/disp: fix DP disable race
Ben Skeggs
1
-5
/
+12
2018-09-07
drm/nouveau/disp: move eDP panel power handling
Ben Skeggs
1
-3
/
+34
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 2.2
Ben Skeggs
1
-3
/
+4
2017-06-16
drm/nouveau/disp/nv50-: implement a common supervisor 2.0
Ben Skeggs
1
-0
/
+18
2017-06-16
drm/nouveau/disp/dp: use new devinit script interpreter entry-point
Ben Skeggs
1
-38
/
+30
2017-06-16
drm/nouveau/disp/dp: determine link bandwidth requirements from head state
Ben Skeggs
1
-2
/
+12
2017-06-16
drm/nouveau/disp: introduce acquire/release display path methods
Ben Skeggs
1
-5
/
+0
2017-06-16
drm/nouveau/disp: remove hw-specific customisation of output paths
Ben Skeggs
1
-6
/
+4
2017-06-16
drm/nouveau/disp/g94-: port OR DP drive setting control to nvkm_ior
Ben Skeggs
1
-2
/
+22
2017-06-16
drm/nouveau/disp/g94-: port OR DP training pattern control to nvkm_ior
Ben Skeggs
1
-1
/
+1
2017-06-16
drm/nouveau/disp/g94-: port OR DP link power control to nvkm_ior
Ben Skeggs
1
-1
/
+1
2017-06-16
drm/nouveau/disp/g94-: port OR DP link setup to nvkm_ior
Ben Skeggs
1
-4
/
+6
2017-06-16
drm/nouveau/disp/dp: train link only when actively displaying an image
Ben Skeggs
1
-4
/
+4
2017-06-16
drm/nouveau/disp/dp: only check for re-train when the link is active
Ben Skeggs
1
-40
/
+11
2017-06-16
drm/nouveau/disp/dp: determine a failsafe link training rate
Ben Skeggs
1
-19
/
+35
2017-06-16
drm/nouveau/disp/dp: use cached link configuration when checking link status
Ben Skeggs
1
-22
/
+17
2017-06-16
drm/nouveau/disp/dp: no need for lt_state except during manual link training
Ben Skeggs
1
-31
/
+24
2017-06-16
drm/nouveau/disp/dp: store current link configuration in nvkm_ior
Ben Skeggs
1
-33
/
+33
2017-06-16
drm/nouveau/disp: identity-map display paths to output resources
Ben Skeggs
1
-1
/
+4
[next]