Merge tag 'drm-fixes-2021-04-02' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Things have settled down in time for Easter, a random smattering of small fixes across a few drivers. I'm guessing though there might be some i915 and misc fixes out there I haven't gotten yet, but since today is a public holiday here, I'm sending this early so I can have the day off, I'll see if more requests come in and decide what to do with them later. amdgpu: - Polaris idle power fix - VM fix - Vangogh S3 fix - Fixes for non-4K page sizes amdkfd: - dqm fence memory corruption fix tegra: - lockdep warning fix - runtine PM reference fix - display controller fix - PLL Fix imx: - memory leak in error path fix - LDB driver channel registration fix - oob array warning in LDB driver exynos - unused header file removal" * tag 'drm-fixes-2021-04-02' of git://anongit.freedesktop.org/drm/drm: drm/amdgpu: check alignment on CPU page for bo map drm/amdgpu: Set a suitable dev_info.gart_page_size drm/amdgpu/vangogh: don't check for dpm in is_dpm_running when in suspend drm/amdkfd: dqm fence memory corruption drm/tegra: sor: Grab runtime PM reference across reset drm/tegra: dc: Restore coupling of display controllers gpu: host1x: Use different lock classes for each client drm/tegra: dc: Don't set PLL clock to 0Hz drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() drm/amd/pm: no need to force MCLK to highest when no display connected drm/exynos/decon5433: Remove the unused include statements drm/imx: imx-ldb: fix out of bounds array access warning drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be used drm/imx: fix memory leak when fails to init
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 5 additions, 5 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
- drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 3 additions, 3 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_packet_manager_v9.c
- drivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_packet_manager_vi.c
- drivers/gpu/drm/amd/amdkfd/kfd_priv.h 4 additions, 4 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_priv.h
- drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c 2 additions, 1 deletiondrivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
- drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
- drivers/gpu/drm/exynos/exynos5433_drm_decon.c 0 additions, 1 deletiondrivers/gpu/drm/exynos/exynos5433_drm_decon.c
- drivers/gpu/drm/imx/imx-drm-core.c 1 addition, 1 deletiondrivers/gpu/drm/imx/imx-drm-core.c
- drivers/gpu/drm/imx/imx-ldb.c 11 additions, 1 deletiondrivers/gpu/drm/imx/imx-ldb.c
- drivers/gpu/drm/tegra/dc.c 13 additions, 17 deletionsdrivers/gpu/drm/tegra/dc.c
- drivers/gpu/drm/tegra/sor.c 7 additions, 0 deletionsdrivers/gpu/drm/tegra/sor.c
- drivers/gpu/host1x/bus.c 6 additions, 4 deletionsdrivers/gpu/host1x/bus.c
- include/linux/host1x.h 8 additions, 1 deletioninclude/linux/host1x.h
Loading
Please register or sign in to comment