Hi
2013/11/20 Mika Kuoppala :
> Daniel Vetter writes:
>
> Hi Daniel,
>
>> On Mon, Nov 18, 2013 at 04:34:44PM +0200, Mika Kuoppala wrote:
>>> Large parts of hw initialization is behind per gen
>>> clock gating functions. Including workarounds.
>>>
>>> Call intel_modeset_init_hw after reset so that
On Wed, Nov 20, 2013 at 12:47 PM, Mika Kuoppala
wrote:
> FAIL WaDisableEarlyCull:ivb
> OK WaDisableBackToBackFlipFix:ivb
> FAIL WaDisablePSDDualDispatchEnable:ivb
> FAIL WaDisableRHWOptimizationForRenderHang:ivb
> FAIL WaApplyL3ControlAndL3ChickenMode:ivb
> OK WaForceL3
Daniel Vetter writes:
Hi Daniel,
> On Mon, Nov 18, 2013 at 04:34:44PM +0200, Mika Kuoppala wrote:
>> Large parts of hw initialization is behind per gen
>> clock gating functions. Including workarounds.
>>
>> Call intel_modeset_init_hw after reset so that we
>> set these up correctly.
>>
>> Sig
On Mon, Nov 18, 2013 at 04:34:44PM +0200, Mika Kuoppala wrote:
> Large parts of hw initialization is behind per gen
> clock gating functions. Including workarounds.
>
> Call intel_modeset_init_hw after reset so that we
> set these up correctly.
>
> Signed-off-by: Mika Kuoppala
> ---
> drivers/g
Large parts of hw initialization is behind per gen
clock gating functions. Including workarounds.
Call intel_modeset_init_hw after reset so that we
set these up correctly.
Signed-off-by: Mika Kuoppala
---
drivers/gpu/drm/i915/i915_drv.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/d