linux-yocto/drivers/gpu/drm/nouveau
Dave Airlie b634acb2a0 Short summary of fixes pull:
fbdev-dma:
 - Only clean up deferred I/O if instanciated
 
 nouveau:
 - dmem: Fix privileged error in copy engine channel; Fix possible
 data leak in migrate_to_ram()
 - gsp: Fix coding style
 
 sched:
 - Avoid leaking lockdep map
 
 v3d:
 - Stop active perfmon before destroying it
 
 vc4:
 - Stop active perfmon before destroying it
 
 xe:
 - Drop GuC submit_wq pool
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmcH2E4ACgkQaA3BHVML
 eiNz3ggAl2M7ysgSptizfEdQnwlitswqqVIYCgBjZCjWKwzm5WkEdGZ0w1N8KQqA
 9pGuMFh3n6VOfOsVqAEUlNGonZwYMU5SppAoR7qJrOcqkBFJEE9woRnicWsFxYss
 HshaPLkNUCbmSvZXQN2O0c2HfcF1hKrc7zKBKUZWdl8aMROJGByvgpbwFARlNANO
 zb7QtBhVmCnbYIbyiCPwnEIgAG1QAxHQze/swR3pVL53XLteJ0hPWOugp7jc0d4+
 FtmW0djjzIWD+6yfyYhA+VvDlCWucKoy81UqijcsX5ALXNWqNuGa9SROW+OomLgv
 HERn5RyCGySa4OACDr5/5o0rxhlSjw==
 =uxYD
 -----END PGP SIGNATURE-----

Merge tag 'drm-misc-fixes-2024-10-10' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

Short summary of fixes pull:

fbdev-dma:
- Only clean up deferred I/O if instanciated

nouveau:
- dmem: Fix privileged error in copy engine channel; Fix possible
data leak in migrate_to_ram()
- gsp: Fix coding style

sched:
- Avoid leaking lockdep map

v3d:
- Stop active perfmon before destroying it

vc4:
- Stop active perfmon before destroying it

xe:
- Drop GuC submit_wq pool

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20241010133708.GA461532@localhost.localdomain
2024-10-11 09:03:30 +10:00
..
dispnv04 Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
dispnv50 drm/nouveau: Do not set struct drm_mode_config_funcs.output_poll_changed 2024-08-13 16:21:10 +02:00
include Short summary of fixes pull: 2024-10-11 09:03:30 +10:00
nvif Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
nvkm drm next for 6.12-rc1 2024-09-19 10:18:15 +02:00
Kbuild drm/nouveau: handle limited nvif ioctl in abi16 2024-07-27 03:05:22 +02:00
Kconfig Revert "drm: Switch DRM_DISPLAY_HELPER to depends on" 2024-05-02 17:58:23 +02:00
nouveau_abi16.c drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device 2024-07-27 03:05:43 +02:00
nouveau_abi16.h drm/nouveau: remove abi16->handles 2024-07-27 03:05:24 +02:00
nouveau_acpi.c
nouveau_acpi.h
nouveau_backlight.c
nouveau_bios.c Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
nouveau_bios.h drm/nouveau: move nvxx_* definitions to nouveau_drv.h 2024-07-27 03:05:38 +02:00
nouveau_bo.c drm-misc-next for v6.12: 2024-08-08 18:58:46 +02:00
nouveau_bo.h drm/nouveau: use GEM references instead of TTMs 2024-07-22 22:46:45 +02:00
nouveau_bo0039.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_bo74c1.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_bo85b5.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_bo90b5.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_bo5039.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_bo9039.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_boa0b5.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_chan.c drm-misc-next for v6.12: 2024-08-08 18:58:46 +02:00
nouveau_chan.h drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nouveau_connector.c drm next for 6.11-rc1: 2024-07-18 09:34:02 -07:00
nouveau_connector.h
nouveau_crtc.h
nouveau_debugfs.c
nouveau_debugfs.h
nouveau_display.c drm/nouveau: Do not set struct drm_mode_config_funcs.output_poll_changed 2024-08-13 16:21:10 +02:00
nouveau_display.h drm/nouveau: replace drm_device* with nouveau_drm* as dev drvdata 2024-07-27 03:05:19 +02:00
nouveau_dma.c drm/nouveau: remove chan->drm 2024-07-27 03:05:47 +02:00
nouveau_dma.h
nouveau_dmem.c nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy error 2024-10-08 14:23:38 +02:00
nouveau_dmem.h
nouveau_dp.c Merge tag 'drm-misc-next-2024-04-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2024-04-22 12:29:18 +10:00
nouveau_drm.c nouveau/dmem: Fix privileged error in copy engine channel 2024-10-08 14:23:35 +02:00
nouveau_drv.h Merge drm/drm-next into drm-misc-next 2024-07-29 09:35:54 +02:00
nouveau_encoder.h
nouveau_exec.c drm/nouveau: Constify struct nouveau_job_ops 2024-06-17 17:22:06 +02:00
nouveau_exec.h
nouveau_fence.c drm-misc-next for v6.12: 2024-08-08 18:58:46 +02:00
nouveau_fence.h Revert "nouveau: rip out busy fence waits" 2024-08-02 14:38:28 +10:00
nouveau_gem.c drm-misc-next for v6.12: 2024-08-08 18:58:46 +02:00
nouveau_gem.h
nouveau_hwmon.c drm/nouveau: move nvxx_* definitions to nouveau_drv.h 2024-07-27 03:05:38 +02:00
nouveau_hwmon.h
nouveau_ioc32.c
nouveau_ioctl.h
nouveau_led.c drm/nouveau: move nvxx_* definitions to nouveau_drv.h 2024-07-27 03:05:38 +02:00
nouveau_led.h
nouveau_mem.c drm/nouveau: remove master 2024-07-27 03:05:48 +02:00
nouveau_mem.h drm/nouveau: pass drm to nouveau_mem_new(), instead of cli 2024-07-27 03:05:41 +02:00
nouveau_nvif.c drm/nouveau/nvif: remove driver keep/fini 2024-07-27 03:05:31 +02:00
nouveau_platform.c drm/nouveau: remove unused variable ret 2024-07-29 15:04:16 +02:00
nouveau_platform.h
nouveau_prime.c drm/nouveau: prime: fix refcount underflow 2024-07-22 22:53:38 +02:00
nouveau_reg.h
nouveau_sched.c drm/scheduler: remove full_recover from drm_sched_start 2024-07-25 14:05:12 +02:00
nouveau_sched.h drm/nouveau: Constify struct nouveau_job_ops 2024-06-17 17:22:06 +02:00
nouveau_sgdma.c drm/nouveau: pass drm to nouveau_mem_new(), instead of cli 2024-07-27 03:05:41 +02:00
nouveau_svm.c
nouveau_svm.h
nouveau_ttm.c drm/nouveau: pass drm to nouveau_mem_new(), instead of cli 2024-07-27 03:05:41 +02:00
nouveau_ttm.h
nouveau_uvmm.c nouveau: set placement to original placement on uvmm validate. 2024-08-01 01:22:12 +02:00
nouveau_uvmm.h
nouveau_vga.c drm/nouveau: Implement switcheroo reprobe with drm_client_dev_hotplug() 2024-08-13 16:21:10 +02:00
nouveau_vga.h drm/nouveau: Do not set struct drm_driver.lastclose 2024-08-13 16:21:09 +02:00
nouveau_vmm.c
nouveau_vmm.h
nv04_fence.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nv10_fence.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nv10_fence.h
nv17_fence.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nv50_display.h
nv50_fence.c drm/nouveau: remove chan->drm 2024-07-27 03:05:47 +02:00
nv84_fence.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00
nvc0_fence.c drm/nouveau: remove push pointer from nouveau_channel 2024-07-27 03:05:49 +02:00