All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Airlie <airlied@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] drm fixes for 5.7-rc5
Date: Fri, 8 May 2020 15:23:50 +1000	[thread overview]
Message-ID: <CAPM=9tx_hR6GYxb6zSm4Z0XMExZ0BA1NJqR8bDy5k4Nzd4xwtg@mail.gmail.com> (raw)

Hey Linus,

Another pretty normal week, didn't get any i915 fixes yet, so next
week I'd expect double the usual i915, but otherwise a bunch of amdgpu
and some scattered other fixes.

Dave.

drm-fixes-2020-05-08:
drm fixes for 5.7-rc5

hdcp:
- fix HDCP regression

amdgpu:
- Runtime PM fixes
- DC fix for PPC
- Misc DC fixes

virtio:
- fix context ordering issue

sun4i:
- old gcc warning fix

ingenic-drm:
- missing module support
The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-05-08

for you to fetch changes up to a9fe6f18cde03c20facbf75dc910a372c1c1025b:

  Merge tag 'drm-misc-fixes-2020-05-07' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-05-08
15:04:25 +1000)

----------------------------------------------------------------
drm fixes for 5.7-rc5

hdcp:
- fix HDCP regression

amdgpu:
- Runtime PM fixes
- DC fix for PPC
- Misc DC fixes

virtio:
- fix context ordering issue

sun4i:
- old gcc warning fix

ingenic-drm:
- missing module support

----------------------------------------------------------------
Arnd Bergmann (1):
      sun6i: dsi: fix gcc-4.8

Aurabindo Pillai (1):
      drm/amd/display: Prevent dpcd reads with passive dongles

Daniel Kolesa (1):
      drm/amd/display: work around fp code being emitted outside of
DC_FP_START/END

Dave Airlie (2):
      Merge tag 'amd-drm-fixes-5.7-2020-05-06' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2020-05-07' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Evan Quan (2):
      drm/amdgpu: move kfd suspend after ip_suspend_phase1
      drm/amdgpu: drop redundant cg/pg ungate on runpm enter

Gurchetan Singh (1):
      drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode

H. Nikolaus Schaller (1):
      drm: ingenic-drm: add MODULE_DEVICE_TABLE

Michel Dänzer (1):
      drm/amdgpu/dc: Use WARN_ON_ONCE for ASSERT

Roman Li (1):
      drm/amd/display: fix counter in wait_for_no_pipes_pending

Sean Paul (1):
      drm: Fix HDCP failures when SRM fw is missing

Sung Lee (1):
      drm/amd/display: Update DCN2.1 DV Code Revision

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  7 ++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 17 +++++++-----
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  5 ++--
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  | 31 ++++++++++++++++------
 .../display/dc/dml/dcn21/display_rq_dlg_calc_21.c  |  8 +++---
 drivers/gpu/drm/amd/display/dc/os_types.h          |  2 +-
 drivers/gpu/drm/drm_hdcp.c                         |  8 +++++-
 drivers/gpu/drm/ingenic/ingenic-drm.c              |  1 +
 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c             |  2 +-
 drivers/gpu/drm/virtio/virtgpu_drv.h               |  1 +
 drivers/gpu/drm/virtio/virtgpu_gem.c               |  3 +++
 drivers/gpu/drm/virtio/virtgpu_ioctl.c             |  3 +--
 12 files changed, 57 insertions(+), 31 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Dave Airlie <airlied@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: [git pull] drm fixes for 5.7-rc5
Date: Fri, 8 May 2020 15:23:50 +1000	[thread overview]
Message-ID: <CAPM=9tx_hR6GYxb6zSm4Z0XMExZ0BA1NJqR8bDy5k4Nzd4xwtg@mail.gmail.com> (raw)

Hey Linus,

Another pretty normal week, didn't get any i915 fixes yet, so next
week I'd expect double the usual i915, but otherwise a bunch of amdgpu
and some scattered other fixes.

Dave.

drm-fixes-2020-05-08:
drm fixes for 5.7-rc5

hdcp:
- fix HDCP regression

amdgpu:
- Runtime PM fixes
- DC fix for PPC
- Misc DC fixes

virtio:
- fix context ordering issue

sun4i:
- old gcc warning fix

ingenic-drm:
- missing module support
The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-05-08

for you to fetch changes up to a9fe6f18cde03c20facbf75dc910a372c1c1025b:

  Merge tag 'drm-misc-fixes-2020-05-07' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-05-08
15:04:25 +1000)

----------------------------------------------------------------
drm fixes for 5.7-rc5

hdcp:
- fix HDCP regression

amdgpu:
- Runtime PM fixes
- DC fix for PPC
- Misc DC fixes

virtio:
- fix context ordering issue

sun4i:
- old gcc warning fix

ingenic-drm:
- missing module support

----------------------------------------------------------------
Arnd Bergmann (1):
      sun6i: dsi: fix gcc-4.8

Aurabindo Pillai (1):
      drm/amd/display: Prevent dpcd reads with passive dongles

Daniel Kolesa (1):
      drm/amd/display: work around fp code being emitted outside of
DC_FP_START/END

Dave Airlie (2):
      Merge tag 'amd-drm-fixes-5.7-2020-05-06' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2020-05-07' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Evan Quan (2):
      drm/amdgpu: move kfd suspend after ip_suspend_phase1
      drm/amdgpu: drop redundant cg/pg ungate on runpm enter

Gurchetan Singh (1):
      drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode

H. Nikolaus Schaller (1):
      drm: ingenic-drm: add MODULE_DEVICE_TABLE

Michel Dänzer (1):
      drm/amdgpu/dc: Use WARN_ON_ONCE for ASSERT

Roman Li (1):
      drm/amd/display: fix counter in wait_for_no_pipes_pending

Sean Paul (1):
      drm: Fix HDCP failures when SRM fw is missing

Sung Lee (1):
      drm/amd/display: Update DCN2.1 DV Code Revision

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  7 ++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 17 +++++++-----
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  5 ++--
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  | 31 ++++++++++++++++------
 .../display/dc/dml/dcn21/display_rq_dlg_calc_21.c  |  8 +++---
 drivers/gpu/drm/amd/display/dc/os_types.h          |  2 +-
 drivers/gpu/drm/drm_hdcp.c                         |  8 +++++-
 drivers/gpu/drm/ingenic/ingenic-drm.c              |  1 +
 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c             |  2 +-
 drivers/gpu/drm/virtio/virtgpu_drv.h               |  1 +
 drivers/gpu/drm/virtio/virtgpu_gem.c               |  3 +++
 drivers/gpu/drm/virtio/virtgpu_ioctl.c             |  3 +--
 12 files changed, 57 insertions(+), 31 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2020-05-08  5:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08  5:23 Dave Airlie [this message]
2020-05-08  5:23 ` [git pull] drm fixes for 5.7-rc5 Dave Airlie
2020-05-08 16:15 ` pr-tracker-bot
2020-05-08 16:15   ` pr-tracker-bot

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=9tx_hR6GYxb6zSm4Z0XMExZ0BA1NJqR8bDy5k4Nzd4xwtg@mail.gmail.com' \
    --to=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.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.