Re: [Intel-gfx] [PATCH 2/2] drm/i915: Make GPU pages movable

2016-11-13 Thread akash goel
On Thu, Nov 10, 2016 at 1:00 PM, Goel, Akash wrote: > > > On 11/10/2016 12:09 PM, Hugh Dickins wrote: >> >> On Fri, 4 Nov 2016, akash.g...@intel.com wrote: >>> >>> From: Chris Wilson >>> >>> On a long run of more than 2-3 days, physical memory

Re: [Intel-gfx] [PATCH 0/5] Handle Link Training Failure during modeset

2016-11-13 Thread Manasi Navare
On Fri, Nov 11, 2016 at 07:42:16PM +, Cheng, Tony wrote: > In case of link training failure and requiring user space to set a lower > mode, would full mode set address it? How do we make user mode select lower > resolution? > > For example 4k@60Hz monitor, and link training at 4 lane HBR2

Re: [Intel-gfx] [PATCH] drm/i915: Assuming non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBT

2016-11-13 Thread Daniel Vetter
On Fri, Nov 11, 2016 at 07:14:24PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > My heuristic for detecting type 1 DVI DP++ adaptors based on the VBT > port information apparently didn't survive the reality of buggy VBTs. > In this

Re: [Intel-gfx] [RFC i-g-t 4/4] Add support for hotplug testing with the Chamelium

2016-11-13 Thread Daniel Vetter
On Mon, Nov 07, 2016 at 07:05:16PM -0500, Lyude wrote: > For the purpose of testing things such as hotplugging and bad monitors, > the ChromeOS team ended up designing a neat little device known as the > Chamelium. More information on this can be found here: > >

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: start adding dp mst audio

2016-11-13 Thread Patchwork
== Series Details == Series: drm/i915: start adding dp mst audio URL : https://patchwork.freedesktop.org/series/15245/ State : success == Summary == Series 15245v1 drm/i915: start adding dp mst audio https://patchwork.freedesktop.org/api/1.0/series/15245/revisions/1/mbox/ fi-bdw-5557u

Re: [Intel-gfx] [PATCH v3] drm/i915: start adding dp mst audio

2016-11-13 Thread Yang, Libin
As the dp-mst flicker issue has been fixed by Dhinakaran, let's resend this patch to gfx driver to support DP-MST audio. This patch is also refined to support the new intel_audio_codec_enable() parameters. Regards, Libin > -Original Message- > From: Yang, Libin > Sent: Monday,

[Intel-gfx] [PATCH v3] drm/i915: start adding dp mst audio

2016-11-13 Thread libin . yang
From: Libin Yang (This patch is developed by Dave Airlie originally) This patch adds support for DP MST audio in i915. Enable audio codec when DP MST is enabled if has_audio flag is set. Disable audio codec when DP MST is disabled if has_audio

Re: [Intel-gfx] [PATCH v2] drm/i915/dp: Update connector status for DP MST hotplugs

2016-11-13 Thread Daniel Vetter
On Fri, Nov 11, 2016 at 10:21:39PM +0100, Daniel Vetter wrote: > On Mon, Nov 07, 2016 at 04:27:30PM -0800, Dhinakaran Pandiyan wrote: > > Hotplugging a monitor in DP MST configuration triggers short pulses. > > Although the short pulse handling path ends up in the MST hotplug function, > > we do