mirror of
https://github.com/torvalds/linux.git
synced 2026-08-16 20:39:58 +02:00
core:
- uapi: error out EBUSY when existing master
- uapi: rework SET/DROP MASTER permission handling
- remove drm_pci.h
- drm_pci* are now legacy
- introduced managed DRM resources
- subclassing support for drm_framebuffer
- simple encoder helper
- edid improvements
- vblank + writeback documentation improved
- drm/mm - optimise tree searches
- port drivers to use devm_drm_dev_alloc
dma-buf:
- add flag for p2p buffer support
mst:
- ACT timeout improvements
- remove drm_dp_mst_has_audio
- don't use 2nd TX slot - spec recommends against it
bridge:
- dw-hdmi various improvements
- chrontel ch7033 support
- fix stack issues with old gcc
hdmi:
- add unpack function for drm infoframe
fbdev:
- misc fbdev driver fixes
i915:
- uapi: global sseu pinning
- uapi: OA buffer polling
- uapi: remove generated perf code
- uapi: per-engine default property values in sysfs
- Tigerlake GEN12 enabled.
- Lots of gem refactoring
- Tigerlake enablement patches
- move to drm_device logging
- Icelake gamma HW readout
- push MST link retrain to hotplug work
- bandwidth atomic helpers
- ICL fixes
- RPS/GT refactoring
- Cherryview full-ppgtt support
- i915 locking guidelines documented
- require linear fb stride to be 512 multiple on gen9
- Tigerlake SAGV support
amdgpu:
- uapi: encrypted GPU memory handling
- uapi: add MEM_SYNC IB flag
- p2p dma-buf support
- export VRAM dma-bufs
- FRU chip access support
- RAS/SR-IOV updates
- Powerplay locking fixes
- VCN DPG (powergating) enablement
- GFX10 clockgating fixes
- DC fixes
- GPU reset fixes
- navi SDMA fix
- expose FP16 for modesetting
- DP 1.4 compliance fixes
- gfx10 soft recovery
- Improved Critical Thermal Faults handling
- resizable BAR on gmc10
amdkfd:
- uapi: GWS resource management
- track GPU memory per process
- report PCI domain in topology
radeon:
- safe reg list generator fixes
nouveau:
- HD audio fixes on recent systems
- vGPU detection (fail probe if we're on one, for now)
- Interlaced mode fixes (mostly avoidance on Turing, which doesn't support it)
- SVM improvements/fixes
- NVIDIA format modifier support
- Misc other fixes.
adv7511:
- HDMI SPDIF support
ast:
- allocate crtc state size
- fix double assignment
- fix suspend
bochs:
- drop connector register
cirrus:
- move to tiny drivers.
exynos:
- fix imported dma-buf mapping
- enable runtime PM
- fixes and cleanups
mediatek:
- DPI pin mode swap
- config mipi_tx current/impedance
lima:
- devfreq + cooling device support
- task handling improvements
- runtime PM support
pl111:
- vexpress init improvements
- fix module auto-load
rcar-du:
- DT bindings conversion to YAML
- Planes zpos sanity check and fix
- MAINTAINERS entry for LVDS panel driver
mcde:
- fix return value
mgag200:
- use managed config init
stm:
- read endpoints from DT
vboxvideo:
- use PCI managed functions
- drop WC mtrr
vkms:
- enable cursor by default
rockchip:
- afbc support
virtio:
- various cleanups
qxl:
- fix cursor notify port
hisilicon:
- 128-byte stride alignment fix
sun4i:
- improved format handling
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJe1edsAAoJEAx081l5xIa+bKEQAJAZv/8OMM2rx+p+GyKgrNpl
ihTX/oyToy8dw97s1kWF7V5kKU+qjF8aWlKoPS0xovzaMAzYSFz9FRNEUgqtTXMI
zIAzSXioqP21oL9/ZTHcXDULtz8Gk3uiPomgXMWLlNBdt3X5qvCwsmPRIYSwG0GJ
00VCvxDbVxGSM3wzcvbfyRwHCq3SrFvIusXv5jHnnxEFGH0C7Mj2/FLYMKLNjvli
Q8VEI2wQPZj1QdA8fLFVneIQsR6YUSko9OfFMANP8VJGpPMnUkvVxTJ5ACGJspvn
U/h6NYqJeUU2Y3BSKqtjIC3a1LY51tp5tL9q4H9TD1hqMckt6F2V7T2IeFU8i6+V
YzUsSiT4q1xB+uiFVcgopx2hyIp8INOEyWrVdYgw2JviROeRD+pDHvJd13ZNMnTe
GvLWQ/PfBFrcz8eligjiYjOf66ZTU+j/rivaOBFyrs9gdlsaEW2QRurFrcNX+0lZ
kDbLsIFjhYnPXsvHP87x4BuQCKQIEh8wWuxXuJjunBPdqVrJyltZWbBiKO571b5/
BtX6xj6ztUOffR2RdiVanzY546I2hEi7SHMUuWnMqXsOV46GBN0QvlpZad/47n9x
ZUy8HDDD0/qWuGwvPOJGIeAnUteWge9AhWXTeN5+1h5m+QEOzYkPKqC3Hp8TW1pM
gToTWgAhnu731fhzLWyt
=H7IS
-----END PGP SIGNATURE-----
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Pull drm updates from Dave Airlie:
"Highlights:
- Core DRM had a lot of refactoring around managed drm resources to
make drivers simpler.
- Intel Tigerlake support is on by default
- amdgpu now support p2p PCI buffer sharing and encrypted GPU memory
Details:
core:
- uapi: error out EBUSY when existing master
- uapi: rework SET/DROP MASTER permission handling
- remove drm_pci.h
- drm_pci* are now legacy
- introduced managed DRM resources
- subclassing support for drm_framebuffer
- simple encoder helper
- edid improvements
- vblank + writeback documentation improved
- drm/mm - optimise tree searches
- port drivers to use devm_drm_dev_alloc
dma-buf:
- add flag for p2p buffer support
mst:
- ACT timeout improvements
- remove drm_dp_mst_has_audio
- don't use 2nd TX slot - spec recommends against it
bridge:
- dw-hdmi various improvements
- chrontel ch7033 support
- fix stack issues with old gcc
hdmi:
- add unpack function for drm infoframe
fbdev:
- misc fbdev driver fixes
i915:
- uapi: global sseu pinning
- uapi: OA buffer polling
- uapi: remove generated perf code
- uapi: per-engine default property values in sysfs
- Tigerlake GEN12 enabled.
- Lots of gem refactoring
- Tigerlake enablement patches
- move to drm_device logging
- Icelake gamma HW readout
- push MST link retrain to hotplug work
- bandwidth atomic helpers
- ICL fixes
- RPS/GT refactoring
- Cherryview full-ppgtt support
- i915 locking guidelines documented
- require linear fb stride to be 512 multiple on gen9
- Tigerlake SAGV support
amdgpu:
- uapi: encrypted GPU memory handling
- uapi: add MEM_SYNC IB flag
- p2p dma-buf support
- export VRAM dma-bufs
- FRU chip access support
- RAS/SR-IOV updates
- Powerplay locking fixes
- VCN DPG (powergating) enablement
- GFX10 clockgating fixes
- DC fixes
- GPU reset fixes
- navi SDMA fix
- expose FP16 for modesetting
- DP 1.4 compliance fixes
- gfx10 soft recovery
- Improved Critical Thermal Faults handling
- resizable BAR on gmc10
amdkfd:
- uapi: GWS resource management
- track GPU memory per process
- report PCI domain in topology
radeon:
- safe reg list generator fixes
nouveau:
- HD audio fixes on recent systems
- vGPU detection (fail probe if we're on one, for now)
- Interlaced mode fixes (mostly avoidance on Turing, which doesn't support it)
- SVM improvements/fixes
- NVIDIA format modifier support
- Misc other fixes.
adv7511:
- HDMI SPDIF support
ast:
- allocate crtc state size
- fix double assignment
- fix suspend
bochs:
- drop connector register
cirrus:
- move to tiny drivers.
exynos:
- fix imported dma-buf mapping
- enable runtime PM
- fixes and cleanups
mediatek:
- DPI pin mode swap
- config mipi_tx current/impedance
lima:
- devfreq + cooling device support
- task handling improvements
- runtime PM support
pl111:
- vexpress init improvements
- fix module auto-load
rcar-du:
- DT bindings conversion to YAML
- Planes zpos sanity check and fix
- MAINTAINERS entry for LVDS panel driver
mcde:
- fix return value
mgag200:
- use managed config init
stm:
- read endpoints from DT
vboxvideo:
- use PCI managed functions
- drop WC mtrr
vkms:
- enable cursor by default
rockchip:
- afbc support
virtio:
- various cleanups
qxl:
- fix cursor notify port
hisilicon:
- 128-byte stride alignment fix
sun4i:
- improved format handling"
* tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm: (1401 commits)
drm/amd/display: Fix potential integer wraparound resulting in a hang
drm/amd/display: drop cursor position check in atomic test
drm/amdgpu: fix device attribute node create failed with multi gpu
drm/nouveau: use correct conflicting framebuffer API
drm/vblank: Fix -Wformat compile warnings on some arches
drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode
drm/amd/display: Handle GPU reset for DC block
drm/amdgpu: add apu flags (v2)
drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and raven
drm/amdgpu: fix pm sysfs node handling (v2)
drm/amdgpu: move gpu_info parsing after common early init
drm/amdgpu: move discovery gfx config fetching
drm/nouveau/dispnv50: fix runtime pm imbalance on error
drm/nouveau: fix runtime pm imbalance on error
drm/nouveau: fix runtime pm imbalance on error
drm/nouveau/debugfs: fix runtime pm imbalance on error
drm/nouveau/nouveau/hmm: fix migrate zero page to GPU
drm/nouveau/nouveau/hmm: fix nouveau_dmem_chunk allocations
drm/nouveau/kms/nv50-: Share DP SST mode_valid() handling with MST
drm/nouveau/kms/nv50-: Move 8BPC limit for MST into nv50_mstc_get_modes()
...
|
||
|---|---|---|
| .. | ||
| amdgpu_acp.c | ||
| amdgpu_acp.h | ||
| amdgpu_acpi.c | ||
| amdgpu_afmt.c | ||
| amdgpu_amdkfd_arcturus.c | ||
| amdgpu_amdkfd_fence.c | ||
| amdgpu_amdkfd_gfx_v7.c | ||
| amdgpu_amdkfd_gfx_v8.c | ||
| amdgpu_amdkfd_gfx_v9.c | ||
| amdgpu_amdkfd_gfx_v9.h | ||
| amdgpu_amdkfd_gfx_v10.c | ||
| amdgpu_amdkfd_gpuvm.c | ||
| amdgpu_amdkfd.c | ||
| amdgpu_amdkfd.h | ||
| amdgpu_atombios.c | ||
| amdgpu_atombios.h | ||
| amdgpu_atomfirmware.c | ||
| amdgpu_atomfirmware.h | ||
| amdgpu_atpx_handler.c | ||
| amdgpu_benchmark.c | ||
| amdgpu_bios.c | ||
| amdgpu_bo_list.c | ||
| amdgpu_bo_list.h | ||
| amdgpu_cgs.c | ||
| amdgpu_connectors.c | ||
| amdgpu_connectors.h | ||
| amdgpu_cs.c | ||
| amdgpu_csa.c | ||
| amdgpu_csa.h | ||
| amdgpu_ctx.c | ||
| amdgpu_ctx.h | ||
| amdgpu_debugfs.c | ||
| amdgpu_debugfs.h | ||
| amdgpu_device.c | ||
| amdgpu_df.h | ||
| amdgpu_discovery.c | ||
| amdgpu_discovery.h | ||
| amdgpu_display.c | ||
| amdgpu_display.h | ||
| amdgpu_dma_buf.c | ||
| amdgpu_dma_buf.h | ||
| amdgpu_doorbell.h | ||
| amdgpu_dpm.c | ||
| amdgpu_dpm.h | ||
| amdgpu_drv.c | ||
| amdgpu_drv.h | ||
| amdgpu_encoders.c | ||
| amdgpu_fb.c | ||
| amdgpu_fence.c | ||
| amdgpu_fru_eeprom.c | ||
| amdgpu_fru_eeprom.h | ||
| amdgpu_gart.c | ||
| amdgpu_gart.h | ||
| amdgpu_gds.h | ||
| amdgpu_gem.c | ||
| amdgpu_gem.h | ||
| amdgpu_gfx.c | ||
| amdgpu_gfx.h | ||
| amdgpu_gmc.c | ||
| amdgpu_gmc.h | ||
| amdgpu_gtt_mgr.c | ||
| amdgpu_i2c.c | ||
| amdgpu_i2c.h | ||
| amdgpu_ib.c | ||
| amdgpu_ids.c | ||
| amdgpu_ids.h | ||
| amdgpu_ih.c | ||
| amdgpu_ih.h | ||
| amdgpu_ioc32.c | ||
| amdgpu_irq.c | ||
| amdgpu_irq.h | ||
| amdgpu_job.c | ||
| amdgpu_job.h | ||
| amdgpu_jpeg.c | ||
| amdgpu_jpeg.h | ||
| amdgpu_kms.c | ||
| amdgpu_mes.h | ||
| amdgpu_mmhub.c | ||
| amdgpu_mmhub.h | ||
| amdgpu_mn.c | ||
| amdgpu_mn.h | ||
| amdgpu_mode.h | ||
| amdgpu_nbio.c | ||
| amdgpu_nbio.h | ||
| amdgpu_object.c | ||
| amdgpu_object.h | ||
| amdgpu_pll.c | ||
| amdgpu_pll.h | ||
| amdgpu_pm.c | ||
| amdgpu_pm.h | ||
| amdgpu_pmu.c | ||
| amdgpu_pmu.h | ||
| amdgpu_psp.c | ||
| amdgpu_psp.h | ||
| amdgpu_ras_eeprom.c | ||
| amdgpu_ras_eeprom.h | ||
| amdgpu_ras.c | ||
| amdgpu_ras.h | ||
| amdgpu_ring.c | ||
| amdgpu_ring.h | ||
| amdgpu_rlc.c | ||
| amdgpu_rlc.h | ||
| amdgpu_sa.c | ||
| amdgpu_sched.c | ||
| amdgpu_sched.h | ||
| amdgpu_sdma.c | ||
| amdgpu_sdma.h | ||
| amdgpu_socbb.h | ||
| amdgpu_sync.c | ||
| amdgpu_sync.h | ||
| amdgpu_test.c | ||
| amdgpu_trace_points.c | ||
| amdgpu_trace.h | ||
| amdgpu_ttm.c | ||
| amdgpu_ttm.h | ||
| amdgpu_ucode.c | ||
| amdgpu_ucode.h | ||
| amdgpu_umc.c | ||
| amdgpu_umc.h | ||
| amdgpu_uvd.c | ||
| amdgpu_uvd.h | ||
| amdgpu_vce.c | ||
| amdgpu_vce.h | ||
| amdgpu_vcn.c | ||
| amdgpu_vcn.h | ||
| amdgpu_vf_error.c | ||
| amdgpu_vf_error.h | ||
| amdgpu_virt.c | ||
| amdgpu_virt.h | ||
| amdgpu_vm_cpu.c | ||
| amdgpu_vm_sdma.c | ||
| amdgpu_vm.c | ||
| amdgpu_vm.h | ||
| amdgpu_vram_mgr.c | ||
| amdgpu_xgmi.c | ||
| amdgpu_xgmi.h | ||
| amdgpu.h | ||
| arct_reg_init.c | ||
| athub_v1_0.c | ||
| athub_v1_0.h | ||
| athub_v2_0.c | ||
| athub_v2_0.h | ||
| atom.c | ||
| atom.h | ||
| atombios_crtc.c | ||
| atombios_crtc.h | ||
| atombios_dp.c | ||
| atombios_dp.h | ||
| atombios_encoders.c | ||
| atombios_encoders.h | ||
| atombios_i2c.c | ||
| atombios_i2c.h | ||
| cik_dpm.h | ||
| cik_ih.c | ||
| cik_ih.h | ||
| cik_sdma.c | ||
| cik_sdma.h | ||
| cik.c | ||
| cik.h | ||
| cikd.h | ||
| clearstate_ci.h | ||
| clearstate_defs.h | ||
| clearstate_gfx9.h | ||
| clearstate_gfx10.h | ||
| clearstate_si.h | ||
| clearstate_vi.h | ||
| cz_ih.c | ||
| cz_ih.h | ||
| dce_v6_0.c | ||
| dce_v6_0.h | ||
| dce_v8_0.c | ||
| dce_v8_0.h | ||
| dce_v10_0.c | ||
| dce_v10_0.h | ||
| dce_v11_0.c | ||
| dce_v11_0.h | ||
| dce_virtual.c | ||
| dce_virtual.h | ||
| df_v1_7.c | ||
| df_v1_7.h | ||
| df_v3_6.c | ||
| df_v3_6.h | ||
| emu_soc.c | ||
| gfx_v6_0.c | ||
| gfx_v6_0.h | ||
| gfx_v7_0.c | ||
| gfx_v7_0.h | ||
| gfx_v8_0.c | ||
| gfx_v8_0.h | ||
| gfx_v9_4.c | ||
| gfx_v9_4.h | ||
| gfx_v9_0.c | ||
| gfx_v9_0.h | ||
| gfx_v10_0.c | ||
| gfx_v10_0.h | ||
| gfxhub_v1_1.c | ||
| gfxhub_v1_1.h | ||
| gfxhub_v1_0.c | ||
| gfxhub_v1_0.h | ||
| gfxhub_v2_0.c | ||
| gfxhub_v2_0.h | ||
| gmc_v6_0.c | ||
| gmc_v6_0.h | ||
| gmc_v7_0.c | ||
| gmc_v7_0.h | ||
| gmc_v8_0.c | ||
| gmc_v8_0.h | ||
| gmc_v9_0.c | ||
| gmc_v9_0.h | ||
| gmc_v10_0.c | ||
| gmc_v10_0.h | ||
| iceland_ih.c | ||
| iceland_ih.h | ||
| iceland_sdma_pkt_open.h | ||
| jpeg_v1_0.c | ||
| jpeg_v1_0.h | ||
| jpeg_v2_5.c | ||
| jpeg_v2_5.h | ||
| jpeg_v2_0.c | ||
| jpeg_v2_0.h | ||
| Kconfig | ||
| kv_dpm.c | ||
| kv_dpm.h | ||
| kv_smc.c | ||
| Makefile | ||
| mes_v10_1.c | ||
| mes_v10_1.h | ||
| mmhub_v1_0.c | ||
| mmhub_v1_0.h | ||
| mmhub_v2_0.c | ||
| mmhub_v2_0.h | ||
| mmhub_v9_4.c | ||
| mmhub_v9_4.h | ||
| mmsch_v1_0.h | ||
| mmsch_v2_0.h | ||
| mxgpu_ai.c | ||
| mxgpu_ai.h | ||
| mxgpu_nv.c | ||
| mxgpu_nv.h | ||
| mxgpu_vi.c | ||
| mxgpu_vi.h | ||
| navi10_ih.c | ||
| navi10_ih.h | ||
| navi10_reg_init.c | ||
| navi10_sdma_pkt_open.h | ||
| navi12_reg_init.c | ||
| navi14_reg_init.c | ||
| nbio_v2_3.c | ||
| nbio_v2_3.h | ||
| nbio_v6_1.c | ||
| nbio_v6_1.h | ||
| nbio_v7_4.c | ||
| nbio_v7_4.h | ||
| nbio_v7_0.c | ||
| nbio_v7_0.h | ||
| nv.c | ||
| nv.h | ||
| nvd.h | ||
| ObjectID.h | ||
| ppsmc.h | ||
| psp_gfx_if.h | ||
| psp_v3_1.c | ||
| psp_v3_1.h | ||
| psp_v10_0.c | ||
| psp_v10_0.h | ||
| psp_v11_0.c | ||
| psp_v11_0.h | ||
| psp_v12_0.c | ||
| psp_v12_0.h | ||
| r600_dpm.h | ||
| sdma_v2_4.c | ||
| sdma_v2_4.h | ||
| sdma_v3_0.c | ||
| sdma_v3_0.h | ||
| sdma_v4_0.c | ||
| sdma_v4_0.h | ||
| sdma_v5_0.c | ||
| sdma_v5_0.h | ||
| si_dma.c | ||
| si_dma.h | ||
| si_dpm.c | ||
| si_dpm.h | ||
| si_enums.h | ||
| si_ih.c | ||
| si_ih.h | ||
| si_smc.c | ||
| si.c | ||
| si.h | ||
| sid.h | ||
| sislands_smc.h | ||
| smu_v11_0_i2c.c | ||
| smu_v11_0_i2c.h | ||
| soc15_common.h | ||
| soc15.c | ||
| soc15.h | ||
| soc15d.h | ||
| ta_ras_if.h | ||
| ta_xgmi_if.h | ||
| tonga_ih.c | ||
| tonga_ih.h | ||
| tonga_sdma_pkt_open.h | ||
| umc_v6_1.c | ||
| umc_v6_1.h | ||
| umc_v6_0.c | ||
| umc_v6_0.h | ||
| uvd_v4_2.c | ||
| uvd_v4_2.h | ||
| uvd_v5_0.c | ||
| uvd_v5_0.h | ||
| uvd_v6_0.c | ||
| uvd_v6_0.h | ||
| uvd_v7_0.c | ||
| uvd_v7_0.h | ||
| vce_v2_0.c | ||
| vce_v2_0.h | ||
| vce_v3_0.c | ||
| vce_v3_0.h | ||
| vce_v4_0.c | ||
| vce_v4_0.h | ||
| vcn_v1_0.c | ||
| vcn_v1_0.h | ||
| vcn_v2_5.c | ||
| vcn_v2_5.h | ||
| vcn_v2_0.c | ||
| vcn_v2_0.h | ||
| vega10_ih.c | ||
| vega10_ih.h | ||
| vega10_reg_init.c | ||
| vega10_sdma_pkt_open.h | ||
| vega20_reg_init.c | ||
| vi.c | ||
| vi.h | ||
| vid.h | ||