Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Main set of fixes for rc2, mostly amdgpu, but some dma-fence fixups as well, along with some other misc ones. dma-fence: - fix warning about fence containers - fix logic error in new fence merge code - handle empty dma_fence_arrays gracefully bridge: - Try all possible cases for bridge/panel detection. bindings: - Don't require input port for MIPI-DSI, and make width/height mandatory. fbdev: - Fix unregistering of framebuffers without device. nouveau: - Fix a crash when booting with nouveau on tegra. amdgpu: - GFX 10.3.7 fixes - noretry updates - VCN fixes - TMDS fix - zstate fix for freesync video - DCN 3.1.5 fix - Display stack size fix - Audio fix - DCN 3.1 pstate fix - TMZ VCN fix - APU passthrough fix - Misc other fixes - VCN 3.0 fixes - Misc display fixes - GC 10.3 golden register fix - Suspend fix - SMU 10 fix amdkfd: - Error handling fix - xgmi p2p fix - HWS VMIDs fix - Event fix panel: - ili9341: Fix optional regulator handling imx: - Catch an EDID allocation failure in imx-ldb - fix a leaked drm display mode on DT parsing error in parallel-display - properly remove the dw_hdmi bridge in case the component_add fails in dw_hdmi-imx - fix the IPU clock frequency debug printout in ipu-di" * tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drm: (61 commits) dt-bindings: display: panel: mipi-dbi-spi: Make width-mm/height-mm mandatory fbdev: Fix unregistering of framebuffers without device drm/amdgpu/smu10: fix SoC/fclk units in auto mode drm/amd/display: update dcn315 clock table read drm/amdgpu/display: change pipe policy for DCN 2.1 drm/amd/display: Add configuration options for AUX wake work around. drm/amd/display: remove assert for odm transition case drm/amdgpu: don't use BACO for reset in S3 drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw drm/amdkfd: Create file descriptor after client is added to smi_clients list drm/amdgpu: Sync up header and implementation to use the same parameter names drm/amdgpu: fix incorrect GCR_GENERAL_CNTL address amd/display: set backlight only if required drm/amd/display: Fix allocate_mst_payload assert on resume drm/amd/display: Revert FEC check in validation drm/amd/display: Add work around for AUX failure on wake. drm/amd/display: Clear optc false state when disable otg drm/amd/display: Enable power gating before init_pipes drm/amd/display: Remove redundant dsc power gating from init_hw drm/amd/display: Correct Slice reset calculation ...
Showing
- Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml 0 additions, 1 deletion...n/devicetree/bindings/display/bridge/chipone,icn6211.yaml
- Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml 0 additions, 1 deletion.../devicetree/bindings/display/bridge/toshiba,tc358762.yaml
- Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml 2 additions, 0 deletions...devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
- Documentation/driver-api/dma-buf.rst 6 additions, 0 deletionsDocumentation/driver-api/dma-buf.rst
- drivers/dma-buf/Makefile 1 addition, 0 deletionsdrivers/dma-buf/Makefile
- drivers/dma-buf/dma-fence-array.c 32 additions, 0 deletionsdrivers/dma-buf/dma-fence-array.c
- drivers/dma-buf/selftests.h 1 addition, 0 deletionsdrivers/dma-buf/selftests.h
- drivers/dma-buf/st-dma-fence-unwrap.c 261 additions, 0 deletionsdrivers/dma-buf/st-dma-fence-unwrap.c
- drivers/dma-buf/sync_file.c 73 additions, 68 deletionsdrivers/dma-buf/sync_file.c
- drivers/gpu/drm/amd/amdgpu/ObjectID.h 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/ObjectID.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c 6 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 3 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_object.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h 2 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h 7 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 4 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
- drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c 3 additions, 2 deletionsdrivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
Please register or sign in to comment