All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Airlie <airlied@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [git pull[ drm fixes for 4.19-rc6
Date: Fri, 28 Sep 2018 09:59:11 +1000	[thread overview]
Message-ID: <CAPM=9tzPZcrUoxq==jObY6tGOgsPP9kbAqcmOoUkts-EjHb5Ww@mail.gmail.com> (raw)

Hi Greg,

Looks like a pretty normal week for graphics,

core: syncobj fix, panel link regression revert
amd: suspend/resume fixes, EDID emulation fix
mali-dp: NV12 writeback and vblank reset fixes
etnaviv: DMA setup fix

Regards,
Dave.

drm-fixes-2018-09-28:
amd, etnaviv, mali_dp, syncobj and panel fixes
The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:

  Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)

are available in the Git repository at:

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

for you to fetch changes up to fcb1349a2af5a3c4a1d789bb5d1a9b3e582652a3:

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

----------------------------------------------------------------
amd, etnaviv, mali_dp, syncobj and panel fixes

----------------------------------------------------------------
Alexandru Gheorghe (2):
      drm: mali-dp: Call drm_crtc_vblank_reset on device init
      drm/malidp: Fix writeback in NV12

Bhawanpreet Lakha (1):
      drm/amd/display: Fix Edid emulation for linux

Dave Airlie (4):
      Merge branch 'etnaviv/fixes' of
https://git.pengutronix.de/git/lst/linux into drm-fixes
      Merge branch 'for-upstream/malidp-fixes' of
git://linux-arm.org/linux-ld into drm-fixes
      Merge tag 'drm-misc-fixes-2018-09-27-1' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Jason Ekstrand (1):
      drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set

Linus Walleij (1):
      Revert "drm/panel: Add device_link from panel device to DRM device"

Lucas Stach (1):
      drm/etnaviv: add DMA configuration for etnaviv platform device

Rex Zhu (1):
      drm/amdgpu: Fix vce work queue was not cancelled when suspend

Roman Li (1):
      drm/amd/display: Fix Vega10 lightup on S3 resume

 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |   4 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 139 ++++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   4 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h           |   1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |   2 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.h    |   5 -
 .../amd/display/dc/dce120/dce120_hw_sequencer.c    |  12 --
 drivers/gpu/drm/arm/malidp_drv.c                   |   1 +
 drivers/gpu/drm/arm/malidp_hw.c                    |  25 +++-
 drivers/gpu/drm/arm/malidp_hw.h                    |   3 +-
 drivers/gpu/drm/arm/malidp_mw.c                    |  25 +++-
 drivers/gpu/drm/arm/malidp_regs.h                  |   2 +
 drivers/gpu/drm/drm_panel.c                        |  10 --
 drivers/gpu/drm/drm_syncobj.c                      |   5 +
 drivers/gpu/drm/etnaviv/etnaviv_drv.c              |  27 +++-
 include/drm/drm_panel.h                            |   1 -
 17 files changed, 217 insertions(+), 52 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Dave Airlie <airlied@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: [git pull[ drm fixes for 4.19-rc6
Date: Fri, 28 Sep 2018 09:59:11 +1000	[thread overview]
Message-ID: <CAPM=9tzPZcrUoxq==jObY6tGOgsPP9kbAqcmOoUkts-EjHb5Ww@mail.gmail.com> (raw)

Hi Greg,

Looks like a pretty normal week for graphics,

core: syncobj fix, panel link regression revert
amd: suspend/resume fixes, EDID emulation fix
mali-dp: NV12 writeback and vblank reset fixes
etnaviv: DMA setup fix

Regards,
Dave.

drm-fixes-2018-09-28:
amd, etnaviv, mali_dp, syncobj and panel fixes
The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:

  Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)

are available in the Git repository at:

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

for you to fetch changes up to fcb1349a2af5a3c4a1d789bb5d1a9b3e582652a3:

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

----------------------------------------------------------------
amd, etnaviv, mali_dp, syncobj and panel fixes

----------------------------------------------------------------
Alexandru Gheorghe (2):
      drm: mali-dp: Call drm_crtc_vblank_reset on device init
      drm/malidp: Fix writeback in NV12

Bhawanpreet Lakha (1):
      drm/amd/display: Fix Edid emulation for linux

Dave Airlie (4):
      Merge branch 'etnaviv/fixes' of
https://git.pengutronix.de/git/lst/linux into drm-fixes
      Merge branch 'for-upstream/malidp-fixes' of
git://linux-arm.org/linux-ld into drm-fixes
      Merge tag 'drm-misc-fixes-2018-09-27-1' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge branch 'drm-fixes-4.19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Jason Ekstrand (1):
      drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set

Linus Walleij (1):
      Revert "drm/panel: Add device_link from panel device to DRM device"

Lucas Stach (1):
      drm/etnaviv: add DMA configuration for etnaviv platform device

Rex Zhu (1):
      drm/amdgpu: Fix vce work queue was not cancelled when suspend

Roman Li (1):
      drm/amd/display: Fix Vega10 lightup on S3 resume

 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c            |   4 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 139 ++++++++++++++++++++-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   4 +-
 drivers/gpu/drm/amd/display/dc/dc_link.h           |   1 +
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |   2 +-
 .../amd/display/dc/dce110/dce110_hw_sequencer.h    |   5 -
 .../amd/display/dc/dce120/dce120_hw_sequencer.c    |  12 --
 drivers/gpu/drm/arm/malidp_drv.c                   |   1 +
 drivers/gpu/drm/arm/malidp_hw.c                    |  25 +++-
 drivers/gpu/drm/arm/malidp_hw.h                    |   3 +-
 drivers/gpu/drm/arm/malidp_mw.c                    |  25 +++-
 drivers/gpu/drm/arm/malidp_regs.h                  |   2 +
 drivers/gpu/drm/drm_panel.c                        |  10 --
 drivers/gpu/drm/drm_syncobj.c                      |   5 +
 drivers/gpu/drm/etnaviv/etnaviv_drv.c              |  27 +++-
 include/drm/drm_panel.h                            |   1 -
 17 files changed, 217 insertions(+), 52 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2018-09-27 23:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-27 23:59 Dave Airlie [this message]
2018-09-27 23:59 ` [git pull[ drm fixes for 4.19-rc6 Dave Airlie
2018-09-28 17:30 ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPM=9tzPZcrUoxq==jObY6tGOgsPP9kbAqcmOoUkts-EjHb5Ww@mail.gmail.com' \
    --to=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.