Merge tag 'drm-fixes-2021-11-19' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "This week's fixes, pretty quiet, about right for rc2. amdgpu is the bulk of them but the scheduler ones have been reported in a few places I think. Otherwise just some minor i915 fixes and a few other scattered around: scheduler: - two refcounting fixes cma-helper: - use correct free path for noncoherent efifb: - probing fix amdgpu: - Better debugging info for SMU msgs - Better error reporting when adding IP blocks - Fix UVD powergating regression on CZ - Clock reporting fix for navi1x - OLED panel backlight fix - Fix scaling on VGA/DVI for non-DC display code - Fix GLFCLK handling for RGP on some APUs - fix potential memory leak amdkfd: - GPU reset fix i915: - return error handling fix - ADL-P display fix - TGL DSI display clocks fix nouveau: - infoframe corruption fix sun4i: - Kconfig fix" * tag 'drm-fixes-2021-11-19' of git://anongit.freedesktop.org/drm/drm: drm/amd/amdgpu: fix potential memleak drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUs drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and dvi connectors drm/amd/display: Fix OLED brightness control on eDP drm/amd/pm: Remove artificial freq level on Navi1x drm/amd/pm: avoid duplicate powergate/ungate setting drm/amdgpu: add error print when failing to add IP block(v2) drm/amd/pm: Enhanced reporting also for a stuck command drm/i915/guc: fix NULL vs IS_ERR() checking drm/i915/dsi/xelpd: Fix the bit mask for wakeup GB Revert "drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping" fbdev: Prevent probing generic drivers if a FB is already registered drm/scheduler: fix drm_sched_job_add_implicit_dependencies harder drm/scheduler: fix drm_sched_job_add_implicit_dependencies drm/sun4i: fix unmet dependency on RESET_CONTROLLER for PHY_SUN6I_MIPI_DPHY drm/cma-helper: Release non-coherent memory with dma_free_noncoherent() drm/nouveau: hdmigv100.c: fix corrupted HDMI Vendor InfoFrame
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 3 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 36 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
- drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 5 additions, 0 deletionsdrivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 2 additions, 1 deletiondrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/include/amd_shared.h 2 additions, 1 deletiondrivers/gpu/drm/amd/include/amd_shared.h
- drivers/gpu/drm/amd/pm/amdgpu_dpm.c 10 additions, 0 deletionsdrivers/gpu/drm/amd/pm/amdgpu_dpm.c
- drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h 8 additions, 0 deletionsdrivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
- drivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c 20 additions, 2 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c 8 additions, 5 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c 26 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c 27 additions, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c
- drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.h 1 addition, 0 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.h
- drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c 6 additions, 2 deletionsdrivers/gpu/drm/amd/pm/swsmu/smu_cmn.c
- drivers/gpu/drm/drm_gem_cma_helper.c 7 additions, 2 deletionsdrivers/gpu/drm/drm_gem_cma_helper.c
- drivers/gpu/drm/i915/display/icl_dsi.c 4 additions, 9 deletionsdrivers/gpu/drm/i915/display/icl_dsi.c
- drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
- drivers/gpu/drm/i915/i915_reg.h 3 additions, 1 deletiondrivers/gpu/drm/i915/i915_reg.h
- drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c 0 additions, 1 deletiondrivers/gpu/drm/nouveau/nvkm/engine/disp/hdmigv100.c
Please register or sign in to comment