Displaying 20 results from an estimated 1100 matches similar to: "Need help with pstate changing"
2018 Sep 15
0
pstate changing
Greetings!
I have very old notebook with 8400M Gs.
And I'm experience some overheating on high clocks. I want to change pstate
for AC mode.
Currently I have
sudo cat /sys/kernel/debug/dri/0/pstate
20: core 169 MHz shader 338 MHz memory 100 MHz
21: core 275 MHz shader 550 MHz memory 200 MHz
22: core 400 MHz shader 800 MHz memory 400 MHz
AC: core 275 MHz shader 550 MHz memory 199 MHz
And I want
2011 Dec 08
0
deploying puppet on win32
Hello
Does anybody have complete solution to massive deploy puppet on win32
systems using gpo?
I think it should be something like .msi file containing ruby, puppet
and all necesary gems...
--
С уважением,
Васильев Алексей
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2016 Apr 18
0
[PATCH v4 29/37] clk: we should pass the pstate id around not the index in the list
this makes the code easier, because we can compare the id with pstate->pstate
and safe us the trouble iterating over the entire pstate list
Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
---
drm/nouveau/nouveau_debugfs.c | 6 ++---
drm/nouveau/nvkm/subdev/clk/base.c | 49 +++++++++++---------------------------
2 files changed, 17 insertions(+), 38 deletions(-)
diff --git
2017 Mar 05
0
[PATCH 5/9] clk: We should pass the pstate id around not the index in the list
This makes the code easier, because we can compare the id with
pstate->pstate and safe us the trouble iterating over the entire pstate
list to match the index.
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Reviewed-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/nouveau_debugfs.c | 6 +--
drm/nouveau/nvkm/subdev/clk/base.c | 78
2017 Sep 15
0
[RFC PATCH 08/29] clk: We should pass the pstate id around not the index in the list
This makes the code easier, because we can compare the id with
pstate->pstate and saves us from the trouble of iterating over the pstates
to match the index.
v2: reword commit message
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Reviewed-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/nouveau_debugfs.c | 6 +--
drm/nouveau/nvkm/subdev/clk/base.c | 78
2016 Apr 18
0
[PATCH v4 27/37] clk: make pstate a pointer to nvkm_pstate
we will access the current set cstate at least every second and this safes us
some CPU cycles looking them up every second.
Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
---
drm/nouveau/include/nvkm/subdev/clk.h | 2 +-
drm/nouveau/nvkm/engine/device/ctrl.c | 5 ++++-
drm/nouveau/nvkm/subdev/clk/base.c | 12 ++++++++----
drm/nouveau/nvkm/subdev/pmu/gk20a.c | 23
2017 Mar 05
0
[PATCH 3/9] clk: Make pstate a pointer to nvkm_pstate
We will access the current set cstate at least every second and this safes
us some CPU cycles looking them up every second.
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Reviewed-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/include/nvkm/subdev/clk.h | 4 +++-
drm/nouveau/nvkm/engine/device/ctrl.c | 5 ++++-
drm/nouveau/nvkm/subdev/clk/base.c | 17
2016 Apr 20
0
[PATCH v4 27/37] clk: make pstate a pointer to nvkm_pstate
2016-04-20 20:53 GMT+00:00 Martin Peres <martin.peres at free.fr>:
> On 18/04/16 22:14, Karol Herbst wrote:
>>
>> we will access the current set cstate at least every second and this safes
>> us
>
> saves
>>
>> some CPU cycles looking them up every second.
>>
>> Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
>> ---
2017 Sep 15
0
[RFC PATCH 06/29] clk: Make pstate a pointer to nvkm_pstate
We will access the current cstate at least every second and this saves us
some CPU cycles looking them up every second.
v2: Rewording commit message.
Signed-off-by: Karol Herbst <karolherbst at gmail.com>
Reviewed-by: Martin Peres <martin.peres at free.fr>
---
drm/nouveau/include/nvkm/subdev/clk.h | 4 +++-
drm/nouveau/nvkm/engine/device/ctrl.c | 5 ++++-
2019 Jul 14
2
[Bug 111128] New: Impossible to change pstate on GT610M
https://bugs.freedesktop.org/show_bug.cgi?id=111128
Bug ID: 111128
Summary: Impossible to change pstate on GT610M
Product: Mesa
Version: 19.1
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau
2007 Nov 02
0
[cpfreq][PATCH][2/2] Linux support for the architectural pstate driver
With the third generation Opteron parts, AMD switched to an
architecturally defined interface for PowerNow! that uses
different MSRs than previous versions.
This patch brings the PowerNow! driver up to match the mainline
Linux driver and provide support for all AMD parts that use
or will use the architectural pstate interface.
It also removes a WARN_ON statement in kernel/cpu.c that
highlights a
2015 Feb 13
5
[Bug 89113] New: NVA8 constantly flickers when clocked to lowest pstate
https://bugs.freedesktop.org/show_bug.cgi?id=89113
Bug ID: 89113
Summary: NVA8 constantly flickers when clocked to lowest pstate
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2017 Oct 08
1
[RFC PATCH 08/29] clk: We should pass the pstate id around not the index in the list
On 2017-09-15 — 17:11, Karol Herbst wrote:
> This makes the code easier, because we can compare the id with
> pstate->pstate and saves us from the trouble of iterating over the pstates
> to match the index.
I don’t remember whether I have already done this comment before, but I am not
sure where your iterating over the pstates savings are, as in this patch at
least, you iterate as
2017 Oct 08
1
[RFC PATCH 06/29] clk: Make pstate a pointer to nvkm_pstate
The patch seems fine but I found it super confusing that sometimes `pstate` is
a pointer (for example `clk->pstate`), sometimes it is an int (for example
`args->v0.pstate`).
On 2017-09-15 — 17:11, Karol Herbst wrote:
> We will access the current cstate at least every second and this saves us
> some CPU cycles looking them up every second.
>
> v2: Rewording commit message.
>
2016 Apr 20
2
[PATCH v4 27/37] clk: make pstate a pointer to nvkm_pstate
On 18/04/16 22:14, Karol Herbst wrote:
> we will access the current set cstate at least every second and this safes us
saves
> some CPU cycles looking them up every second.
>
> Signed-off-by: Karol Herbst <nouveau at karolherbst.de>
> ---
> drm/nouveau/include/nvkm/subdev/clk.h | 2 +-
> drm/nouveau/nvkm/engine/device/ctrl.c | 5 ++++-
>
2015 Nov 09
5
[PATCH v2 0/5] move pstate interface to debugfs
I made a little changes in this series:
1. merge the two last patches together
2. unify the private data interface with the drm debugfs one
now it should be very obvious for a new dev on how to add new files to debugfs
and how to get access to the nouveau structs
Karol Herbst (5):
debugfs: add infrastructure to add files with other fops than only
read
debugfs: rename functions to
2009 Aug 03
7
FreeBSD
dom0: Debian 5 Lenny 64bit, Xen 3.2-1
domU: FreeBSD (any version)
-----
Hello guys. I really need help. I wanna install FreeBSD as domU, but I cant
do it:
Where I can find 64 bit FreeBSD_kernel for xen?
I use many HOWTO.
I find freebsd-XENU <http://www.yuanjue.net/xen/freebsd-XENU>, but
# xm create -f /home/xen/freebsd71/conf
Using config file "/home/xen/freebsd71/conf".
Error:
2009 Jun 16
1
SSL Library Error: -12271 SSL client cannot verify your certificate
Hello
i install ovirt and it work.
But all encryption connections finished with error (Error code:
sec_error_reused_issuer_and_serial)
And server write to log SSL Library Error: -12271 SSL client cannot
verify your certificate
First i think need check dns querys.
I see many A querys for example.com
May be i must regenerate certificate ? Where i can read about that .
Thanks.
--
? ?????????,
2009 Jun 16
1
Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure.
Hello
I have error during connection from managed host to ovirt server.
Jun 16 12:31:24 main qpidd[27662]: 2009-jun-16 12:31:24 warning Client
closed connection with 501: internal-error: Sasl error: SASL(-1):
generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may
provide more information (No credentials cache found)
(qpid/client/SaslFactory.cpp:226)
I read on this maillist
2015 Sep 23
1
compress support
Hi! I read some letters about compress/decompress support and think about
it.
How will be better implement this function?
If I understand correctly api-guide when we use libvirt-stream (send/recv),
program is waiting until read or send all data (like MPI send/recv
functions).
Compress/decompress functional in basically may be use with storage-volume
functions, perhaps it would be better to