Linux/linux 1374a22drivers/gpu/drm/amd/amdgpu amdgpu_cs.c soc15.c, drivers/gpu/drm/amd/display/amdgpu_dm amdgpu_dm.c

Merge tag 'drm-fixes-2019-08-23' of git://anongit.freedesktop.org/drm/drm

Pull drm fixes from Dave Airlie:
 "Live from the laundromat after my washing machine broke down, we have
  the 5.3-rc6 fixes. Changelog is in the tag below, but nothing too
  noteworthy in here:

  rcar-du:
   - LVDS dual-link mode fix

  mediatek:
   - of node refcount fix
   - prime buffer import fix
   - dma max seg fix

  komeda:
   - output polling fix
   - abfc format fix
   - memory-region DT fix

  amdgpu:
   - bpc display fix
   - ioctl memory leak fix
   - gfxoff fix
   - smu warnings fix

  i915:
   - HDMI mode readout fix"

* tag 'drm-fixes-2019-08-23' of git://anongit.freedesktop.org/drm/drm:
  drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptable
  drm/amd/display: Calculate bpc based on max_requested_bpc
  drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl
  drm/amd/amdgpu: disable MMHUB PG for navi10
  drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_smu.h
  drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptable
  drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possible
  drm/i915: Fix HW readout for crtc_clock in HDMI mode
  drm/mediatek: mtk_drm_drv.c: Add of_node_put() before goto
  drm: rcar_lvds: Fix dual link mode operations
  drm/mediatek: set DMA max segment size
  drm/mediatek: use correct device to import PRIME buffers
  drm/omap: ensure we have a valid dma_mask
  drm/komeda: Add support for 'memory-region' DT node property
  drm/komeda: Adds internal bpp computing for arm afbc only format YU08 YU10
  drm/komeda: Initialize and enable output polling on Komeda
DeltaFile
+50-4drivers/gpu/drm/mediatek/mtk_drm_drv.c
+19-0drivers/gpu/drm/arm/display/komeda/komeda_format_caps.c
+14-2drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+9-0drivers/gpu/drm/arm/display/komeda/komeda_dev.c
+7-2drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
+2-4drivers/gpu/drm/rcar-du/rcar_lvds.c
+4-2drivers/gpu/drm/amd/powerplay/smu_v11_0.c
+3-2drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c
+0-5drivers/gpu/drm/amd/amdgpu/soc15.c
+5-0drivers/gpu/drm/arm/display/komeda/komeda_kms.c
+4-0drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
+2-2drivers/gpu/drm/i915/display/intel_ddi.c
+3-0drivers/gpu/drm/arm/display/komeda/komeda_format_caps.h
+0-2drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
+1-1drivers/gpu/drm/i915/intel_drv.h
+2-0drivers/gpu/drm/mediatek/mtk_drm_drv.h
+1-1drivers/gpu/drm/omapdrm/omap_drv.c
+0-1drivers/gpu/drm/amd/amdgpu/nv.c
+126-2818 files

UnifiedSplitRaw