mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-03 18:32:38 +00:00
ttm:
- Fix ttm_bo_move_memcpy() when ttm_resource is subclassed.
- Fix ttm deadlock if target BO isn't idle
- ttm build fix
- ttm docs fix
dma-buf:
- config option fixes
fbdev:
- limit resolutions to avoid int overflow
i915:
- stddef change.
amdgpu:
- Misc cleanups, typo fixes
- EEPROM fix
- Add some new PCI IDs
- Scatter/Gather display support for Yellow Carp
- PCIe DPM fix for RKL platforms
- RAS fix
amdkfd:
- SVM fix
vc4:
- static function fix
mgag200:
- fix uninit var
panfrost:
- lock_region fixes
- Make some dma-buf config options depend on DMA_SHARED_BUFFER.
- Handle multiplication overflow of fbdev xres/yres in the core.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEEKbZHaGwW9KfbeusDHTzWXnEhr4FAmE6/HkACgkQDHTzWXnE
hr4Edw/+PTYtJHSZZbcT/Avcdif1KpEWuBfhq+dd75Tm1SNYXBRe03CqH3d23YnZ
1I9oZ4TG1St3KaFBrlW5BERyFD2RhAAWJ4bMUz+/bBN9Y2u/r1scVR7YKoqkI2jr
li1pYoPVLNYrHqdhmhsl7sKOqDRi/0TNvUY/B8tWyEZhTNiMGD9A8Tyv7WJ+iinT
/mLrR0tCYYrzkvMEVdHt0t8+Bp1nvR/ZSfCS/NavD1CZ4RffENzTnFIhBb1QvCDj
W1bF4D6930iOS/HXmheVzKygJlz9fj+8PS1DnvIyRPJjXH74dcCn+DPDRVTxyYB1
3ZSY0I2yFSK0oorN1jYVraDXGB1R0OtIwbdRWvyztqMxaj+gRrSNbSSEcRGAy4YL
Ipyvd2FyHO1rGxN5CS6FDCkJ/9WxOx1caBF0D3HhZVGxqw/m8qISxS+za8U5lbrT
90KqHnaWbKL4flfUExjpwPKSvPImgLHN4tqC8l0471i4Tku0unBf8H9RkODkreRU
fW9GHYCjzxHMwYT0JSHGohsscCvhIhkRYTYlx3bf/1tr0SfYXPiZEJwrJfNTLkZh
mfm5R+wTL5hGHdDheOldjiGQZsazzxzJv2NK5aAuojVRqJuy3pohiQ72mHP5Wr4M
9zOKlXbgBDSxTJleN7MJKZhNyanFUaZut+1rhTFeQ4RCUcgqpxc=
=R62Q
-----END PGP SIGNATURE-----
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie:
"Just an initial bunch of fixes for the merge window, amdgpu is most of
them with a few ttm fixes and an fbdev avoid multiply overflow fix.
core:
- Make some dma-buf config options depend on DMA_SHARED_BUFFER
- Handle multiplication overflow of fbdev xres/yres in the core
ttm:
- Fix ttm_bo_move_memcpy() when ttm_resource is subclassed
- Fix ttm deadlock if target BO isn't idle
- ttm build fix
- ttm docs fix
dma-buf:
- config option fixes
fbdev:
- limit resolutions to avoid int overflow
i915:
- stddef change.
amdgpu:
- Misc cleanups, typo fixes
- EEPROM fix
- Add some new PCI IDs
- Scatter/Gather display support for Yellow Carp
- PCIe DPM fix for RKL platforms
- RAS fix
amdkfd:
- SVM fix
vc4:
- static function fix
mgag200:
- fix uninit var
panfrost:
- lock_region fixes"
* tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm: (36 commits)
drm/ttm: Fix a deadlock if the target BO is not idle during swap
fbmem: don't allow too huge resolutions
dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFER
dma-buf: DMABUF_DEBUG should depend on DMA_SHARED_BUFFER
drm/i915: use linux/stddef.h due to "isystem: trim/fixup stdarg.h and other headers"
dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFER
drm/amdkfd: drop process ref count when xnack disable
drm/amdgpu: enable more pm sysfs under SRIOV 1-VF mode
drm/amdgpu: fix fdinfo race with process exit
drm/amdgpu: Fix a deadlock if previous GEM object allocation fails
drm/amdgpu: stop scheduler when calling hw_fini (v2)
drm/amdgpu: Clear RAS interrupt status on aldebaran
drm/amd/display: Initialize lt_settings on instantiation
drm/amd/display: cleanup idents after a revert
drm/amd/display: Fix memory leak reported by coverity
drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resource
drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"
drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform
drm/amdgpu: show both cmd id and name when psp cmd failed
drm/amd/display: setup system context for APUs
...
|
||
|---|---|---|
| .. | ||
| selftests | ||
| shaders | ||
| uc | ||
| debugfs_engines.c | ||
| debugfs_engines.h | ||
| debugfs_gt_pm.c | ||
| debugfs_gt_pm.h | ||
| debugfs_gt.c | ||
| debugfs_gt.h | ||
| gen2_engine_cs.c | ||
| gen2_engine_cs.h | ||
| gen6_engine_cs.c | ||
| gen6_engine_cs.h | ||
| gen6_ppgtt.c | ||
| gen6_ppgtt.h | ||
| gen6_renderstate.c | ||
| gen7_renderclear.c | ||
| gen7_renderclear.h | ||
| gen7_renderstate.c | ||
| gen8_engine_cs.c | ||
| gen8_engine_cs.h | ||
| gen8_ppgtt.c | ||
| gen8_ppgtt.h | ||
| gen8_renderstate.c | ||
| gen9_renderstate.c | ||
| hsw_clear_kernel.c | ||
| intel_breadcrumbs_types.h | ||
| intel_breadcrumbs.c | ||
| intel_breadcrumbs.h | ||
| intel_context_param.h | ||
| intel_context_sseu.c | ||
| intel_context_types.h | ||
| intel_context.c | ||
| intel_context.h | ||
| intel_engine_cs.c | ||
| intel_engine_heartbeat.c | ||
| intel_engine_heartbeat.h | ||
| intel_engine_pm.c | ||
| intel_engine_pm.h | ||
| intel_engine_stats.h | ||
| intel_engine_types.h | ||
| intel_engine_user.c | ||
| intel_engine_user.h | ||
| intel_engine.h | ||
| intel_execlists_submission.c | ||
| intel_execlists_submission.h | ||
| intel_ggtt_fencing.c | ||
| intel_ggtt_fencing.h | ||
| intel_ggtt.c | ||
| intel_gpu_commands.h | ||
| intel_gt_buffer_pool_types.h | ||
| intel_gt_buffer_pool.c | ||
| intel_gt_buffer_pool.h | ||
| intel_gt_clock_utils.c | ||
| intel_gt_clock_utils.h | ||
| intel_gt_irq.c | ||
| intel_gt_irq.h | ||
| intel_gt_pm_irq.c | ||
| intel_gt_pm_irq.h | ||
| intel_gt_pm.c | ||
| intel_gt_pm.h | ||
| intel_gt_requests.c | ||
| intel_gt_requests.h | ||
| intel_gt_types.h | ||
| intel_gt.c | ||
| intel_gt.h | ||
| intel_gtt.c | ||
| intel_gtt.h | ||
| intel_llc_types.h | ||
| intel_llc.c | ||
| intel_llc.h | ||
| intel_lrc_reg.h | ||
| intel_lrc.c | ||
| intel_lrc.h | ||
| intel_migrate_types.h | ||
| intel_migrate.c | ||
| intel_migrate.h | ||
| intel_mocs.c | ||
| intel_mocs.h | ||
| intel_ppgtt.c | ||
| intel_rc6_types.h | ||
| intel_rc6.c | ||
| intel_rc6.h | ||
| intel_region_lmem.c | ||
| intel_region_lmem.h | ||
| intel_renderstate.c | ||
| intel_renderstate.h | ||
| intel_reset_types.h | ||
| intel_reset.c | ||
| intel_reset.h | ||
| intel_ring_submission.c | ||
| intel_ring_types.h | ||
| intel_ring.c | ||
| intel_ring.h | ||
| intel_rps_types.h | ||
| intel_rps.c | ||
| intel_rps.h | ||
| intel_sseu_debugfs.c | ||
| intel_sseu_debugfs.h | ||
| intel_sseu.c | ||
| intel_sseu.h | ||
| intel_timeline_types.h | ||
| intel_timeline.c | ||
| intel_timeline.h | ||
| intel_workarounds_types.h | ||
| intel_workarounds.c | ||
| intel_workarounds.h | ||
| ivb_clear_kernel.c | ||
| mock_engine.c | ||
| mock_engine.h | ||
| selftest_context.c | ||
| selftest_engine_cs.c | ||
| selftest_engine_heartbeat.c | ||
| selftest_engine_heartbeat.h | ||
| selftest_engine_pm.c | ||
| selftest_engine.c | ||
| selftest_engine.h | ||
| selftest_execlists.c | ||
| selftest_gt_pm.c | ||
| selftest_hangcheck.c | ||
| selftest_llc.c | ||
| selftest_llc.h | ||
| selftest_lrc.c | ||
| selftest_migrate.c | ||
| selftest_mocs.c | ||
| selftest_rc6.c | ||
| selftest_rc6.h | ||
| selftest_reset.c | ||
| selftest_ring_submission.c | ||
| selftest_ring.c | ||
| selftest_rps.c | ||
| selftest_rps.h | ||
| selftest_slpc.c | ||
| selftest_timeline.c | ||
| selftest_workarounds.c | ||
| shmem_utils.c | ||
| shmem_utils.h | ||
| st_shmem_utils.c | ||
| sysfs_engines.c | ||
| sysfs_engines.h | ||