linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Dave Airlie <airlied@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: [git pull] drm fixes for 4.10-rc1
Date: Fri, 23 Dec 2016 14:40:24 +0100	[thread overview]
Message-ID: <CAKMK7uEaBe_VKM8hxW=f9rK+3=q7HyDRWqiBVWRsD-d5rvifmw@mail.gmail.com> (raw)
In-Reply-To: <CAPM=9tx=HN8t9SJv862rEN9tv_Mj92pYpkp1+syJz+RnRdMuiw@mail.gmail.com>

On Fri, Dec 23, 2016 at 2:59 AM, Dave Airlie <airlied@gmail.com> wrote:
> Hi Linus,
>
> Some fixes came in while I was out, mostly intel and amdgpu ones,
> with one ast fix. If you can land them before -rc1 it would be good
> but I don't mind if they don't.

This should also shut up the WARN_ON(!intel_dp->lane_count) noise.
-Daniel

>
> Dave.
>
> The following changes since commit 50f6584e4c626b8fa39edb66f33fec27bab3996c:
>
>   Merge tag 'leds_for_4.10_email_update' of
> git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
> (2016-12-22 10:31:30 -0800)
>
> are available in the git repository at:
>
>   git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-4.10-rc1
>
> for you to fetch changes up to 4a401ceeef7bf3bc55f5e913cbf19d6038cf83c6:
>
>   Merge tag 'drm-intel-next-fixes-2016-12-22' of
> git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2016-12-23
> 05:28:02 +1000)
>
> ----------------------------------------------------------------
> drm initial fixes for 4.10 (intel, amd)
>
> ----------------------------------------------------------------
> Chris Wilson (2):
>       drm/i915: Reorder phys backing storage release
>       drm/i915: Fallback to single PAGE_SIZE segments for DMA remapping
>
> Daniel Vetter (1):
>       drm/i915: tune down the fast link training vs boot fail
>
> Dave Airlie (3):
>       Merge branch 'drm-next-4.10' of
> git://people.freedesktop.org/~agd5f/linux into drm-fixes
>       Merge tag 'drm-misc-fixes-2016-12-22' of
> git://anongit.freedesktop.org/git/drm-misc into drm-fixes
>       Merge tag 'drm-intel-next-fixes-2016-12-22' of
> git://anongit.freedesktop.org/git/drm-intel into drm-fixes
>
> Flora Cui (12):
>       drm/amdgpu: fix cursor setting of dce6/dce8
>       drm/amdgpu: update golden setting/tiling table of tahiti
>       drm/amdgpu: update golden setting for pitcairn
>       drm/amdgpu: update rev id for pitcairn
>       drm/amdgpu: update golden setting for hainan
>       drm/amdgpu: update rev id for hainan
>       drm/amdgpu: update golden setting for oland
>       drm/amdgpu: update rev id for oland
>       drm/amdgpu: update golden setting for verde
>       drm/amdgpu: update rev id for verde
>       drm/amdgpu: update tile table for verde
>       drm/amdgpu: update tile table for oland/hainan
>
> Hans de Goede (3):
>       drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from
> vlv_init_display_clock_gating
>       drm/i915/dsi: Fix swapping of MIPI_SEQ_DEASSERT_RESET /
> MIPI_SEQ_ASSERT_RESET
>       drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is setting
>
> Imre Deak (2):
>       drm/i915/gen9: Fix PCODE polling during CDCLK change notification
>       drm/i915/gen9: Fix PCODE polling during SAGV disabling
>
> Matthew Auld (1):
>       drm/i915: drop the struct_mutex when wedged or trying to reset
>
> Mika Kuoppala (1):
>       drm/i915: Fix setting of boost freq tunable
>
> Paulo Zanoni (2):
>       drm/i915: disable PSR by default on HSW/BDW
>       drm/i915: skip the first 4k of stolen memory on everything >= gen8
>
> Rex Zhu (9):
>       drm/amdgpu: disable uvd pg on Tonga.
>       drm/amdgpu: fix enable_cp_power_gating in gfx_v8.0.
>       drm/amdgpu: fix init save/restore list in gfx_v8.0
>       drm/amdgpu: enable AMD_PG_SUPPORT_CP in Carrizo/Stoney.
>       drm/amdgpu: always initialize gfx pg for gfx_v8.0.
>       drm/amdgpu: fix pg can't be disabled by PG mask.
>       drm/amdgpu: add new gfx cg flags.
>       drm/amdgpu: initialize cg flags for tonga/polaris10/polaris11.
>       drm/amdgpu: refine set clock gating for tonga/polaris
>
> Russell Currey (1):
>       drivers/gpu/drm/ast: Fix infinite loop if read fails
>
> Tvrtko Ursulin (1):
>       drm/i915: Fix use after free in logical_render_ring_init
>
>  drivers/gpu/drm/amd/amdgpu/dce_v6_0.c      |   6 +-
>  drivers/gpu/drm/amd/amdgpu/dce_v8_0.c      |   2 -
>  drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c      | 935 ++++++++++++++++++++---------
>  drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c      | 249 +++++---
>  drivers/gpu/drm/amd/amdgpu/si.c            | 442 +++++++-------
>  drivers/gpu/drm/amd/amdgpu/vi.c            | 211 +++++--
>  drivers/gpu/drm/amd/include/amd_shared.h   |   4 +
>  drivers/gpu/drm/ast/ast_main.c             |   7 +-
>  drivers/gpu/drm/i915/i915_drv.h            |   2 +
>  drivers/gpu/drm/i915/i915_gem.c            |  79 ++-
>  drivers/gpu/drm/i915/i915_gem_stolen.c     |   5 +-
>  drivers/gpu/drm/i915/i915_sysfs.c          |   2 +-
>  drivers/gpu/drm/i915/intel_bios.h          |  12 +-
>  drivers/gpu/drm/i915/intel_display.c       |  31 +-
>  drivers/gpu/drm/i915/intel_dp.c            |   4 +-
>  drivers/gpu/drm/i915/intel_dsi_panel_vbt.c |   7 +-
>  drivers/gpu/drm/i915/intel_lrc.c           |   7 +-
>  drivers/gpu/drm/i915/intel_pm.c            | 109 +++-
>  drivers/gpu/drm/i915/intel_psr.c           |  10 +-
>  drivers/gpu/drm/i915/intel_runtime_pm.c    |  13 +-
>  20 files changed, 1409 insertions(+), 728 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

      reply	other threads:[~2016-12-23 13:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-23  1:59 [git pull] drm fixes for 4.10-rc1 Dave Airlie
2016-12-23 13:40 ` Daniel Vetter [this message]

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='CAKMK7uEaBe_VKM8hxW=f9rK+3=q7HyDRWqiBVWRsD-d5rvifmw@mail.gmail.com' \
    --to=daniel@ffwll.ch \
    --cc=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).