mirror-linux/drivers/gpu/drm
Linus Torvalds 2ba9f676d0 drm fixes for v6.13-rc1
i915:
 - hdcp: Fix when the first read and write are retried
 
 xe:
 - Wake up waiters after wait condition set to true
 - Mark the preempt fence workqueue as reclaim
 - Update xe2 graphics name string
 - Fix a couple of guc submit races
 - Fix pat index usage in migrate
 - Ensure non-cached migrate pagetable bo mappings
 - Take a PM ref in the delayed snapshot capture worker
 
 amdgpu:
 - SMU 13.0.6 fixes
 - XGMI fixes
 - SMU 13.0.7 fixes
 - Misc code cleanups
 - Plane refcount fixes
 - DCN 4.0.1 fixes
 - DC power fixes
 - DTO fixes
 - NBIO 7.11 fixes
 - SMU 14.0.x fixes
 - Reset fixes
 - Enable DC on LoongArch
 - Sysfs hotplug warning fix
 - Misc small fixes
 - VCN 4.0.3 fix
 - Slab usage fix
 - Jpeg delayed work fix
 
 amdkfd:
 - wptr handling fixes
 
 radeon:
 - Use ttm_bo_move_null()
 - Constify struct pci_device_id
 - Fix spurious hotplug
 - HPD fix
 
 rockchip
 - fix 32-bit build
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmdI09kACgkQDHTzWXnE
 hr6Ccg/+OvfKJDqM/U9L6GhltQ92M5zGAq0x9mjNwa2/LRrEzQvms0k2YHRxOzje
 4QMj1sB/+GLrTSaf/dw4bj8IS6oMnyE6cl0HBwYwdiGP/TgUKfBRlIV+ghoPK8pJ
 fFuNSlSlk7OwHDvt2N7bXD8RFbH6YTEbb6E/aFHXa/920KjwJYoi8Vxwrd0dvTGV
 AxqXr8xFhKUoWYeajSI9E7q49FqZUzH1ZslyAIz4xRcO0jGLiGYReya6mafITjTy
 GFicEpbOmDNaDyliSnB+VuTd3iJAH8qBzflxXvditZo49gcFtSKTrRh+HFgAt3xD
 9YaygZ7gFHiJQTrwKBAZpvz0f+OhLBm9ZW/T7ei7S6KS4KSpW0nz/BWcXJqKLub7
 NUlV5nKzlgD/FIXuBJfBvM/FSyo/Nqqq/CLNQJEz9TyDWTTy/6HwmZMGD80msXrv
 1D4AbisGUJzZCFjqxGE2zpTA2fAfGX0Y41+RbGTOwDwqmuzH2Oxa3ZyqW5Mw3UNi
 rkO7UNHrwQkLqWyamD/ENp0laxc6QNcg6kE3lRhUIrEEivMfPJF47xBlUHvfkPdq
 0er+vFcekkKnsy8jDoQQ58Gzwk2+lCxvOY/BesNjjpUDdlm7mZaQ93TpBOt6KkXQ
 l9p5hNPeIBGbmSwIRRB4ByjMPecDS88cFDOI6qB4gBnyfkLVdmU=
 =opXf
 -----END PGP SIGNATURE-----

Merge tag 'drm-next-2024-11-29' of https://gitlab.freedesktop.org/drm/kernel

Pull drm fixes from Dave Airlie:
 "Merge window fixes, mostly amdgpu and xe, with a few other minor ones,
  all looks fairly normal,

  i915:
   - hdcp: Fix when the first read and write are retried

  xe:
   - Wake up waiters after wait condition set to true
   - Mark the preempt fence workqueue as reclaim
   - Update xe2 graphics name string
   - Fix a couple of guc submit races
   - Fix pat index usage in migrate
   - Ensure non-cached migrate pagetable bo mappings
   - Take a PM ref in the delayed snapshot capture worker

  amdgpu:
   - SMU 13.0.6 fixes
   - XGMI fixes
   - SMU 13.0.7 fixes
   - Misc code cleanups
   - Plane refcount fixes
   - DCN 4.0.1 fixes
   - DC power fixes
   - DTO fixes
   - NBIO 7.11 fixes
   - SMU 14.0.x fixes
   - Reset fixes
   - Enable DC on LoongArch
   - Sysfs hotplug warning fix
   - Misc small fixes
   - VCN 4.0.3 fix
   - Slab usage fix
   - Jpeg delayed work fix

  amdkfd:
   - wptr handling fixes

  radeon:
   - Use ttm_bo_move_null()
   - Constify struct pci_device_id
   - Fix spurious hotplug
   - HPD fix

  rockchip
   - fix 32-bit build"

* tag 'drm-next-2024-11-29' of https://gitlab.freedesktop.org/drm/kernel: (48 commits)
  drm/xe: Take PM ref in delayed snapshot capture worker
  drm/xe/migrate: use XE_BO_FLAG_PAGETABLE
  drm/xe/migrate: fix pat index usage
  drm/xe/guc_submit: fix race around suspend_pending
  drm/xe/guc_submit: fix race around pending_disable
  drm/xe: Update xe2_graphics name string
  drm/rockchip: avoid 64-bit division
  Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable"
  drm/amdgpu/jpeg: cancel the jpeg worker
  drm/amdgpu: fix usage slab after free
  drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3
  drm/amdgpu: Fix sysfs warning when hotplugging
  drm/amdgpu: Add sysfs interface for vcn reset mask
  drm/amdgpu/gmc7: fix wait_for_idle callers
  drm/amd/pm: Remove arcturus min power limit
  drm/amd/pm: skip setting the power source on smu v14.0.2/3
  drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3
  drm/amdkfd: Use the correct wptr size
  drm/xe: Mark preempt fence workqueue as reclaim
  drm/xe/ufence: Wake up waiters after setting ufence->signalled
  ...
2024-11-29 13:06:06 -08:00
..
amd drm fixes for v6.13-rc1 2024-11-29 13:06:06 -08:00
arm drm/arm/hdlcd: Use video aperture helpers 2024-10-14 15:28:47 +02:00
armada drm/armada: Use video aperture helpers 2024-10-14 15:28:47 +02:00
aspeed drm/aspeed: Run DRM default client setup 2024-09-26 08:27:56 +02:00
ast Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
atmel-hlcdc drm/atmel-hdlcd: Run DRM default client setup 2024-09-26 08:27:57 +02:00
bridge drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
ci drm/ci: remove update-xfails.py 2024-11-05 10:50:55 -03:00
display Driver core changes for 6.13-rc1 2024-11-29 11:43:29 -08:00
etnaviv - improve handling of DMA address limited systems 2024-11-08 12:32:06 +10:00
exynos drm/exynos: exynos7_drm_decon: add driver data and support for Exynos7870 2024-11-04 10:50:46 +09:00
fsl-dcu drm/fsl-dcu: Remove redundant dev_err() 2024-10-19 17:36:00 +03:00
gma500 drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
gud drm/gud: Run DRM default client setup 2024-09-26 09:31:28 +02:00
hisilicon drm/hisilicon/hibmc: Use video aperture helpers 2024-10-14 15:28:47 +02:00
hyperv drm/hyperv-drm: Use video aperture helpers 2024-10-14 15:28:47 +02:00
i2c
i915 drm fixes for v6.13-rc1 2024-11-29 13:06:06 -08:00
imagination drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
imx drm/imx/dcss: include drm/drm_bridge.h header 2024-11-04 14:35:34 +01:00
ingenic drm/ingenic: Run DRM default client setup 2024-09-26 08:28:03 +02:00
kmb drm/kmb: Run DRM default client setup 2024-09-26 08:28:04 +02:00
lib drm/lib: Include <linux/prandom.h> instead of <linux/random.h> 2024-10-03 18:19:38 +02:00
lima drm/sched: add optional errno to drm_sched_start() 2024-09-06 18:05:52 +02:00
logicvc drm/logicvc: Run DRM default client setup 2024-09-26 08:28:05 +02:00
loongson drm/loongson: Use video aperture helpers 2024-10-14 15:28:47 +02:00
mcde drm/mcde: Run DRM default client setup 2024-09-26 08:28:05 +02:00
mediatek Merge tag 'drm-misc-next-2024-11-08' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2024-11-11 12:10:49 +10:00
meson drm/meson: Allow build with COMPILE_TEST=y 2024-10-25 10:25:10 +03:00
mgag200 Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
msm drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
mxsfb drm/mxsfb: Run DRM default client setup 2024-09-26 08:28:08 +02:00
nouveau drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
omapdrm drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
panel Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
panfrost drm/panfrost: Add missing OPP table refcnt decremental 2024-11-06 15:41:37 +00:00
panthor drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
pl111 drm/pl111: Run DRM default client setup 2024-09-26 08:28:09 +02:00
qxl drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
radeon Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable" 2024-11-21 15:56:23 -05:00
renesas drm/renesas/shmobile: Run DRM default client setup 2024-09-26 09:31:27 +02:00
rockchip drm fixes for v6.13-rc1 2024-11-29 13:06:06 -08:00
scheduler drm/sched: Improve teardown documentation 2024-11-07 10:05:54 +01:00
solomon drm/solomon: Run DRM default client setup 2024-09-26 09:31:28 +02:00
sprd drm/sprd: Constify struct regmap_bus 2024-10-19 17:26:33 +03:00
sti drm/sti: Run DRM default client setup 2024-09-26 09:31:27 +02:00
stm drm/stm: Use video aperture helpers 2024-10-14 15:28:48 +02:00
sun4i drm/sun4i: Use video aperture helpers 2024-10-14 15:28:48 +02:00
tegra drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
tests Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
tidss drm/tidss: Run DRM default client setup 2024-09-26 09:31:27 +02:00
tilcdc drm/tilcdc: Run DRM default client setup 2024-09-26 09:31:27 +02:00
tiny drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
ttm drm/ttm: Move pinned objects off LRU lists when pinning 2024-10-09 13:41:30 +02:00
tve200 drm/tve200: Run DRM default client setup 2024-09-26 09:31:27 +02:00
udl Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next 2024-10-09 11:58:39 +10:00
v3d Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
vboxvideo drm/vboxvideo: Use video aperture helpers 2024-10-14 15:28:48 +02:00
vc4 Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
vgem
virtio drm/virtgpu: Use video aperture helpers 2024-10-14 15:28:48 +02:00
vkms drm/vkms: Remove usage of legacy drm_crtc members 2024-11-04 15:27:49 +01:00
vmwgfx drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
xe drm fixes for v6.13-rc1 2024-11-29 13:06:06 -08:00
xen
xlnx drm: xlnx: zynqmp_dpsub: fix hotplug detection 2024-10-30 14:23:56 +02:00
Kconfig drm/client: Add client-lib module 2024-10-18 09:25:51 +02:00
Makefile drm/client: Add client-lib module 2024-10-18 09:25:51 +02:00
drm_atomic.c drm/atomic: add interlaced and ycbcr_420 flags to connector's state dump 2024-10-24 22:42:25 +03:00
drm_atomic_helper.c drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=n 2024-09-16 19:03:29 -04:00
drm_atomic_state_helper.c
drm_atomic_uapi.c drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS 2024-09-25 12:35:05 +02:00
drm_auth.c
drm_blend.c
drm_bridge.c
drm_buddy.c drm/buddy: Add start address support to trim function 2024-08-07 18:19:00 -04:00
drm_cache.c
drm_client.c drm/client: Move client event handlers to drm_client_event.c 2024-10-18 09:23:03 +02:00
drm_client_event.c drm/client: Make client support optional 2024-10-18 09:23:03 +02:00
drm_client_modeset.c drm/client: Extract drm_connector_first_mode() 2024-10-03 08:02:23 +03:00
drm_client_setup.c drm/client: Add client-lib module 2024-10-18 09:25:51 +02:00
drm_color_mgmt.c minmax: add a few more MIN_T/MAX_T users 2024-07-28 13:41:14 -07:00
drm_connector.c drm/connector: kerneldoc: Fix two missing newlines in drm_connector.c 2024-08-12 09:07:31 -04:00
drm_crtc.c
drm_crtc_helper.c
drm_crtc_helper_internal.h
drm_crtc_internal.h drm/panic: Add a QR code panic screen 2024-08-23 16:55:35 +02:00
drm_damage_helper.c
drm_debugfs.c drm/client: Make client support optional 2024-10-18 09:23:03 +02:00
drm_debugfs_crc.c
drm_displayid.c drm/edid: reduce DisplayID log spamming 2024-08-14 10:19:09 +03:00
drm_displayid_internal.h
drm_drv.c drm/client: Move client event handlers to drm_client_event.c 2024-10-18 09:23:03 +02:00
drm_dumb_buffers.c
drm_edid.c drm: use mem_is_zero() instead of !memchr_inv(s, 0, n) 2024-08-16 12:07:46 +03:00
drm_edid_load.c
drm_eld.c
drm_encoder.c
drm_encoder_slave.c
drm_exec.c mm: kvmalloc: align kvrealloc() with krealloc() 2024-09-01 20:25:44 -07:00
drm_fb_dma_helper.c
drm_fb_helper.c drm/fbdev: fix drm_fb_helper_deferred_io() build failure 2024-10-22 10:46:28 +02:00
drm_fbdev_client.c drm/client: Move suspend/resume into DRM client callbacks 2024-10-18 09:23:03 +02:00
drm_fbdev_dma.c Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
drm_fbdev_shmem.c drm/fbdev-shmem: Remove obsolete setup function 2024-09-26 09:31:28 +02:00
drm_fbdev_ttm.c drm/fbdev-ttm: Remove obsolete setup function 2024-09-26 09:31:29 +02:00
drm_file.c drm: use ATOMIC64_INIT() for atomic64_t 2024-11-05 14:12:32 +02:00
drm_flip_work.c
drm_format_helper.c
drm_fourcc.c drm/fbdev-helper: Move color-mode lookup into 4CC format helper 2024-09-26 08:27:49 +02:00
drm_framebuffer.c - The series "resource: A couple of cleanups" from Andy Shevchenko 2024-11-25 16:09:48 -08:00
drm_gem.c drm/gem: Create a drm_gem_object_init_with_mnt() function 2024-09-25 08:40:20 -03:00
drm_gem_atomic_helper.c
drm_gem_dma_helper.c
drm_gem_framebuffer_helper.c
drm_gem_shmem_helper.c drm/gem: Create shmem GEM object in a given mountpoint 2024-09-25 08:40:22 -03:00
drm_gem_ttm_helper.c
drm_gem_vram_helper.c drm/gem-vram: Remove support for simple display pipelines 2024-09-06 14:41:38 +02:00
drm_gpuvm.c
drm_internal.h drm/client: Make client support optional 2024-10-18 09:23:03 +02:00
drm_ioc32.c
drm_ioctl.c drm: add DRM_SET_CLIENT_NAME ioctl 2024-10-08 10:00:30 +02:00
drm_kms_helper_common.c
drm_lease.c
drm_managed.c
drm_mipi_dbi.c
drm_mipi_dsi.c drm/mipi-dsi: fix kernel doc on mipi_dsi_compression_mode_multi 2024-10-10 14:22:43 +02:00
drm_mm.c drm/mm: annotate drm_mm_node_scanned_block() with __maybe_unused 2024-09-04 12:15:46 +03:00
drm_mode_config.c
drm_mode_object.c drm/tests: Add test for drm_framebuffer_free() 2024-09-11 14:17:11 +02:00
drm_modes.c drm: Fix kerneldoc for "Returns" section 2024-08-26 16:40:09 +02:00
drm_modeset_helper.c drm/client: Move suspend/resume into DRM client callbacks 2024-10-18 09:23:03 +02:00
drm_modeset_lock.c
drm_of.c drm: of: Add drm_of_lvds_get_dual_link_pixel_order_sink() 2024-11-05 13:26:42 +02:00
drm_panel.c
drm_panel_orientation_quirks.c drm for 6.13-rc1 2024-11-21 14:56:17 -08:00
drm_panic.c drm/panic: Add ABGR2101010 support 2024-11-04 12:36:55 +01:00
drm_panic_qr.rs drm/panic: allow verbose version check 2024-10-20 23:05:17 +02:00
drm_pci.c
drm_plane.c
drm_plane_helper.c
drm_prime.c drm: new helper: drm_gem_prime_handle_to_dmabuf() 2024-09-10 13:44:30 -04:00
drm_print.c drm/print: Introduce drm_line_printer 2024-10-07 18:34:45 -07:00
drm_privacy_screen.c
drm_privacy_screen_x86.c
drm_probe_helper.c drm/client: Move client event handlers to drm_client_event.c 2024-10-18 09:23:03 +02:00
drm_property.c
drm_rect.c drm: Fix kerneldoc for "Returns" section 2024-08-26 16:40:09 +02:00
drm_self_refresh_helper.c
drm_simple_kms_helper.c
drm_suballoc.c
drm_syncobj.c fdget(), trivial conversions 2024-11-03 01:28:06 -05:00
drm_sysfs.c
drm_trace.h
drm_trace_points.c
drm_vblank.c drm: Fix kerneldoc for "Returns" section 2024-08-26 16:40:09 +02:00
drm_vblank_work.c
drm_vma_manager.c
drm_writeback.c drm/writeback: remove pointless enable_signaling implementation 2024-10-09 14:23:37 +02:00