Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728408 > unrolled thread
| Started by | Rodrigo Vivi <rodrigo.vivi@intel.com> |
|---|---|
| First post | 2017-09-07 22:10 +0200 |
| Last post | 2017-09-07 23:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[git pull] drm/i915 fixes for v4.14-rc1 Rodrigo Vivi <rodrigo.vivi@intel.com> - 2017-09-07 22:10 +0200
Re: [git pull] drm/i915 fixes for v4.14-rc1 Dave Airlie <airlied@gmail.com> - 2017-09-07 23:20 +0200
| From | Rodrigo Vivi <rodrigo.vivi@intel.com> |
|---|---|
| Date | 2017-09-07 22:10 +0200 |
| Subject | [git pull] drm/i915 fixes for v4.14-rc1 |
| Message-ID | <unbhD-4Wc-13@gated-at.bofh.it> |
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(-)
[toc] | [next] | [standalone]
| From | Dave Airlie <airlied@gmail.com> |
|---|---|
| Date | 2017-09-07 23:20 +0200 |
| Message-ID | <uncnp-5CP-49@gated-at.bofh.it> |
| In reply to | #1728408 |
On 8 September 2017 at 06:03, Rodrigo Vivi <rodrigo.vivi@intel.com> wrote: > 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. Acked-by: Dave Airlie <airlied@redhat.com> hopefully be back for a bit next week. Dave.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web