mbox

[PULL] drm-intel-fixes

Message ID 87y3ypg3e9.fsf@intel.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-fixes-2017-01-05

Message

Jani Nikula Jan. 5, 2017, 11:19 a.m. UTC
Hi Dave, or Linus if Dave's on vacation, I'm a bit unsure,

Here's a bunch of drm/i915 fixes for v4.10-rc3. It includes GVT-g fixes,
which apparently have a conflict with Alex's (Cc'd) upcoming vfio
changes [1]. So heads up.

My new year's resolution is to start using signed tags for pulls. If
that feels like a déjà vu, it's ((new year's) resolution), not (new
(year's resolution)).

BR,
Jani.

[1] http://lkml.kernel.org/r/20170103104239.67dd95ba@canb.auug.org.au


The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-fixes-2017-01-05

for you to fetch changes up to 2471eb5fb6e1433e28426ece235e3730348019ec:

  drm/i915: Prevent timeline updates whilst performing reset (2017-01-03 11:41:57 +0200)

----------------------------------------------------------------
Chris Wilson (3):
      drm/i915: Don't clflush before release phys object
      drm/i915: Silence allocation failure during sg_trim()
      drm/i915: Prevent timeline updates whilst performing reset

Jani Nikula (1):
      Merge tag 'gvt-fixes-2016-12-26' of https://github.com/01org/gvt-linux into drm-intel-fixes

Jike Song (4):
      drm/i915/gvt/kvmgt: dereference the pointer within lock
      drm/i915/gvt/kvmgt: check returned slot for gfn
      drm/i915/gvt/kvmgt: prevent double-release of vgpu
      drm/i915/gvt/kvmgt: trival: code cleanup

Min He (2):
      drm/i915/gvt: fix an error in opregion handling
      drm/i915/gvt: fix an issue in emulating cfg space PCI_COMMAND

Pei Zhang (1):
      drm/i915/gvt: fix typo in cfg_space range check

Ping Gao (1):
      drm/i915/gvt: reset the GGTT entry when vGPU created

Ville Syrjälä (5):
      drm/i915: Force VDD off on the new power seqeuencer before starting to use it
      drm/i915: Move the min_pixclk[] handling to the end of readout
      drm/i915: Initialize overlay->last_flip properly
      drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
      drm/i915: Fix oops in overlay due to frontbuffer tracking

 drivers/gpu/drm/i915/gvt/cfg_space.c    |  4 +--
 drivers/gpu/drm/i915/gvt/gtt.c          | 55 +++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/gvt/gtt.h          |  4 +++
 drivers/gpu/drm/i915/gvt/gvt.h          |  1 +
 drivers/gpu/drm/i915/gvt/kvmgt.c        | 46 +++++++++++++++++++++------
 drivers/gpu/drm/i915/gvt/opregion.c     |  2 +-
 drivers/gpu/drm/i915/i915_gem.c         | 22 +++++++++----
 drivers/gpu/drm/i915/i915_gem_request.h | 19 ++++++++++++
 drivers/gpu/drm/i915/intel_display.c    | 32 +++++++++----------
 drivers/gpu/drm/i915/intel_dp.c         | 41 +++++++++++++++++++-----
 drivers/gpu/drm/i915/intel_overlay.c    |  9 ++++--
 11 files changed, 190 insertions(+), 45 deletions(-)

Comments

Linus Torvalds Jan. 5, 2017, 6:29 p.m. UTC | #1
On Thu, Jan 5, 2017 at 3:19 AM, Jani Nikula <jani.nikula@intel.com> wrote:
>
> Hi Dave, or Linus if Dave's on vacation, I'm a bit unsure,

I'm going to ignore this on the assumption that Dave is around. But if
nothing happens for a few days, ping me again and I'll pull it
directly. Ok?

              Linus
Dave Airlie Jan. 5, 2017, 7:40 p.m. UTC | #2
On 6 January 2017 at 04:29, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Thu, Jan 5, 2017 at 3:19 AM, Jani Nikula <jani.nikula@intel.com> wrote:
>>
>> Hi Dave, or Linus if Dave's on vacation, I'm a bit unsure,
>
> I'm going to ignore this on the assumption that Dave is around. But if
> nothing happens for a few days, ping me again and I'll pull it
> directly. Ok?

Ack from me for direct pull, I'm only on email/irc until
Monday/Tuesday next week,
then off again until LCA, then LCA.

Dave.