linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 4.20-rc5
@ 2018-11-30  3:11 Dave Airlie
  2018-11-30 18:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2018-11-30  3:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dri-devel, LKML

Hi Linus,

This weeks instalment of fixes. Looks fairly like business as usual
and everything seems to rolling along. There was one MST fix applied
and reverted in the misc tree, but otherwise nothing too strange in
here.

core: incorrect master setting on error fix
i915: only GVT fixes this week, one MOCS register load, rpm lock fix,
and a use after free.
rcar-du: regression fix for group start
amdgpu: DP MST fix, GPUVM fix for huge pages, RLC fix for vega20
ast: fix EDID reading stability, ioreg free fix
meson: sleep in irq fix, vblank fixes, array boundary fix

Thanks,
Dave.

drm-fixes-2018-11-30:
drm: i915 gvt, amdgpu, ast, rcar-du, meson + core fixes.
The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-11-30

for you to fetch changes up to ebcdcef30333660d3314158bac362425ade3d28c:

  Merge tag 'drm-misc-fixes-2018-11-28-1' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2018-11-29
10:11:15 +1000)

----------------------------------------------------------------
drm: i915 gvt, amdgpu, ast, rcar-du, meson + core fixes.

----------------------------------------------------------------
Chris Wilson (1):
      drm/i915/gvt: Avoid use-after-free iterating the gtt list

Christian Hewitt (1):
      drm/meson: add support for 1080p25 mode

Dave Airlie (4):
      Merge tag 'du-fixes-20181126' of
git://linuxtv.org/pinchartl/media into drm-fixes
      Merge tag 'drm-intel-fixes-2018-11-28' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'drm-fixes-4.20' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2018-11-28-1' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Felix Kuehling (2):
      drm/amdgpu: Cast to uint64_t before left shift
      drm/amdgpu: Avoid endless loop in GPUVM fragment processing

Hang Yuan (1):
      drm/i915/gvt: ensure gpu is powered before do i915_gem_gtt_insert

Joonas Lahtinen (1):
      Merge tag 'gvt-fixes-2018-11-26' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Laurent Pinchart (1):
      drm: rcar-du: Fix DU3 start/stop on M3-N

Lyude Paul (6):
      drm/amd/dm: Don't forget to attach MST encoders
      drm/amd/dm: Understand why attaching path/tile properties are needed
      drm/dp_mst: Skip validating ports during destruction, just ref
      drm/meson: Enable fast_io in meson_dw_hdmi_regmap_config
      drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut()
      Revert "drm/dp_mst: Skip validating ports during destruction, just ref"

Neil Armstrong (1):
      drm/meson: Fixes for drm_crtc_vblank_on/off support

Sam Bobroff (1):
      drm/ast: Fix incorrect free on ioregs

Sergio Correia (1):
      drm: set is_master to 0 upon drm_new_set_master() failure

Xinyun Liu (1):
      drm/i915/gvt: not to touch undefined MOCS registers

Y.C. Chen (1):
      drm/ast: fixed reading monitor EDID not stable issue

shaoyunl (1):
      drm/amdgpu: Add delay after enable RLC ucode

 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             | 14 +++++----
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  7 +++--
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  5 ++-
 drivers/gpu/drm/ast/ast_main.c                     |  3 +-
 drivers/gpu/drm/ast/ast_mode.c                     | 36 ++++++++++++++++++----
 drivers/gpu/drm/drm_auth.c                         |  2 ++
 drivers/gpu/drm/i915/gvt/aperture_gm.c             |  2 ++
 drivers/gpu/drm/i915/gvt/gtt.c                     |  7 +++--
 drivers/gpu/drm/i915/gvt/mmio_context.c            |  2 ++
 drivers/gpu/drm/meson/meson_crtc.c                 | 27 ++++++++++++++--
 drivers/gpu/drm/meson/meson_dw_hdmi.c              |  1 +
 drivers/gpu/drm/meson/meson_venc.c                 |  4 +++
 drivers/gpu/drm/meson/meson_viu.c                  | 12 ++++----
 drivers/gpu/drm/rcar-du/rcar_du_group.c            | 21 +++++++++++--
 14 files changed, 110 insertions(+), 33 deletions(-)

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

* Re: [git pull] drm fixes for 4.20-rc5
  2018-11-30  3:11 [git pull] drm fixes for 4.20-rc5 Dave Airlie
@ 2018-11-30 18:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2018-11-30 18:50 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, dri-devel, LKML

The pull request you sent on Fri, 30 Nov 2018 13:11:42 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-11-30

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/570a37437cf24790d77fed6a59fdc9ac749e6b19

Thank you!

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

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

end of thread, other threads:[~2018-11-30 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-30  3:11 [git pull] drm fixes for 4.20-rc5 Dave Airlie
2018-11-30 18:50 ` 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).