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 v4.12-rc7
Date: Fri, 23 Jun 2017 15:23:34 +1000	[thread overview]
Message-ID: <CAPM=9tzYAAgrpw0FLBHnxqxN6a7ZU6v4wo5af6hnNvJBMzVk6A@mail.gmail.com> (raw)

Hi Linus,

A varied bunch of fixes, one for an API regression with connectors,
otherwise amdgpu and i915 have
a bunch of varied fixes, the shrinker ones being the most important.

Dave.

The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52:

  Linux 4.12-rc6 (2017-06-19 22:19:37 +0800)

are available in the git repository at:

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

for you to fetch changes up to 33ce7563a4858430fdf38bb867513d3fbc3dda65:

  Merge tag 'drm-misc-fixes-2017-06-22' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes (2017-06-23
11:44:51 +1000)

----------------------------------------------------------------
i915, amdgpu and one core regression fix

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
      drm/amdgpu: adjust default display clock
      drm/radeon: add a PX quirk for another K53TK variant
      drm/radeon: add a quirk for Toshiba Satellite L20-183

Chris Wilson (3):
      drm/i915: Differentiate between sw write location into ring and
last hw read
      drm/i915: Encourage our shrinker more when our shmemfs allocations fails
      drm/i915: Remove __GFP_NORETRY from our buffer allocator

Daniel Vetter (1):
      drm: Fix GETCONNECTOR regression

Dave Airlie (3):
      Merge tag 'drm-intel-fixes-2017-06-20' of
git://anongit.freedesktop.org/git/drm-intel into drm-fixes
      Merge branch 'drm-fixes-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2017-06-22' of
git://anongit.freedesktop.org/git/drm-misc into drm-fixes

Dhinakaran Pandiyan (1):
      drm/i915: Don't enable backlight at setup time.

Junshan Fang (1):
      drm/amdgpu: add Polaris12 DID

Ville Syrjälä (2):
      drm/i915: Fix deadlock witha the pipe A quirk during resume
      drm/i915: Plumb the correct acquire ctx into intel_crtc_disable_noatomic()

 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c  |  4 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c       |  1 +
 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c    |  4 +-
 drivers/gpu/drm/drm_connector.c               | 38 ++++++++--------
 drivers/gpu/drm/i915/i915_gem.c               | 63 ++++++++++++++++++---------
 drivers/gpu/drm/i915/i915_gem_request.c       |  2 +-
 drivers/gpu/drm/i915/i915_guc_submission.c    |  4 +-
 drivers/gpu/drm/i915/intel_display.c          | 30 +++++++------
 drivers/gpu/drm/i915/intel_dp_aux_backlight.c |  2 -
 drivers/gpu/drm/i915/intel_lrc.c              |  6 +--
 drivers/gpu/drm/i915/intel_ringbuffer.c       | 41 +++++++++++------
 drivers/gpu/drm/i915/intel_ringbuffer.h       | 19 +++++++-
 drivers/gpu/drm/radeon/radeon_combios.c       |  7 +++
 drivers/gpu/drm/radeon/radeon_device.c        |  4 ++
 14 files changed, 145 insertions(+), 80 deletions(-)

                 reply	other threads:[~2017-06-23  5:23 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=9tzYAAgrpw0FLBHnxqxN6a7ZU6v4wo5af6hnNvJBMzVk6A@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).