index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
disp
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-8
/
+8
2026-02-04
nouveau: add a third state to the fini handler.
Dave Airlie
-3
/
+3
2026-01-21
drm/nouveau: implement missing DCB connector types; gracefully handle unknown...
Alex RamÃrez
-20
/
+53
2025-05-19
drm/nouveau: improve handling of 64-bit BARs
Ben Skeggs
-2
/
+2
2025-05-19
drm/nouveau/gsp: add display class ids to gpu hal
Ben Skeggs
-53
/
+0
2025-05-19
drm/nouveau/gsp: move subdev/engine impls to subdev/gsp/rm/r535/
Ben Skeggs
-1727
/
+0
2025-01-07
drm/nouveau/disp: Fix missing backlight control on Macbook 5,1
Takashi Iwai
-0
/
+1
2024-11-14
nouveau/dp: handle retries for AUX CH transfers with GSP.
Dave Airlie
-23
/
+34
2024-11-14
nouveau: handle EBUSY and EAGAIN for GSP aux errors.
Dave Airlie
-1
/
+1
2024-07-27
drm/nouveau/nvif: remove disp chan rd/wr
Ben Skeggs
-24
/
+0
2024-03-15
drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer()
Lyude Paul
-1
/
+1
2024-01-05
drm/nouveau/dp: Honor GSP link training retry timeouts
Lyude Paul
-22
/
+42
2024-01-05
nouveau/gsp: don't free ctrl messages on errors
Dave Airlie
-39
/
+69
2024-01-05
nouveau: fix disp disabling with GSP
Dave Airlie
-2
/
+4
2024-01-05
nouveau/gsp: drop some acpi related debug
Dave Airlie
-7
/
+0
2023-12-15
drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors
Lyude Paul
-1
/
+1
2023-11-03
nouveau/gsp: move to 535.113.01
Dave Airlie
-10
/
+10
2023-10-31
drm/nouveau/disp/r535: initial support
Ben Skeggs
-8
/
+1772
2023-10-31
drm/nouveau/disp/tu102-: prepare for GSP-RM
Ben Skeggs
-9
/
+21
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
-1
/
+13
2023-10-12
drm/nouveau/disp: fix DP capable DSM connectors
Karol Herbst
-1
/
+13
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-613
/
+885
2023-09-19
drm/nouveau/kms/nv50-: create outputs based on nvkm info
Ben Skeggs
-1
/
+56
2023-09-19
drm/nouveau/kms/nv50-: create connectors based on nvkm info
Ben Skeggs
-0
/
+26
2023-09-19
drm/nouveau/disp/nv50-: skip DCB_OUTPUT_TV
Ben Skeggs
-1
/
+1
2023-09-19
drm/nouveau/disp: move outp init/fini paths to chipset code
Ben Skeggs
-56
/
+22
2023-09-19
drm/nouveau/disp: move outp/conn construction to chipset code
Ben Skeggs
-118
/
+121
2023-09-19
drm/nouveau/disp: add dp mst id get/put methods
Ben Skeggs
-0
/
+45
2023-09-19
drm/nouveau/disp: add dp sst config method
Ben Skeggs
-0
/
+23
2023-09-19
drm/nouveau/disp: move link training out of supervisor
Ben Skeggs
-139
/
+75
2023-09-19
drm/nouveau/disp: add dp train method
Ben Skeggs
-127
/
+34
2023-09-19
drm/nouveau/disp: add dp rates method
Ben Skeggs
-66
/
+25
2023-09-19
drm/nouveau/disp: add dp aux xfer method
Ben Skeggs
-4
/
+38
2023-09-19
drm/nouveau/disp: move dp aux pwr method to HAL
Ben Skeggs
-3
/
+16
2023-09-19
drm/nouveau/disp: add hdmi audio hal function
Ben Skeggs
-1
/
+10
2023-09-19
drm/nouveau/disp: add output lvds config method
Ben Skeggs
-6
/
+8
2023-09-19
drm/nouveau/disp: add output backlight control methods
Ben Skeggs
-0
/
+177
2023-09-19
drm/nouveau/disp: remove SOR routing updates from supervisor
Ben Skeggs
-3
/
+0
2023-09-19
drm/nouveau/disp: release outputs post-modeset
Ben Skeggs
-0
/
+3
2023-09-19
drm/nouveau/disp: move hdmi disable out of release()
Ben Skeggs
-8
/
+7
2023-09-19
drm/nouveau/disp: add output hdmi config method
Ben Skeggs
-26
/
+32
2023-09-19
drm/nouveau/disp: update SOR routing immediately on acquire()
Ben Skeggs
-1
/
+3
2023-09-19
drm/nouveau/disp: add acquire_sor/pior()
Ben Skeggs
-20
/
+8
2023-09-19
drm/nouveau/disp: add acquire_dac()
Ben Skeggs
-2
/
+2
2023-09-19
drm/nouveau/disp: shuffle to make upcoming diffs prettier
Ben Skeggs
-37
/
+37
2023-09-19
drm/nouveau/kms: Add INHERIT ioctl to nvkm/nvif for reading IOR state
Lyude Paul
-13
/
+94
2023-09-19
drm/nouveau/disp: rename internal output acquire/release functions
Ben Skeggs
-12
/
+19
2023-09-19
drm/nouveau/disp: add output method to fetch edid
Ben Skeggs
-0
/
+16
2023-09-19
drm/nouveau/disp: add output detect method
Ben Skeggs
-41
/
+59
[next]