Hi Dave, Daniel,
Fixes for 5.0: - Fix missing freesync properties on eDP - Fix locking in pasid mgr - Fix clang warning in kfd - DC/powerplay fix - Fix reported rev ids on raven - Doorbell fix for vega20
The following changes since commit 6e11ea9de9576a644045ffdc2067c09bc2012eda:
drm/amdgpu: Transfer fences to dmabuf importer (2019-01-30 12:52:44 -0500)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-5.0
for you to fetch changes up to 7fad8da1ae23171de0ea3cdb2c620f71eb2ab983:
drm/amd/display: Attach VRR properties for eDP connectors (2019-02-05 18:10:28 -0500)
---------------------------------------------------------------- Huang Rui (1): drm/amdgpu: fix the incorrect external id for raven series
Jay Cornwall (1): drm/amdgpu: Implement doorbell self-ring for NBIO 7.4
Nathan Chancellor (1): drm/amdkfd: Fix if preprocessor statement above kfd_fill_iolink_info_for_cpu
Nicholas Kazlauskas (1): drm/amd/display: Attach VRR properties for eDP connectors
Philip Yang (1): drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idr
Roman Li (1): drm/amd/display: Fix fclk idle state
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 5 +++-- drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c | 13 +++++++++++++ drivers/gpu/drm/amd/amdgpu/soc15.c | 6 ++++-- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 ++- drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c | 10 +++++++++- 6 files changed, 32 insertions(+), 7 deletions(-)
dri-devel@lists.freedesktop.org