linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.3-rc7
@ 2019-08-30  3:51 Dave Airlie
  2019-08-30 16:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2019-08-30  3:51 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

Hi Linus,

Nothing too crazy, there's probably more patches than I'd like at this
stage, but they are all pretty self contained.

Dave.

drm-fixes-2019-08-30:
drm fixes for 5.3-rc7

amdgpu:
- Fix GFXOFF regression for PCO and RV2
- Fix missing fence reference
- Fix VG20 power readings on certain SMU firmware versions
- Fix dpm level setup for VG20
- Add an ATPX laptop quirk

i915:
- Fix DP MST max BPC property creation after DRM register
- Fix unused ggtt deballooning and NULL dereference in guest
- Fix DSC eDP transcoder identification
- Fix WARN from DMA API debug by setting DMA max segment size

qxl:
- Make qxl reserve the vga ports using vgaarb to prevent switching to
vga compatibility mode.

omap:
- Fix omap port lookup for SDI output

virtio:
- Use virtio_max_dma_size to fix an issue with swiotlb.

komeda:
- Compiler fixes to komeda.
- Add missing of_node_get() call in komeda.
- Reorder the komeda de-init functions.
The following changes since commit a55aa89aab90fae7c815b0551b07be37db359d76:

  Linux 5.3-rc6 (2019-08-25 12:01:23 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-30

for you to fetch changes up to 1c0d63eb0e824cb2916a77523ec7a4fa0e9753c8:

  Merge tag 'drm-intel-fixes-2019-08-29' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-08-30
10:55:29 +1000)

----------------------------------------------------------------
drm fixes for 5.3-rc7

amdgpu:
- Fix GFXOFF regression for PCO and RV2
- Fix missing fence reference
- Fix VG20 power readings on certain SMU firmware versions
- Fix dpm level setup for VG20
- Add an ATPX laptop quirk

i915:
- Fix DP MST max BPC property creation after DRM register
- Fix unused ggtt deballooning and NULL dereference in guest
- Fix DSC eDP transcoder identification
- Fix WARN from DMA API debug by setting DMA max segment size

qxl:
- Make qxl reservel the vga ports using vgaargb to prevent switching
to vga compatibility mode.

omap:
- Fix omap port lookup for SDI output

virtio:
- Use virtio_max_dma_size to fix an issue with swiotlb.

komeda:
- Compiler fixes to komeda.
- Add missing of_node_get() call in komeda.
- Reorder the komeda de-init functions.

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: fix GFXOFF on Picasso and Raven2

Ayan Kumar Halder (1):
      drm/komeda: Reordered the komeda's de-init functions

Christian König (1):
      drm/amdgpu: fix dma_fence_wait without reference

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2019-08-28' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-fixes-5.3-2019-08-28' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2019-08-29' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Evan Quan (1):
      drm/amd/powerplay: correct Vega20 dpm level related settings

Gerd Hoffmann (2):
      drm/qxl: get vga ioports
      drm/virtio: use virtio_max_dma_size

Kai-Heng Feng (1):
      drm/amdgpu: Add APTX quirk for Dell Latitude 5495

Kent Russell (2):
      drm/powerplay: Fix Vega20 Average Power value v4
      drm/powerplay: Fix Vega20 power reading again

Laurent Pinchart (1):
      drm/omap: Fix port lookup for SDI output

Lyude Paul (1):
      drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()

Manasi Navare (1):
      drm/i915/dp: Fix DSC enable code to use cpu_transcoder instead
of encoder->type

Mihail Atanassov (1):
      drm/komeda: Add missing of_node_get() call

Ville Syrjälä (1):
      drm/i915: Do not create a new max_bpc prop for MST connectors

Xiong Zhang (1):
      drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guest

james qian wang (Arm Technology China) (3):
      drm/komeda: Fix error: not allocating enough data 1592 vs 1584
      drm/komeda: Fix warning -Wunused-but-set-variable
      drm/komeda: Clean warning 'komeda_component_add' might be a
candidate for 'gnu_printf'

 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c   |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c            | 27 +++++----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 14 ++---
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 66 +++++++++++++++++++---
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c         | 11 +++-
 drivers/gpu/drm/arm/display/komeda/komeda_dev.c    |  2 +-
 drivers/gpu/drm/arm/display/komeda/komeda_kms.c    | 29 ++++++----
 .../gpu/drm/arm/display/komeda/komeda_pipeline.h   |  1 +
 .../drm/arm/display/komeda/komeda_wb_connector.c   |  2 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c        | 10 +++-
 drivers/gpu/drm/i915/display/intel_vdsc.c          |  2 +-
 drivers/gpu/drm/i915/i915_drv.c                    |  6 ++
 drivers/gpu/drm/i915/i915_vgpu.c                   |  3 +
 drivers/gpu/drm/omapdrm/dss/output.c               |  4 +-
 drivers/gpu/drm/qxl/qxl_drv.c                      | 20 ++++++-
 drivers/gpu/drm/virtio/virtgpu_object.c            | 10 +++-
 16 files changed, 161 insertions(+), 47 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [git pull] drm fixes for 5.3-rc7
  2019-08-30  3:51 [git pull] drm fixes for 5.3-rc7 Dave Airlie
@ 2019-08-30 16:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-08-30 16:40 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, dri-devel, LKML

The pull request you sent on Fri, 30 Aug 2019 13:51:31 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-30

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f69f199271ec5f765b056dfca703587d6d2b7aae

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-30 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30  3:51 [git pull] drm fixes for 5.3-rc7 Dave Airlie
2019-08-30 16:40 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).