Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Jani Nikula
On Thu, 06 Nov 2014, Jesse Barnes jbar...@virtuousgeek.org wrote: If these change (e.g. after a modeset following a fastboot), we need to do a full mode set. v2: - put under pipe_config check so we don't deref a null state (Jesse) Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org ---

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Jesse Barnes
On Mon, 01 Dec 2014 12:25:45 +0200 Jani Nikula jani.nik...@linux.intel.com wrote: On Thu, 06 Nov 2014, Jesse Barnes jbar...@virtuousgeek.org wrote: If these change (e.g. after a modeset following a fastboot), we need to do a full mode set. v2: - put under pipe_config check so we

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Chris Wilson
On Mon, Dec 01, 2014 at 08:04:30AM -0800, Jesse Barnes wrote: On Mon, 01 Dec 2014 12:25:45 +0200 Jani Nikula jani.nik...@linux.intel.com wrote: On Thu, 06 Nov 2014, Jesse Barnes jbar...@virtuousgeek.org wrote: If these change (e.g. after a modeset following a fastboot), we need to do a

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Daniel Vetter
On Mon, Dec 01, 2014 at 12:25:45PM +0200, Jani Nikula wrote: On Thu, 06 Nov 2014, Jesse Barnes jbar...@virtuousgeek.org wrote: If these change (e.g. after a modeset following a fastboot), we need to do a full mode set. v2: - put under pipe_config check so we don't deref a null state

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Daniel Vetter
On Mon, Dec 01, 2014 at 04:09:07PM +, Chris Wilson wrote: On Mon, Dec 01, 2014 at 08:04:30AM -0800, Jesse Barnes wrote: On Mon, 01 Dec 2014 12:25:45 +0200 Jani Nikula jani.nik...@linux.intel.com wrote: On Thu, 06 Nov 2014, Jesse Barnes jbar...@virtuousgeek.org wrote: If these

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Chris Wilson
On Mon, Dec 01, 2014 at 05:30:41PM +0100, Daniel Vetter wrote: On Mon, Dec 01, 2014 at 04:09:07PM +, Chris Wilson wrote: On Mon, Dec 01, 2014 at 08:04:30AM -0800, Jesse Barnes wrote: On Mon, 01 Dec 2014 12:25:45 +0200 Jani Nikula jani.nik...@linux.intel.com wrote: On Thu, 06

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Daniel Vetter
On Mon, Dec 01, 2014 at 04:37:41PM +, Chris Wilson wrote: On Mon, Dec 01, 2014 at 05:30:41PM +0100, Daniel Vetter wrote: On Mon, Dec 01, 2014 at 04:09:07PM +, Chris Wilson wrote: On Mon, Dec 01, 2014 at 08:04:30AM -0800, Jesse Barnes wrote: On Mon, 01 Dec 2014 12:25:45 +0200

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Jesse Barnes
On Mon, 1 Dec 2014 17:16:25 +0100 Daniel Vetter dan...@ffwll.ch wrote: On Mon, Dec 01, 2014 at 12:25:45PM +0200, Jani Nikula wrote: On Thu, 06 Nov 2014, Jesse Barnes jbar...@virtuousgeek.org wrote: If these change (e.g. after a modeset following a fastboot), we need to do a full mode

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-12-01 Thread Daniel Vetter
On Mon, Dec 1, 2014 at 6:35 PM, Jani Nikula jani.nik...@linux.intel.com wrote: Would it be just as easy to construct a scenario that had an infroframe change that didn't get applied with the revert? Besides which a full modeset on every pan should be good motiviation to make them nonblocking

Re: [Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-11-10 Thread Ander Conselvan de Oliveira
Reviewed-by: Ander Conselvan de Oliveira ander.conselvan.de.olive...@intel.com On 11/06/2014 12:26 AM, Jesse Barnes wrote: If these change (e.g. after a modeset following a fastboot), we need to do a full mode set. v2: - put under pipe_config check so we don't deref a null state (Jesse)

[Intel-gfx] [PATCH 4/6] drm/i915: check for audio and infoframe changes across mode sets v2

2014-11-05 Thread Jesse Barnes
If these change (e.g. after a modeset following a fastboot), we need to do a full mode set. v2: - put under pipe_config check so we don't deref a null state (Jesse) Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/intel_display.c | 12 +++- 1 file changed,