* Disable power management on i915
@ 2016-08-01 20:08 Sanchez, AdolfoX
2016-08-02 7:47 ` Joonas Lahtinen
0 siblings, 1 reply; 4+ messages in thread
From: Sanchez, AdolfoX @ 2016-08-01 20:08 UTC (permalink / raw)
To: intel-gfx@lists.freedesktop.org
[-- Attachment #1.1: Type: text/plain, Size: 316 bytes --]
Hello.
I would like to know what is the best way to disable power management on the GPU unit, the purpose is to avoid GPU power transitions to avoid voltage swings.
Additional information:
Platform: Bay Trail J1900
O.S: Linux Kernel 4.4
Any help would be appreciated.
Best Regards,
Adolfo Sanchez.
[-- Attachment #1.2: Type: text/html, Size: 2527 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Disable power management on i915
2016-08-01 20:08 Disable power management on i915 Sanchez, AdolfoX
@ 2016-08-02 7:47 ` Joonas Lahtinen
2016-08-02 21:07 ` Sanchez, AdolfoX
0 siblings, 1 reply; 4+ messages in thread
From: Joonas Lahtinen @ 2016-08-02 7:47 UTC (permalink / raw)
To: Sanchez, AdolfoX, intel-gfx@lists.freedesktop.org
On ma, 2016-08-01 at 20:08 +0000, Sanchez, AdolfoX wrote:
> Hello.
>
> I would like to know what is the best way to disable power management
> on the GPU unit, the purpose is to avoid GPU power transitions to
> avoid voltage swings.
i915.enable_rc6=0 would be a start. Do you also want to fix the GPU
frequency?
May I also ask why you want to do such thing?
Regards, Joonas
>
> Additional information:
> Platform: Bay Trail J1900
> O.S: Linux Kernel 4.4
>
> Any help would be appreciated.
>
> Best Regards,
> Adolfo Sanchez.
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Disable power management on i915
2016-08-02 7:47 ` Joonas Lahtinen
@ 2016-08-02 21:07 ` Sanchez, AdolfoX
2016-08-03 8:02 ` Joonas Lahtinen
0 siblings, 1 reply; 4+ messages in thread
From: Sanchez, AdolfoX @ 2016-08-02 21:07 UTC (permalink / raw)
To: Joonas Lahtinen, intel-gfx@lists.freedesktop.org
Hello Joonas,
Thanks for your answer.
It is a test related for this bug: https://bugzilla.kernel.org/show_bug.cgi?id=109051
Best Regards,
Adolfo Sanchez
-----Original Message-----
From: Joonas Lahtinen [mailto:joonas.lahtinen@linux.intel.com]
Sent: Tuesday, August 02, 2016 1:48 AM
To: Sanchez, AdolfoX <adolfox.sanchez@intel.com>; intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] Disable power management on i915
On ma, 2016-08-01 at 20:08 +0000, Sanchez, AdolfoX wrote:
> Hello.
>
> I would like to know what is the best way to disable power management
> on the GPU unit, the purpose is to avoid GPU power transitions to
> avoid voltage swings.
i915.enable_rc6=0 would be a start. Do you also want to fix the GPU frequency?
May I also ask why you want to do such thing?
Regards, Joonas
>
> Additional information:
> Platform: Bay Trail J1900
> O.S: Linux Kernel 4.4
>
> Any help would be appreciated.
>
> Best Regards,
> Adolfo Sanchez.
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Disable power management on i915
2016-08-02 21:07 ` Sanchez, AdolfoX
@ 2016-08-03 8:02 ` Joonas Lahtinen
0 siblings, 0 replies; 4+ messages in thread
From: Joonas Lahtinen @ 2016-08-03 8:02 UTC (permalink / raw)
To: Sanchez, AdolfoX, intel-gfx@lists.freedesktop.org
On ti, 2016-08-02 at 21:07 +0000, Sanchez, AdolfoX wrote:
> Hello Joonas,
>
> Thanks for your answer.
> It is a test related for this bug: https://bugzilla.kernel.org/show_bug.cgi?id=109051
>
The original FDO bug which contains the steps of the debugging for i915
driver:
https://bugs.freedesktop.org/show_bug.cgi?id=88012
Do note that the bug was closed for i915 as it figured out to be CPU
power management problem, GPU power transition just made the unstable
tower topple.
Regards, Joonas
> Best Regards,
> Adolfo Sanchez
>
>
> -----Original Message-----
> From: Joonas Lahtinen [mailto:joonas.lahtinen@linux.intel.com]
> Sent: Tuesday, August 02, 2016 1:48 AM
> To: Sanchez, AdolfoX <adolfox.sanchez@intel.com>; intel-gfx@lists.freedesktop.org
> Subject: Re: [Intel-gfx] Disable power management on i915
>
> On ma, 2016-08-01 at 20:08 +0000, Sanchez, AdolfoX wrote:
> >
> > Hello.
> >
> > I would like to know what is the best way to disable power management
> > on the GPU unit, the purpose is to avoid GPU power transitions to
> > avoid voltage swings.
> i915.enable_rc6=0 would be a start. Do you also want to fix the GPU frequency?
>
> May I also ask why you want to do such thing?
>
> Regards, Joonas
>
> >
> >
> > Additional information:
> > Platform: Bay Trail J1900
> > O.S: Linux Kernel 4.4
> >
> > Any help would be appreciated.
> >
> > Best Regards,
> > Adolfo Sanchez.
> >
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
> --
> Joonas Lahtinen
> Open Source Technology Center
> Intel Corporation
>
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-03 8:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-01 20:08 Disable power management on i915 Sanchez, AdolfoX
2016-08-02 7:47 ` Joonas Lahtinen
2016-08-02 21:07 ` Sanchez, AdolfoX
2016-08-03 8:02 ` Joonas Lahtinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox