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