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.16-rc6
Date: Fri, 16 Mar 2018 13:07:18 +1000	[thread overview]
Message-ID: <CAPM=9txk25eOeOX4TeBBjUFh6RmGknV4Nt=-cr7OYtOLb4G1_Q@mail.gmail.com> (raw)

Hi Linus,

i915 has a backlight fix for some panels, a pm and a fencing fix,
along with some GVT fixes.
amdgpu has a backlight fix across suspend/resume, an object
destruction ordering issue fix, and a displayport fix
nouveau has two backlight fixes, and a fix for some lockups.

Pretty quiet week, seems like everyone was fixing backlights.

Dave.

The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae:

  Linux 4.16-rc5 (2018-03-11 17:25:09 -0700)

are available in the Git repository at:

  git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.16-rc6

for you to fetch changes up to 3a1b5de36fdf403d1b004e537dc13997633d65df:

  Merge tag 'drm-intel-fixes-2018-03-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-03-16
12:51:35 +1000)

----------------------------------------------------------------
i915, amd and nouveau fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: save/restore backlight level in legacy dce code

Chris Wilson (2):
      drm/i915: Only prune fences after wait-for-all
      drm/i915: Kick the rps worker when changing the boost frequency

Christian König (2):
      drm/amdgpu: fix prime teardown order
      drm/radeon: fix prime teardown order

Dave Airlie (4):
      Merge branch 'drm-fixes-4.16' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2018-03-14' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2018-03-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Karol Herbst (1):
      drm/nouveau/bl: fix backlight regression

Lukas Wunner (1):
      drm/nouveau/bl: Fix oops on driver unbind

Michel Dänzer (1):
      drm/amdgpu/dce: Don't turn off DP sink when disconnected

Min He (1):
      drm/i915/gvt: keep oa config in shadow ctx

Mustamin B Mustaffa (1):
      drm/i915: Enable VBT based BL control for DP

Māris Nartišs (1):
      drm/nouveau/mmu: ALIGN_DOWN correct variable

Rodrigo Vivi (1):
      Merge tag 'gvt-fixes-2018-03-15' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Xiong Zhang (1):
      drm/i915/gvt: Add runtime_pm_get/put into gvt_switch_mmio

Zhenyu Wang (1):
      drm/i915/gvt: fix user copy warning by whitelist workload rb_tail field

fred gao (1):
      drm/i915/gvt: Correct the privilege shadow batch buffer address

 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 31 +++++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c        |  2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h       |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c     |  2 +
 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c |  4 +-
 drivers/gpu/drm/amd/amdgpu/atombios_encoders.h |  5 ++
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c         |  8 +++
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c         |  8 +++
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c          |  8 +++
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c          |  8 +++
 drivers/gpu/drm/i915/gvt/cmd_parser.c          |  8 +++
 drivers/gpu/drm/i915/gvt/mmio_context.c        |  2 +
 drivers/gpu/drm/i915/gvt/scheduler.c           | 71 ++++++++++++++++++++++++--
 drivers/gpu/drm/i915/gvt/scheduler.h           |  5 ++
 drivers/gpu/drm/i915/i915_gem.c                | 16 ++++--
 drivers/gpu/drm/i915/i915_sysfs.c              | 10 +++-
 drivers/gpu/drm/i915/intel_dp.c                | 10 ++--
 drivers/gpu/drm/nouveau/nouveau_backlight.c    | 14 ++---
 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c  |  2 +-
 drivers/gpu/drm/radeon/radeon_gem.c            |  2 -
 drivers/gpu/drm/radeon/radeon_object.c         |  2 +
 21 files changed, 169 insertions(+), 50 deletions(-)

                 reply	other threads:[~2018-03-16  3:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=9txk25eOeOX4TeBBjUFh6RmGknV4Nt=-cr7OYtOLb4G1_Q@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).