linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dave Airlie <airlied@gmail.com>
To: 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.20-rc5
Date: Fri, 30 Nov 2018 13:11:42 +1000	[thread overview]
Message-ID: <CAPM=9tzwOctXgaxvfjhd-xAvrBsAxo09axqQQLTcQPsq1g4TmQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2018-11-30  3:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-30  3:11 Dave Airlie [this message]
2018-11-30 18:50 ` [git pull] drm fixes for 4.20-rc5 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=9tzwOctXgaxvfjhd-xAvrBsAxo09axqQQLTcQPsq1g4TmQ@mail.gmail.com' \
    --to=airlied@gmail.com \
    --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).