All of lore.kernel.org
 help / color / mirror / Atom feed
* [radeonsi] si_populate_sq_ramping_values
@ 2014-02-17 22:08 Sylvain BERTRAND
  2014-02-18 15:17 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Sylvain BERTRAND @ 2014-02-17 22:08 UTC (permalink / raw)
  To: dri-devel

Hi,

In si_dpm.c, si_populate_sq_ramping_values function,

It should be SISLANDS_DPM2_SQ_RAMP_LTI_RATIO instead of
NISLANDS_DPM2_SQ_RAMP_LTI_RATIO.

----

Moreover should it be:
if (SISLANDS_DPM2_SQ_RAMP_LTI_RATIO > (LTI_RATIO_MASK >>
LTI_RATIO_SHIFT))

instead of:
if (NISLANDS_DPM2_SQ_RAMP_LTI_RATIO <= (LTI_RATIO_MASK >>
LTI_RATIO_SHIFT))

----

The previous does disable "sq ramping" for good on all SI,
expected?

regards,

-- 
Sylvain

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-18 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-17 22:08 [radeonsi] si_populate_sq_ramping_values Sylvain BERTRAND
2014-02-18 15:17 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.