On Wed, Jan 29, 2014 at 9:55 AM, Ben Widawsky
<[email protected] <mailto:[email protected]>> wrote:

    Signed-off-by: Ben Widawsky <[email protected] <mailto:[email protected]>>
    ---
      drivers/gpu/drm/i915/intel_pm.c | 2 +-
      1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/i915/intel_pm.c
    b/drivers/gpu/drm/i915/intel_pm.c
    index 34cc898..deaaaf2 100644
    --- a/drivers/gpu/drm/i915/intel_pm.c
    +++ b/drivers/gpu/drm/i915/intel_pm.c
    @@ -3016,7 +3016,7 @@ void gen6_set_rps(struct drm_device *dev, u8 val)

             gen6_set_rps_thresholds(dev_priv, val);

    -       if (IS_HASWELL(dev))
    +       if (IS_HASWELL(dev) || IS_BROADWELL(dev))
                     I915_WRITE(GEN6_RPNSWREQ,
                                HSW_FREQUENCY(val));
             else
    --
    1.8.5.3

    _______________________________________________
    Intel-gfx mailing list
    [email protected] <mailto:[email protected]>
    http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Looks fine

Reviewed-by: Deepak S <[email protected]>
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to