mbox series

[git,pull] vmwgfx-fixes-5.0-190130

Message ID 20190130105531.61599-1-thellstrom@vmware.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] vmwgfx-fixes-5.0-190130 | expand

Pull-request

git://people.freedesktop.org/~thomash/linux tags/vmwgfx-fixes-5.0-190130

Message

Thomas Hellstrom Jan. 30, 2019, 10:55 a.m. UTC
Dave, Daniel

A fix for a DMA API change from Christoph Hellwig for vmwgfx, and
Two stable fixes for regressions in the vmwgfx driver

The following changes since commit f0e7ce1eef5854584dfb59b3824a67edee37580f:

  Merge tag 'drm-msm-fixes-2019-01-24' of git://people.freedesktop.org/~robclark/linux into drm-fixes (2019-01-25 07:45:00 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~thomash/linux tags/vmwgfx-fixes-5.0-190130

for you to fetch changes up to 46984feb928ade4af744eb4e4cc8b242ffaf14e3:

  drm/vmwgfx: Also check for crtc status while checking for DU active (2019-01-29 13:57:56 +0100)

----------------------------------------------------------------
Pull request of 190130

----------------------------------------------------------------
Christoph Hellwig (4):
      drm/vmwgfx: remove CONFIG_X86 ifdefs
      drm/vmwgfx: remove CONFIG_INTEL_IOMMU ifdefs v2
      drm/vmwgfx: fix the check when to use dma_alloc_coherent
      drm/vmwgfx: unwind spaghetti code in vmw_dma_select_mode

Deepak Rawat (1):
      drm/vmwgfx: Also check for crtc status while checking for DU active

Thomas Hellstrom (1):
      drm/vmwgfx: Fix an uninitialized fence handle value

 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 55 +++++++------------------------------
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c |  6 ++--
 2 files changed, 13 insertions(+), 48 deletions(-)

Comments

Thomas Hellström (VMware) Jan. 30, 2019, 7:37 p.m. UTC | #1
Hi,

On 1/30/19 11:55 AM, Thomas Hellstrom wrote:
> Dave, Daniel
>
> A fix for a DMA API change from Christoph Hellwig for vmwgfx, and
> Two stable fixes for regressions in the vmwgfx driver
>
> The following changes since commit f0e7ce1eef5854584dfb59b3824a67edee37580f:
>
>    Merge tag 'drm-msm-fixes-2019-01-24' of git://people.freedesktop.org/~robclark/linux into drm-fixes (2019-01-25 07:45:00 +1000)
>
> are available in the Git repository at:
>
>    git://people.freedesktop.org/~thomash/linux tags/vmwgfx-fixes-5.0-190130
>
> for you to fetch changes up to 46984feb928ade4af744eb4e4cc8b242ffaf14e3:
>
>    drm/vmwgfx: Also check for crtc status while checking for DU active (2019-01-29 13:57:56 +0100)
>
Please ignore this pull request. I got notified about an uninitialized 
variable warning which looks false, but since they typically aren't 
false I'd like to investigate further. In any case I don't want to 
introduce that warning message in a stable patch.

Thanks,

Thomas