linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 4.19-rc5
@ 2018-09-21  0:06 Dave Airlie
  2018-09-21  7:39 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2018-09-21  0:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linus Torvalds, dri-devel, LKML

Hey Greg,

Looks like a pretty run of the mill set of fixes for this stage,

core: fix debugfs for atomic, fix the check for atomic for
non-modesetting drivers
amdgpu: adds a new PCI id, some kfd fixes and a sdma fix
i915: a bunch of GVT fixes.
vc4: scaling fix
vmwgfx: modesetting fixes and a old buffer eviction fix
udl: framebuffer destruction fix
sun4i: disable on R40 fix until next kernel
pl111: NULL termination on table fix

Thanks,
Dave.

drm-fixes-2018-09-21:
amdgpu, vwmgfx, i915, sun4i, vgem, vc4, udl and core fixes.
The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

  Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-09-21

for you to fetch changes up to 4fcb7f8be829d21bcbb24eef2204fb6b34ed1f80:

  Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-09-21
09:52:27 +1000)

----------------------------------------------------------------
amdgpu, vwmgfx, i915, sun4i, vgem, vc4, udl and core fixes.

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: add new polaris pci id

Amber Lin (1):
      drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7

Boris Brezillon (1):
      drm/vc4: Fix the "no scaling" case on multi-planar YUV formats

Chen-Yu Tsai (1):
      drm/sun4i: Remove R40 display pipeline compatibles

Colin Xu (2):
      drm/i915/gvt: Init PHY related registers for BXT
      drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler

Dave Airlie (5):
      drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.
      Merge tag 'drm-misc-fixes-2018-09-19' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2018-09-19' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'vmwgfx-fixes-4.19' of
git://people.freedesktop.org/~thomash/linux into drm-fixes
      Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Deepak Rawat (4):
      drm/vmwgfx: don't check for old_crtc_state enable status
      drm/vmwgfx: limit screen size to stdu_max during check_modeset
      drm/vmwgfx: limit mode size for all display unit to texture_max
      drm/vmwgfx: Don't impose STDU limits on framebuffer size

Emil Lundmark (1):
      drm: udl: Destroy framebuffer only if it was initialized

Icenowy Zheng (1):
      drm: sun4i: drop second PLL from A64 HDMI PHY

Lyude Paul (1):
      drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creation

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2018-09-18' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Thomas Hellstrom (1):
      drm/vmwgfx: Fix buffer object eviction

Weinan Li (1):
      drm/i915/gvt: request srcu_read_lock before checking if one gfn is valid

Yong Zhao (2):
      drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
      drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs

YueHaibing (1):
      drm/fb-helper: Remove set but not used variable 'connector_funcs'

Zhipeng Gong (1):
      drm/i915/gvt: clear ggtt entries when destroy vgpu

zhong jiang (1):
      drm/pl111: Make sure of_device_id tables are NULL terminated

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c        |  6 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h        |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c           | 14 ++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c           |  1 +
 drivers/gpu/drm/amd/amdkfd/kfd_device.c           |  3 +-
 drivers/gpu/drm/amd/amdkfd/kfd_iommu.c            | 13 ++++++-
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c   |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h             |  1 +
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c         | 21 +++++++++---
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h   |  2 +-
 drivers/gpu/drm/drm_atomic.c                      |  2 +-
 drivers/gpu/drm/drm_debugfs.c                     |  2 +-
 drivers/gpu/drm/drm_fb_helper.c                   |  3 --
 drivers/gpu/drm/i915/gvt/handlers.c               |  1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c                  |  7 +++-
 drivers/gpu/drm/i915/gvt/mmio.c                   | 28 +++++++++++++++
 drivers/gpu/drm/i915/gvt/vgpu.c                   |  1 +
 drivers/gpu/drm/pl111/pl111_vexpress.c            |  3 +-
 drivers/gpu/drm/sun4i/sun4i_drv.c                 |  1 -
 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c            |  1 -
 drivers/gpu/drm/sun4i/sun8i_mixer.c               | 24 -------------
 drivers/gpu/drm/sun4i/sun8i_tcon_top.c            |  1 -
 drivers/gpu/drm/udl/udl_fb.c                      |  8 +++--
 drivers/gpu/drm/vc4/vc4_plane.c                   | 25 +++++++-------
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c           |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               | 42 ++++++++++++++++-------
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c              | 25 --------------
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c           | 24 +++++++------
 include/drm/drm_drv.h                             |  2 +-
 30 files changed, 152 insertions(+), 117 deletions(-)

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

* Re: [git pull] drm fixes for 4.19-rc5
  2018-09-21  0:06 [git pull] drm fixes for 4.19-rc5 Dave Airlie
@ 2018-09-21  7:39 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2018-09-21  7:39 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, dri-devel, LKML

On Fri, Sep 21, 2018 at 10:06:58AM +1000, Dave Airlie wrote:
> Hey Greg,
> 
> Looks like a pretty run of the mill set of fixes for this stage,
> 
> core: fix debugfs for atomic, fix the check for atomic for
> non-modesetting drivers
> amdgpu: adds a new PCI id, some kfd fixes and a sdma fix
> i915: a bunch of GVT fixes.
> vc4: scaling fix
> vmwgfx: modesetting fixes and a old buffer eviction fix
> udl: framebuffer destruction fix
> sun4i: disable on R40 fix until next kernel
> pl111: NULL termination on table fix

Now pulled, thanks.

greg k-h

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

end of thread, other threads:[~2018-09-21  7:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-21  0:06 [git pull] drm fixes for 4.19-rc5 Dave Airlie
2018-09-21  7:39 ` Greg Kroah-Hartman

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).