mbox series

[git,pull] drm fixes for 4.19-rc7

Message ID CAPM=9txkgTxe=uAHSovtTk_wGTtLEOodkFFDm+DxOKb8_Z7_pw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm fixes for 4.19-rc7 | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-04

Message

Dave Airlie Oct. 4, 2018, 4:55 a.m. UTC
Hi Greg,

Nothing too much happening at this point,

3 i915 fixes:
compressed error handling zlib fix
compiler warning cleanup
and a minor code cleanup

2 tda9950:
Two fixes for the HDMI CEC

1 exynos:
A fix required for IOMMU interaction.

Thanks,
Dave.

drm-fixes-2018-10-04:
drm exynos, tda9950 and intel fixes
The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:

  Linux 4.19-rc6 (2018-09-30 07:15:35 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-04

for you to fetch changes up to d8938c981f58ee344687b7910a611ac345960045:

  Merge branch 'drm-tda9950-fixes' of
git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes (2018-10-04
10:32:14 +1000)

----------------------------------------------------------------
drm exynos, tda9950 and intel fixes

----------------------------------------------------------------
Anusha Srivatsa (1):
      drm/i915: Do not redefine the has_csr parameter.

Chris Wilson (2):
      drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
      drm/i915: Handle incomplete Z_FINISH for compressed error states

Colin Ian King (1):
      drm/i2c: tda9950: fix timeout counter check

Dave Airlie (3):
      Merge tag 'exynos-drm-fixes-for-v4.19-rc7' of
git://git.kernel.org/.../daeinki/drm-exynos into drm-fixes
      Merge tag 'drm-intel-fixes-2018-10-03' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'drm-tda9950-fixes' of
git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes

Hans Verkuil (1):
      drm/i2c: tda9950: set MAX_RETRIES for errors only

Marek Szyprowski (1):
      drm/exynos: Use selected dma_dev default iommu domain instead of
a fake one

 drivers/gpu/drm/exynos/exynos_drm_iommu.h | 34 +++---------
 drivers/gpu/drm/i2c/tda9950.c             |  5 +-
 drivers/gpu/drm/i915/i915_gpu_error.c     | 88 ++++++++++++++++++++++---------
 drivers/gpu/drm/i915/i915_gpu_error.h     |  1 +
 drivers/gpu/drm/i915/i915_irq.c           | 33 +++++-------
 drivers/gpu/drm/i915/i915_pci.c           |  1 -
 6 files changed, 85 insertions(+), 77 deletions(-)

Comments

Greg Kroah-Hartman Oct. 4, 2018, 4:47 p.m. UTC | #1
On Thu, Oct 04, 2018 at 02:55:42PM +1000, Dave Airlie wrote:
> Hi Greg,
> 
> Nothing too much happening at this point,
> 
> 3 i915 fixes:
> compressed error handling zlib fix
> compiler warning cleanup
> and a minor code cleanup
> 
> 2 tda9950:
> Two fixes for the HDMI CEC
> 
> 1 exynos:
> A fix required for IOMMU interaction.
> 
> Thanks,
> Dave.
> 
> drm-fixes-2018-10-04:
> drm exynos, tda9950 and intel fixes
> The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38:
> 
>   Linux 4.19-rc6 (2018-09-30 07:15:35 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-10-04

Now merged, thanks.

greg k-h