dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.4-rc8
@ 2019-11-15  1:18 Dave Airlie
  2019-11-15  1:18 ` Dave Airlie
  2019-11-15 17:35 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Airlie @ 2019-11-15  1:18 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [git pull] drm fixes for 5.4-rc8
  2019-11-15  1:18 [git pull] drm fixes for 5.4-rc8 Dave Airlie
@ 2019-11-15  1:18 ` Dave Airlie
  2019-11-15 17:35 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: Dave Airlie @ 2019-11-15  1:18 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: LKML, dri-devel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] drm fixes for 5.4-rc8
  2019-11-15  1:18 [git pull] drm fixes for 5.4-rc8 Dave Airlie
  2019-11-15  1:18 ` Dave Airlie
@ 2019-11-15 17:35 ` pr-tracker-bot
  2019-11-15 17:35   ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-15 17:35 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, dri-devel, LKML

The pull request you sent on Fri, 15 Nov 2019 11:18:16 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/37b49f31e800b563ed7a601816ea4b6fc3c5d165

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] drm fixes for 5.4-rc8
  2019-11-15 17:35 ` pr-tracker-bot
@ 2019-11-15 17:35   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-15 17:35 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Linus Torvalds, LKML, dri-devel

The pull request you sent on Fri, 15 Nov 2019 11:18:16 +1000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/37b49f31e800b563ed7a601816ea4b6fc3c5d165

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-15 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15  1:18 [git pull] drm fixes for 5.4-rc8 Dave Airlie
2019-11-15  1:18 ` Dave Airlie
2019-11-15 17:35 ` pr-tracker-bot
2019-11-15 17:35   ` pr-tracker-bot

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).