dri-devel.lists.freedesktop.org archive mirror
 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.4-rc8
Date: Fri, 15 Nov 2019 11:18:16 +1000	[thread overview]
Message-ID: <CAPM=9twvcfHPb4nrAQnHaEWhQrbByR0CfGXbWo_479c3YR47uw@mail.gmail.com> (raw)

Hey Linus,

Assuming an rc8 might happen, anyways here is this weeks non-intel hw
vuln fixes pull. 3 drivers, all small fixes.

Thanks,
Dave.

drm-fixes-2019-11-15:
drm fixes for 5.4-rc8

i915:
- MOCS table fixes for EHL and TGL
- Update Display's rawclock on resume
- GVT's dmabuf reference drop fix

amdgpu:
- Fix a potential crash in firmware parsing

sun4i:
- One fix to the dotclock dividers range for sun4i
The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-11-15

for you to fetch changes up to 07ceccacfb27be0e151b876caeda3a556cef099c:

  Merge tag 'drm-fixes-5.4-2019-11-14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-11-15
10:38:34 +1000)

----------------------------------------------------------------
drm fixes for 5.4-rc8

i915:
- MOCS table fixes for EHL and TGL
- Update Display's rawclock on resume
- GVT's dmabuf reference drop fix

amdgpu:
- Fix a potential crash in firmware parsing

sun4i:
- One fix to the dotclock dividers range for sun4i

----------------------------------------------------------------
Dave Airlie (3):
      Merge tag 'drm-intel-fixes-2019-11-13' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'drm-misc-fixes-2019-11-13' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-fixes-5.4-2019-11-14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Jani Nikula (1):
      drm/i915: update rawclk also on resume

Matt Roper (2):
      Revert "drm/i915/ehl: Update MOCS table for EHL"
      drm/i915/tgl: MOCS table update

Pan Bian (1):
      drm/i915/gvt: fix dropping obj reference twice

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2019-11-12' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Xiaojie Yuan (1):
      drm/amdgpu: fix null pointer deref in firmware header printing

Yunhao Tian (1):
      drm/sun4i: tcon: Set min division of TCON0_DCLK to 1.

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            | 38 +++++++++-------------
 drivers/gpu/drm/i915/display/intel_display_power.c |  3 ++
 drivers/gpu/drm/i915/gt/intel_mocs.c               | 10 +-----
 drivers/gpu/drm/i915/gvt/dmabuf.c                  |  4 +--
 drivers/gpu/drm/i915/i915_drv.c                    |  3 --
 drivers/gpu/drm/sun4i/sun4i_tcon.c                 |  2 +-
 6 files changed, 23 insertions(+), 37 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.4-rc8
Date: Fri, 15 Nov 2019 11:18:16 +1000	[thread overview]
Message-ID: <CAPM=9twvcfHPb4nrAQnHaEWhQrbByR0CfGXbWo_479c3YR47uw@mail.gmail.com> (raw)
Message-ID: <20191115011816.p9S3tV3wFJcNKCAEu-b7zp8qMwB8K62P5C69sOKGt3Y@z> (raw)

Hey Linus,

Assuming an rc8 might happen, anyways here is this weeks non-intel hw
vuln fixes pull. 3 drivers, all small fixes.

Thanks,
Dave.

drm-fixes-2019-11-15:
drm fixes for 5.4-rc8

i915:
- MOCS table fixes for EHL and TGL
- Update Display's rawclock on resume
- GVT's dmabuf reference drop fix

amdgpu:
- Fix a potential crash in firmware parsing

sun4i:
- One fix to the dotclock dividers range for sun4i
The following changes since commit 31f4f5b495a62c9a8b15b1c3581acd5efeb9af8c:

  Linux 5.4-rc7 (2019-11-10 16:17:15 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-11-15

for you to fetch changes up to 07ceccacfb27be0e151b876caeda3a556cef099c:

  Merge tag 'drm-fixes-5.4-2019-11-14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-11-15
10:38:34 +1000)

----------------------------------------------------------------
drm fixes for 5.4-rc8

i915:
- MOCS table fixes for EHL and TGL
- Update Display's rawclock on resume
- GVT's dmabuf reference drop fix

amdgpu:
- Fix a potential crash in firmware parsing

sun4i:
- One fix to the dotclock dividers range for sun4i

----------------------------------------------------------------
Dave Airlie (3):
      Merge tag 'drm-intel-fixes-2019-11-13' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'drm-misc-fixes-2019-11-13' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-fixes-5.4-2019-11-14' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

Jani Nikula (1):
      drm/i915: update rawclk also on resume

Matt Roper (2):
      Revert "drm/i915/ehl: Update MOCS table for EHL"
      drm/i915/tgl: MOCS table update

Pan Bian (1):
      drm/i915/gvt: fix dropping obj reference twice

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2019-11-12' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Xiaojie Yuan (1):
      drm/amdgpu: fix null pointer deref in firmware header printing

Yunhao Tian (1):
      drm/sun4i: tcon: Set min division of TCON0_DCLK to 1.

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            | 38 +++++++++-------------
 drivers/gpu/drm/i915/display/intel_display_power.c |  3 ++
 drivers/gpu/drm/i915/gt/intel_mocs.c               | 10 +-----
 drivers/gpu/drm/i915/gvt/dmabuf.c                  |  4 +--
 drivers/gpu/drm/i915/i915_drv.c                    |  3 --
 drivers/gpu/drm/sun4i/sun4i_tcon.c                 |  2 +-
 6 files changed, 23 insertions(+), 37 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2019-11-15  1:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-15  1:18 Dave Airlie [this message]
2019-11-15  1:18 ` [git pull] drm fixes for 5.4-rc8 Dave Airlie
2019-11-15 17:35 ` pr-tracker-bot
2019-11-15 17:35   ` 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=9twvcfHPb4nrAQnHaEWhQrbByR0CfGXbWo_479c3YR47uw@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 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).