From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
intel-gfx@lists.freedesktop.org,
LKML <linux-kernel@vger.kernel.org>,
Joonas Lahtinen <joonas.lahtinen@intel.com>,
dri-devel@lists.freedesktop.org
Subject: [git pull] drm/i915 fixes for v4.14-rc1
Date: Thu, 7 Sep 2017 13:03:06 -0700 [thread overview]
Message-ID: <20170907200306.GA6999@intel.com> (raw)
Hi Linus,
Since Dave is on paternity leave we are sending drm/i915 fixes for
v4.14-rc1 directly to you as he had asked us to do.
The most critical ones are the GPU reset fix for gen2-4 and GVT fix
for a regression that is blocking gvt init to work on your tree.
The rest is general fixes for patches coming from drm-next.
Thanks,
Rodrigo.
The following changes since commit 7846b12fe0b5feab5446d892f41b5140c1419109:
Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next (2017-08-29 10:38:14 +1000)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-next-fixes-2017-09-07
for you to fetch changes up to 426ca2cb69cda59f32c251d1f3e111aee8c42814:
Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes (2017-09-06 13:34:13 -0700)
----------------------------------------------------------------
drm/i915 fixes for v4.14-rc1
----------------------------------------------------------------
Chris Wilson (6):
drm/i915: Quietly cancel FBC activation if CRTC is turned off before worker
drm/i915: Recreate vmapping even when the object is pinned
drm/i915: Always wake the device to flush the GTT
drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
drm/i915: Silence sparse by using gfp_t
drm/i915: Re-enable GTT following a device reset
Jian Jun Chen (1):
drm/i915/gvt: Remove one duplicated MMIO
Manasi Navare (1):
drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeouts
Rodrigo Vivi (1):
Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes
Ville Syrjälä (7):
drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offset
drm/i915: Skip fence alignemnt check for the CCS plane
drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static
drm/i915: Make i2c lock ops static
drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoder
drm/i915: Add __rcu to radix tree slot pointer
drm/i915: Annotate user relocs with __user
Zhi Wang (1):
drm/i915: Fix the missing PPAT cache attributes on CNL
drivers/gpu/drm/i915/gvt/handlers.c | 1 -
drivers/gpu/drm/i915/i915_cmd_parser.c | 2 +-
drivers/gpu/drm/i915/i915_drv.c | 12 +++-
drivers/gpu/drm/i915/i915_drv.h | 3 +
drivers/gpu/drm/i915/i915_gem.c | 28 +++++---
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 9 ++-
drivers/gpu/drm/i915/i915_gem_gtt.c | 8 +--
drivers/gpu/drm/i915/i915_trace.h | 4 +-
drivers/gpu/drm/i915/i915_vma.h | 6 ++
drivers/gpu/drm/i915/intel_color.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 110 +++++++++++++++++------------
drivers/gpu/drm/i915/intel_dp.c | 2 +-
drivers/gpu/drm/i915/intel_fbc.c | 4 +-
drivers/gpu/drm/i915/intel_fifo_underrun.c | 20 +++---
drivers/gpu/drm/i915/intel_i2c.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo.c | 2 +-
16 files changed, 130 insertions(+), 85 deletions(-)
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Jani Nikula <jani.nikula@linux.intel.com>,
Joonas Lahtinen <joonas.lahtinen@intel.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] drm/i915 fixes for v4.14-rc1
Date: Thu, 7 Sep 2017 13:03:06 -0700 [thread overview]
Message-ID: <20170907200306.GA6999@intel.com> (raw)
Hi Linus,
Since Dave is on paternity leave we are sending drm/i915 fixes for
v4.14-rc1 directly to you as he had asked us to do.
The most critical ones are the GPU reset fix for gen2-4 and GVT fix
for a regression that is blocking gvt init to work on your tree.
The rest is general fixes for patches coming from drm-next.
Thanks,
Rodrigo.
The following changes since commit 7846b12fe0b5feab5446d892f41b5140c1419109:
Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_linux into drm-next (2017-08-29 10:38:14 +1000)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-intel tags/drm-intel-next-fixes-2017-09-07
for you to fetch changes up to 426ca2cb69cda59f32c251d1f3e111aee8c42814:
Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes (2017-09-06 13:34:13 -0700)
----------------------------------------------------------------
drm/i915 fixes for v4.14-rc1
----------------------------------------------------------------
Chris Wilson (6):
drm/i915: Quietly cancel FBC activation if CRTC is turned off before worker
drm/i915: Recreate vmapping even when the object is pinned
drm/i915: Always wake the device to flush the GTT
drm/i915: Ignore duplicate VMA stored within the per-object handle LUT
drm/i915: Silence sparse by using gfp_t
drm/i915: Re-enable GTT following a device reset
Jian Jun Chen (1):
drm/i915/gvt: Remove one duplicated MMIO
Manasi Navare (1):
drm/i915/edp: Increase T12 panel delay to 900 ms to fix DP AUX CH timeouts
Rodrigo Vivi (1):
Merge tag 'gvt-fixes-2017-09-06' of https://github.com/01org/gvt-linux into drm-intel-next-fixes
Ville Syrjälä (7):
drm/i915: Treat fb->offsets[] as a raw byte offset instead of a linear offset
drm/i915: Skip fence alignemnt check for the CCS plane
drm/i915: Make i9xx_load_ycbcr_conversion_matrix() static
drm/i915: Make i2c lock ops static
drm/i915: Fix enum pipe vs. enum transcoder for the PCH transcoder
drm/i915: Add __rcu to radix tree slot pointer
drm/i915: Annotate user relocs with __user
Zhi Wang (1):
drm/i915: Fix the missing PPAT cache attributes on CNL
drivers/gpu/drm/i915/gvt/handlers.c | 1 -
drivers/gpu/drm/i915/i915_cmd_parser.c | 2 +-
drivers/gpu/drm/i915/i915_drv.c | 12 +++-
drivers/gpu/drm/i915/i915_drv.h | 3 +
drivers/gpu/drm/i915/i915_gem.c | 28 +++++---
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 9 ++-
drivers/gpu/drm/i915/i915_gem_gtt.c | 8 +--
drivers/gpu/drm/i915/i915_trace.h | 4 +-
drivers/gpu/drm/i915/i915_vma.h | 6 ++
drivers/gpu/drm/i915/intel_color.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 110 +++++++++++++++++------------
drivers/gpu/drm/i915/intel_dp.c | 2 +-
drivers/gpu/drm/i915/intel_fbc.c | 4 +-
drivers/gpu/drm/i915/intel_fifo_underrun.c | 20 +++---
drivers/gpu/drm/i915/intel_i2c.c | 2 +-
drivers/gpu/drm/i915/intel_sdvo.c | 2 +-
16 files changed, 130 insertions(+), 85 deletions(-)
next reply other threads:[~2017-09-07 20:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-07 20:03 Rodrigo Vivi [this message]
2017-09-07 20:03 ` [git pull] drm/i915 fixes for v4.14-rc1 Rodrigo Vivi
2017-09-07 21:16 ` Dave Airlie
2017-09-07 21:16 ` Dave Airlie
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=20170907200306.GA6999@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=joonas.lahtinen@intel.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.