Re: [Intel-gfx] [PATCH] drm/i915/hsw: Implement Selective Write workaround

2014-12-19 Thread Ben Widawsky
On Fri, Dec 19, 2014 at 08:05:30PM +, Chris Wilson wrote: > On Fri, Dec 19, 2014 at 06:34:07PM +, Chris Wilson wrote: > > Just a patch a few days ago that to fix a very ontologically similar bug > > for ivb+. > > Oh boy. I just double checked the error states from those bugs I marked > as

Re: [Intel-gfx] [PATCH] drm/i915/hsw: Implement Selective Write workaround

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 06:34:07PM +, Chris Wilson wrote: > Just a patch a few days ago that to fix a very ontologically similar bug > for ivb+. Oh boy. I just double checked the error states from those bugs I marked as ivb context restore hangs... So far I appear to have consistently mislable

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Chris Wilson
To end this particular thread, Daniel made a good point on IRC that his intent is to blow away the contents of the page tables if we need to swap, and then recreate them upon next use. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Inte

Re: [Intel-gfx] [PATCH] drm/i915/hsw: Implement Selective Write workaround

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 09:26:01AM -0800, Ben Widawsky wrote: > On Fri, Dec 19, 2014 at 08:20:04AM +, Chris Wilson wrote: > > On Thu, Dec 18, 2014 at 06:20:18PM -0800, Ben Widawsky wrote: > > > From: Ben Widawsky > > > > > > The docs specify this needs to be set on HSW GT1 parts. I've impleme

[Intel-gfx] [PATCH v4 3/3] drm/i915: vlv: sanitize RPS interrupt mask during GPU idling

2014-12-19 Thread Imre Deak
We apply the RPS interrupt workaround on VLV everywhere except when writing the mask directly during idling the GPU. For consistency do this also there. While at it also extend the code comment about affected platforms. I couldn't reproduce the issue on VLV fixed by this workaround, by removing th

[Intel-gfx] [PATCH v4 2/3] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Imre Deak
In commit dbea3cea69508e9d548ed4a6be13de35492e5d15 Author: Imre Deak Date: Mon Dec 15 18:59:28 2014 +0200 drm/i915: sanitize RPS resetting during GPU reset we disable RPS interrupts during GPU resetting, but don't apply the necessary GEN6 HW workaround. This leads to a HW lockup during a

[Intel-gfx] [PATCH v4 1/3] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT

2014-12-19 Thread Imre Deak
GEN8+ HW has the option to route PM interrupts to either the CPU or to GT. For GEN8 this was already set correctly to routing to CPU, but not for GEN9, so fix this. Note that when disabling RPS interrupts this was set already correctly, though in that case it didn't matter much except for the possi

Re: [Intel-gfx] [PATCH] drm/i915/hsw: Implement Selective Write workaround

2014-12-19 Thread Ben Widawsky
On Fri, Dec 19, 2014 at 08:20:04AM +, Chris Wilson wrote: > On Thu, Dec 18, 2014 at 06:20:18PM -0800, Ben Widawsky wrote: > > From: Ben Widawsky > > > > The docs specify this needs to be set on HSW GT1 parts. I've implemented it > > as > > such since it should only be needed when using RC6,

[Intel-gfx] [PATCH v3 3/3] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Imre Deak
In commit dbea3cea69508e9d548ed4a6be13de35492e5d15 Author: Imre Deak Date: Mon Dec 15 18:59:28 2014 +0200 drm/i915: sanitize RPS resetting during GPU reset we disable RPS interrupts during GPU resetting, but don't apply the necessary GEN6 HW workaround. This leads to a HW lockup during a

[Intel-gfx] [PATCH v3 2/3] drm/i915: vlv: sanitize RPS interrupt mask during GPU idling

2014-12-19 Thread Imre Deak
We apply the RPS interrupt workaround on VLV everywhere except when writing the mask directly during idling the GPU. For consistency do this also there. While at it also extend the code comment about affected platforms. I couldn't reproduce the issue on VLV fixed by this workaround, by removing th

[Intel-gfx] [PATCH v3 1/3] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT

2014-12-19 Thread Imre Deak
GEN8+ HW has the option to route PM interrupts to either the CPU or to GT. For GEN8 this was already set correctly to routing to CPU, but not for GEN9, so fix this. Note that when disabling RPS interrupts this was set already correctly, though in that case it didn't matter much except for the possi

[Intel-gfx] Updated drm-intel-testing

2014-12-19 Thread Daniel Vetter
Hi all, New -testing cycle with cool stuff: - plane handling refactoring from Matt Roper and Gustavo Padovan in prep for atomic updates - fixes and more patches for the seqno to request transformation from John - docbook for fbc from Rodrigo - prep work for dual-link dsi from Gaurav Signh - crc

Re: [Intel-gfx] [PULL] drm-intel-next

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 10:44:34AM +0100, Daniel Vetter wrote: > Hi Dave, > > drm-intel-next-2014-12-05: > - dual-dsi enabling from Gaurav with prep work from Jani > - reshuffling the ring init code to move towards a clean sw/hw state setup > split > - ring free space refactoring from Dave Gordon

Re: [Intel-gfx] [PATCH] drm/i915: Remove OLR

2014-12-19 Thread John Harrison
Doh! The subject was meant to be RFC not PATCH. On 19/12/2014 14:41, john.c.harri...@intel.com wrote: From: John Harrison The outstanding lazy request mechanism does not really work well with a GPU scheduler. The scheduler expects each work packet, i.e. request structure, to be a complete enti

[Intel-gfx] [PATCH] drm/i915: Remove OLR

2014-12-19 Thread John . C . Harrison
From: John Harrison The outstanding lazy request mechanism does not really work well with a GPU scheduler. The scheduler expects each work packet, i.e. request structure, to be a complete entity and to belong to one and only one submitter. Whereas the whole lazy mechanism allows lots of work from

[Intel-gfx] [PATCH] drm: Ensure universal_planes is set for atomic

2014-12-19 Thread Daniel Vetter
Atomic doesn't really work without universal planes anyway. But make sure that evil userspace doesn't pull the kernel over the table because we didn't consider a cornercase that just doesn't make sense, just for safety. v2: Just force ->universal_planes to the same value to avoid imposing restrict

Re: [Intel-gfx] [PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects

2014-12-19 Thread Ville Syrjälä
On Fri, Dec 19, 2014 at 02:09:32PM +0200, Ander Conselvan de Oliveira wrote: > On 12/10/2014 04:53 PM, Ville Syrjälä wrote: > > On Wed, Dec 10, 2014 at 02:53:01PM +0100, Daniel Vetter wrote: > >> On Wed, Dec 10, 2014 at 11:13:28AM +, Chris Wilson wrote: > >>> On Wed, Dec 10, 2014 at 11:23:44AM

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Imre Deak
On Fri, 2014-12-19 at 14:41 +0100, Daniel Vetter wrote: > On Fri, Dec 19, 2014 at 02:51:57PM +0200, Imre Deak wrote: > > In > > > > commit dbea3cea69508e9d548ed4a6be13de35492e5d15 > > Author: Imre Deak > > Date: Mon Dec 15 18:59:28 2014 +0200 > > > > drm/i915: sanitize RPS resetting during

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 02:51:57PM +0200, Imre Deak wrote: > In > > commit dbea3cea69508e9d548ed4a6be13de35492e5d15 > Author: Imre Deak > Date: Mon Dec 15 18:59:28 2014 +0200 > > drm/i915: sanitize RPS resetting during GPU reset > > we disable RPS interrupts during GPU resetting, but don'

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 02:29:57PM +0100, Daniel Vetter wrote: > On Fri, Dec 19, 2014 at 01:10:40PM +, Chris Wilson wrote: > > On Fri, Dec 19, 2014 at 11:13:51AM +0100, Daniel Vetter wrote: > > > On Fri, Dec 19, 2014 at 08:50:09AM +, Chris Wilson wrote: > > > > On Fri, Dec 19, 2014 at 09:37

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 02:51:56PM +0200, Imre Deak wrote: > GEN8+ HW has the option to route PM interrupts to either the CPU or to > GT. For GEN8 this was already set correctly to routing to CPU, but not > for GEN9, so fix this. Note that when disabling RPS interrupts this was > set already correc

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 01:10:40PM +, Chris Wilson wrote: > On Fri, Dec 19, 2014 at 11:13:51AM +0100, Daniel Vetter wrote: > > On Fri, Dec 19, 2014 at 08:50:09AM +, Chris Wilson wrote: > > > On Fri, Dec 19, 2014 at 09:37:52AM +0100, Daniel Vetter wrote: > > > > On Fri, Dec 19, 2014 at 08:31

Re: [Intel-gfx] [PATCH 03/24] drm/i915: Rename to GEN8_LEGACY_PDPES

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 12:32:23PM +, Dave Gordon wrote: > On 18/12/14 20:44, Daniel Vetter wrote: > > On Thu, Dec 18, 2014 at 09:40:51PM +0100, Daniel Vetter wrote: > >> On Thu, Dec 18, 2014 at 05:10:00PM +, Michel Thierry wrote: > >>> From: Ben Widawsky > >>> > >>> In gen8, 32b PPGTT has

Re: [Intel-gfx] [PATCH] drm/i915: Only fence tiled region of object.

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 11:15:59AM +0100, Daniel Vetter wrote: > On Fri, Dec 19, 2014 at 09:17:40AM +, Chris Wilson wrote: > > On Fri, Dec 19, 2014 at 11:05:36AM +0200, Imre Deak wrote: > > > On Fri, 2014-12-19 at 08:26 +, Chris Wilson wrote: > > > > On Fri, Dec 19, 2014 at 12:14:00AM +0200

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 11:13:51AM +0100, Daniel Vetter wrote: > On Fri, Dec 19, 2014 at 08:50:09AM +, Chris Wilson wrote: > > On Fri, Dec 19, 2014 at 09:37:52AM +0100, Daniel Vetter wrote: > > > On Fri, Dec 19, 2014 at 08:31:03AM +, Chris Wilson wrote: > > > > On Thu, Dec 18, 2014 at 10:16

[Intel-gfx] [PATCH v2 1/2] drm/i915: gen9: fix RPS interrupt routing to CPU vs. GT

2014-12-19 Thread Imre Deak
GEN8+ HW has the option to route PM interrupts to either the CPU or to GT. For GEN8 this was already set correctly to routing to CPU, but not for GEN9, so fix this. Note that when disabling RPS interrupts this was set already correctly, though in that case it didn't matter much except for the possi

[Intel-gfx] [PATCH v2 2/2] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Imre Deak
In commit dbea3cea69508e9d548ed4a6be13de35492e5d15 Author: Imre Deak Date: Mon Dec 15 18:59:28 2014 +0200 drm/i915: sanitize RPS resetting during GPU reset we disable RPS interrupts during GPU resetting, but don't apply the necessary GEN6 HW workaround. This leads to a HW lockup during a

Re: [Intel-gfx] [PATCH v2] drm/i915: use effective_size for ringbuffer calculations

2014-12-19 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV -1 364/364 3

Re: [Intel-gfx] [PATCH] drm/i915: Only fence tiled region of object.

2014-12-19 Thread Dan Hettena
> > > > If we were to be consistent, then we would pad in the GTT so that no > > > > other object fitted in the full fenced region. > > > > > > Yes, I did that. In v2 I changed this (based on your feedback) so the > > > padding happens only on old GENs with the POT constraint, since on > new > > >

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Michel Thierry
On 12/19/2014 10:13 AM, Daniel Vetter wrote: On Fri, Dec 19, 2014 at 08:50:09AM +, Chris Wilson wrote: On Fri, Dec 19, 2014 at 09:37:52AM +0100, Daniel Vetter wrote: On Fri, Dec 19, 2014 at 08:31:03AM +, Chris Wilson wrote: On Thu, Dec 18, 2014 at 10:16:22PM +0100, Daniel Vetter wrote:

Re: [Intel-gfx] [PATCH 03/24] drm/i915: Rename to GEN8_LEGACY_PDPES

2014-12-19 Thread Dave Gordon
On 18/12/14 20:44, Daniel Vetter wrote: > On Thu, Dec 18, 2014 at 09:40:51PM +0100, Daniel Vetter wrote: >> On Thu, Dec 18, 2014 at 05:10:00PM +, Michel Thierry wrote: >>> From: Ben Widawsky >>> >>> In gen8, 32b PPGTT has always had one "pdp" (it doesn't actually have >>> one, but it resembles

Re: [Intel-gfx] [PATCH] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Mika Kuoppala
Daniel Vetter writes: > On Fri, Dec 19, 2014 at 11:53:21AM +0200, Imre Deak wrote: >> In >> >> commit dbea3cea69508e9d548ed4a6be13de35492e5d15 >> Author: Imre Deak >> Date: Mon Dec 15 18:59:28 2014 +0200 >> >> drm/i915: sanitize RPS resetting during GPU reset >> >> we disable RPS interr

Re: [Intel-gfx] [PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects

2014-12-19 Thread Ander Conselvan de Oliveira
On 12/10/2014 04:53 PM, Ville Syrjälä wrote: On Wed, Dec 10, 2014 at 02:53:01PM +0100, Daniel Vetter wrote: On Wed, Dec 10, 2014 at 11:13:28AM +, Chris Wilson wrote: On Wed, Dec 10, 2014 at 11:23:44AM +0100, Daniel Vetter wrote: On Wed, Dec 10, 2014 at 08:17:11AM +, Chris Wilson wrote:

Re: [Intel-gfx] [PATCH v2] drm/i915: FIFO space query code refactor

2014-12-19 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV -1 364/364 3

Re: [Intel-gfx] [PATCH] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 11:53:21AM +0200, Imre Deak wrote: > In > > commit dbea3cea69508e9d548ed4a6be13de35492e5d15 > Author: Imre Deak > Date: Mon Dec 15 18:59:28 2014 +0200 > > drm/i915: sanitize RPS resetting during GPU reset > > we disable RPS interrupts during GPU resetting, but don'

Re: [Intel-gfx] [PATCH] drm/i915: Only fence tiled region of object.

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 09:17:40AM +, Chris Wilson wrote: > On Fri, Dec 19, 2014 at 11:05:36AM +0200, Imre Deak wrote: > > On Fri, 2014-12-19 at 08:26 +, Chris Wilson wrote: > > > On Fri, Dec 19, 2014 at 12:14:00AM +0200, Imre Deak wrote: > > > > On Thu, 2014-12-18 at 22:19 +0100, Daniel Ve

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 08:50:09AM +, Chris Wilson wrote: > On Fri, Dec 19, 2014 at 09:37:52AM +0100, Daniel Vetter wrote: > > On Fri, Dec 19, 2014 at 08:31:03AM +, Chris Wilson wrote: > > > On Thu, Dec 18, 2014 at 10:16:22PM +0100, Daniel Vetter wrote: > > > > On Thu, Dec 18, 2014 at 05:09

[Intel-gfx] [PATCH] drm/i915: fix HW lockup due to missing RPS IRQ workaround on GEN6

2014-12-19 Thread Imre Deak
In commit dbea3cea69508e9d548ed4a6be13de35492e5d15 Author: Imre Deak Date: Mon Dec 15 18:59:28 2014 +0200 drm/i915: sanitize RPS resetting during GPU reset we disable RPS interrupts during GPU resetting, but don't apply the necessary GEN6 HW workaround. This leads to a HW lockup during a

[Intel-gfx] [PULL] drm-intel-next

2014-12-19 Thread Daniel Vetter
Hi Dave, drm-intel-next-2014-12-05: - dual-dsi enabling from Gaurav with prep work from Jani - reshuffling the ring init code to move towards a clean sw/hw state setup split - ring free space refactoring from Dave Gordon - s/seqno/request/ rework from John Harrison - psr support for vlv/chv from R

Re: [Intel-gfx] [PATCH 7/7] drm/i915: Enable eDP DRRS for CHV

2014-12-19 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform Delta drm-intel-nightly Series Applied PNV -1 364/364 3

[Intel-gfx] [PATCH] drm: Require universal_planes for atomic

2014-12-19 Thread Daniel Vetter
Atomic doesn't really work without universal planes anyway. But make sure that evil userspace doesn't pull the kernel over the table because we didn't consider a cornercase that just doesn't make sense, just for safety. Only requirement imposed on userspace by this is that it asks for universal pl

Re: [Intel-gfx] [PATCH] drm/i915: Changes required to enable DSI Video Mode on CHT

2014-12-19 Thread Jani Nikula
On Wed, 10 Dec 2014, Gaurav K Singh wrote: > For CHT changes are required for calculating the correct m,n & p with > minimal error +/- for the required DSI clock, so that the correct dividor > & ctrl values are written in cck regs for DSI. This patch has been tested > on CHT RVP with 1200 x 1920 p

[Intel-gfx] [PULL] topic/atomic-core

2014-12-19 Thread Daniel Vetter
Hi Dave, Next batch of atomic work. Most important is the propertification from Rob and the nth iteration of the actual atomic ioctl originally from Ville. Big differences compared to earlier revisions: - Core properties are now fully handled by the core, drivers can only handle driver-specific

[Intel-gfx] [PULL] topic/core-stuff for 3.20

2014-12-19 Thread Daniel Vetter
Hi Dave, A bit early for 3.20, but I'm out the next 2 weeks so figured I'll send you my pull request already. Misc drm patches with mostly polish patches from Thierry, with a bit of generic mode validation from Ville and a few other oddball things. Cheers, Daniel The following changes since co

Re: [Intel-gfx] [PATCH] drm/i915: Only fence tiled region of object.

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 11:05:36AM +0200, Imre Deak wrote: > On Fri, 2014-12-19 at 08:26 +, Chris Wilson wrote: > > On Fri, Dec 19, 2014 at 12:14:00AM +0200, Imre Deak wrote: > > > On Thu, 2014-12-18 at 22:19 +0100, Daniel Vetter wrote: > > > > On Thu, Dec 18, 2014 at 11:04:11PM +0200, Ville Sy

Re: [Intel-gfx] [PATCH] drm/i915: Only fence tiled region of object.

2014-12-19 Thread Imre Deak
On Fri, 2014-12-19 at 08:26 +, Chris Wilson wrote: > On Fri, Dec 19, 2014 at 12:14:00AM +0200, Imre Deak wrote: > > On Thu, 2014-12-18 at 22:19 +0100, Daniel Vetter wrote: > > > On Thu, Dec 18, 2014 at 11:04:11PM +0200, Ville Syrjälä wrote: > > > > On Thu, Dec 18, 2014 at 09:37:37PM +0100, Dani

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 09:37:52AM +0100, Daniel Vetter wrote: > On Fri, Dec 19, 2014 at 08:31:03AM +, Chris Wilson wrote: > > On Thu, Dec 18, 2014 at 10:16:22PM +0100, Daniel Vetter wrote: > > > On Thu, Dec 18, 2014 at 05:09:57PM +, Michel Thierry wrote: > > > > This new version tries to r

Re: [Intel-gfx] [PATCH] igt: Test tiled bo for proper fence.

2014-12-19 Thread Daniel Vetter
On Thu, Dec 18, 2014 at 02:43:45PM -0800, Bob Paauwe wrote: > On Thu, 18 Dec 2014 21:31:43 +0100 > Daniel Vetter wrote: > > > On Thu, Dec 18, 2014 at 09:50:27AM -0800, Bob Paauwe wrote: > > > + > > > + /* Set the tiled buffer to all 0xff's */ > > > + memset(bo_tiled->virtual, 0xff, bo_tiled->size

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Daniel Vetter
On Fri, Dec 19, 2014 at 08:31:03AM +, Chris Wilson wrote: > On Thu, Dec 18, 2014 at 10:16:22PM +0100, Daniel Vetter wrote: > > On Thu, Dec 18, 2014 at 05:09:57PM +, Michel Thierry wrote: > > > This new version tries to remove as many unnecessary changes as possible > > > from > > > the pre

Re: [Intel-gfx] [PATCH 00/24] PPGTT dynamic page allocations

2014-12-19 Thread Chris Wilson
On Thu, Dec 18, 2014 at 10:16:22PM +0100, Daniel Vetter wrote: > On Thu, Dec 18, 2014 at 05:09:57PM +, Michel Thierry wrote: > > This new version tries to remove as many unnecessary changes as possible > > from > > the previous RFC. > > > > For GEN8, it has also been extended to work in logi

Re: [Intel-gfx] [PATCH] drm/i915: Only fence tiled region of object.

2014-12-19 Thread Chris Wilson
On Fri, Dec 19, 2014 at 12:14:00AM +0200, Imre Deak wrote: > On Thu, 2014-12-18 at 22:19 +0100, Daniel Vetter wrote: > > On Thu, Dec 18, 2014 at 11:04:11PM +0200, Ville Syrjälä wrote: > > > On Thu, Dec 18, 2014 at 09:37:37PM +0100, Daniel Vetter wrote: > > > > On Thu, Dec 18, 2014 at 09:51:26AM -08

Re: [Intel-gfx] [PATCH] drm/i915/hsw: Implement Selective Write workaround

2014-12-19 Thread Chris Wilson
On Thu, Dec 18, 2014 at 06:20:18PM -0800, Ben Widawsky wrote: > From: Ben Widawsky > > The docs specify this needs to be set on HSW GT1 parts. I've implemented it as > such since it should only be needed when using RC6, but it can probably go > anywhere. > > This patch fixes extremely reproducib

Re: [Intel-gfx] [PATCH v2] drm/i915: Kill check_power_well() calls

2014-12-19 Thread Jani Nikula
On Thu, 18 Dec 2014, shuang...@intel.com wrote: > Tested-By: PRC QA PRTS (Patch Regression Test System Contact: > shuang...@intel.com) > -Summary- > Platform Delta drm-intel-nightly Series Applied >