Linus Torvalds
faa392181a
drm pull for 5.8-rc1
...
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()
...
2020-06-02 15:04:15 -07:00
..
2020-06-02 15:04:15 -07:00
2020-03-18 17:53:28 +01:00
2020-04-28 16:04:00 +02:00
2020-06-02 15:04:15 -07:00
2020-04-28 16:13:03 +02:00
2020-05-08 09:29:18 +02:00
2020-04-02 14:16:44 +02:00
2020-04-28 16:14:17 +02:00
2020-06-02 15:04:15 -07:00
2020-06-02 15:04:15 -07:00
2020-05-18 13:19:18 +09:00
2020-04-02 14:16:44 +02:00
2020-04-21 09:02:29 +02:00
2020-04-13 01:46:02 +00:00
2020-05-09 23:06:07 +02:00
2019-12-05 08:44:12 +01:00
2020-06-02 15:04:15 -07:00
2020-04-02 14:16:44 +02:00
2020-06-02 15:04:15 -07:00
2020-04-24 20:51:24 +08:00
2020-05-12 13:48:24 +02:00
2020-05-22 12:20:18 +10:00
2020-06-02 15:04:15 -07:00
2019-12-05 08:44:16 +01:00
2020-05-11 16:40:44 +02:00
2020-06-02 15:04:15 -07:00
2019-12-09 22:57:26 +01:00
2020-06-02 15:04:15 -07:00
2020-05-05 09:58:37 +03:00
2020-05-09 22:11:45 +02:00
2020-03-12 12:42:56 +10:00
2020-04-28 14:06:20 -05:00
2020-06-02 15:04:15 -07:00
2020-04-03 17:11:41 +02:00
2020-06-02 15:04:15 -07:00
2020-05-14 02:10:52 +03:00
2020-04-27 21:15:55 +02:00
2019-12-05 08:44:34 +01:00
2020-04-15 11:09:13 +02:00
2020-02-12 18:32:54 +01:00
2020-04-02 14:16:45 +02:00
2019-12-05 08:44:55 +01:00
2020-03-18 17:53:28 +01:00
2020-04-27 15:42:12 +02:00
2020-06-02 15:04:15 -07:00
2019-12-05 08:45:01 +01:00
2020-06-02 15:04:15 -07:00
2020-06-02 15:04:15 -07:00
2020-04-08 16:24:56 +02:00
2020-04-28 16:05:15 +02:00
2020-04-22 10:41:35 +10:00
2019-12-09 22:57:26 +01:00
2020-05-06 21:08:37 +02:00
2020-04-28 15:15:59 +02:00
2020-04-28 15:08:51 +02:00
2020-04-22 10:41:35 +10:00
2020-03-26 15:45:36 +01:00
2020-01-31 12:16:36 -08:00
2020-06-02 15:04:15 -07:00
2020-05-06 21:51:46 -04:00
2020-05-16 06:50:37 +02:00
2020-04-22 10:41:35 +10:00
2020-04-02 14:16:46 +02:00
2019-11-04 18:17:36 +01:00
2020-01-31 16:39:53 +01:00
2020-02-15 13:21:22 +01:00
2019-12-22 11:13:00 +01:00
2020-03-18 17:53:28 +01:00
2020-03-30 12:20:41 +01:00
2020-05-14 02:10:52 +03:00
2020-02-26 13:31:41 +02:00
2020-02-26 13:31:41 +02:00
2020-04-03 17:11:41 +02:00
2019-10-25 09:35:06 +02:00
2020-03-11 07:27:21 +10:00
2020-03-18 17:53:28 +01:00
2019-11-29 21:29:17 +02:00
2020-03-18 17:52:36 +02:00
2020-03-16 09:23:55 +01:00
2020-02-15 21:15:17 +01:00
2020-03-18 17:53:28 +01:00
2019-10-08 09:41:06 -04:00
2020-01-28 16:49:22 +01:00
2020-03-18 17:53:28 +01:00
2020-04-03 17:11:41 +02:00
2020-01-09 18:07:46 -05:00
2019-10-08 18:29:00 +02:00
2020-05-28 15:38:39 +10:00
2020-06-02 15:04:15 -07:00
2020-04-28 15:05:19 +02:00
2020-06-02 15:04:15 -07:00
2019-12-09 10:03:01 +01:00
2020-04-21 08:15:03 +02:00
2020-04-08 16:27:08 +02:00
2020-06-02 15:04:15 -07:00
2020-02-17 10:27:13 +01:00
2019-11-28 11:19:32 +01:00
2020-03-18 17:53:28 +01:00
2020-04-16 13:44:29 +02:00
2020-03-02 07:13:19 +01:00
2019-11-15 08:00:08 +01:00
2020-04-09 09:56:33 +02:00
2020-03-26 15:38:09 +01:00
2020-05-05 14:01:53 -04:00
2020-03-26 15:38:17 +01:00
2020-06-02 15:04:15 -07:00
2020-02-11 18:39:47 +02:00
2020-03-18 14:42:18 +01:00
2020-03-16 09:27:09 +01:00
2020-03-30 21:42:23 +02:00
2020-03-26 16:09:10 +01:00
2019-11-07 15:00:16 +02:00
2020-05-05 13:39:38 +02:00
2020-03-26 15:45:43 +01:00
2020-05-05 10:51:56 +02:00
2020-04-29 18:44:26 +03:00
2019-12-18 02:40:16 +02:00
2019-12-17 20:39:33 +01:00
2020-04-03 17:11:41 +02:00
2020-05-14 02:10:52 +03:00
2020-04-05 10:44:12 -04:00
2019-11-14 14:08:57 +02:00
2019-12-09 10:02:45 +01:00
2019-12-04 19:44:13 -08:00
2019-11-28 13:15:43 +01:00
2020-06-02 10:59:11 -07:00
2019-11-06 13:00:21 -05:00
2020-03-06 09:24:29 +01:00
2020-01-20 14:22:21 +01:00
2020-03-11 14:54:09 +01:00
2020-05-28 15:38:39 +10:00
2020-03-18 14:48:34 +01:00
2020-06-02 15:04:15 -07:00
2020-04-28 16:05:15 +02:00