Displaying 20 results from an estimated 1000 matches similar to: "[Bug 104784] New: Unable to do reclocking manually"
2017 Jan 23
8
[Bug 99505] New: Attempting to reclock GeForce GT740M (GK208) cause GPU and system to hang
https://bugs.freedesktop.org/show_bug.cgi?id=99505
Bug ID: 99505
Summary: Attempting to reclock GeForce GT740M (GK208) cause GPU
and system to hang
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2020 Mar 15
2
Status of GF108GLM [NVS 5200M]
Hello.
I am not subscribed to the list, so, please, if I do anything wrong
just let me know politely and I'll try to improve :)
I just want to know if there's any branch of nouveau version that will
work with this chip. lspci lists it as:
01:00.0 VGA compatible controller: NVIDIA Corporation GF108GLM [NVS
5200M] (rev a1)
I think it's Fermi, but I am not sure. When I try to change
2020 Apr 10
2
Status of GF108GLM [NVS 5200M]
Hi, Ilia.
Sorry for such a big delay in answering. Real life and that stuff...
I am a newcomer so, please, if I do something wrong regarding my
quoting style or whatever, just let me know and I'll quickly improve. :)
El lun., 30 mar. 2020 a las 13:38, Ilia Mirkin
(<imirkin at alum.mit.edu>) escribi?:
>
> Yes, GF108 is Fermi (F = Fermi). Reclocking is currently not available
>
2016 Jan 13
2
[PATCH 0/2] allow partly reclocking on chipset
> Samuel Pitoiset <samuel.pitoiset at gmail.com> hat am 13. Januar 2016 um 13:43
> geschrieben:
>
> Hi!
>
> Did you check on different Fermi chipsets or only with one variant?
currently I only checked that on my nvc1, but I thought I could just send the
patches and it is easier for others to try it out this way.
>
> Are you sure that engine reclocking works as
2012 Dec 17
8
[Bug 58428] New: X crashes when running opengl application after reclocking nouveau driver to use highest speed
https://bugs.freedesktop.org/show_bug.cgi?id=58428
Priority: medium
Bug ID: 58428
Assignee: nouveau at lists.freedesktop.org
Summary: X crashes when running opengl application after
reclocking nouveau driver to use highest speed
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
2015 Feb 21
6
[Bug 89273] New: [NVA8] nouveau screen corruption and X lockup when reclocking
https://bugs.freedesktop.org/show_bug.cgi?id=89273
Bug ID: 89273
Summary: [NVA8] nouveau screen corruption and X lockup when
reclocking
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2015 Sep 23
2
[PATCH 1/2] fb/ramgf100: disable memory reclocking by default
Although memory reclocking seems to be completely broken on my GF119, we
can at least allow users to enable reclocking for the core clock.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
---
drm/nouveau/nvkm/subdev/fb/ramgf100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drm/nouveau/nvkm/subdev/fb/ramgf100.c
2014 Sep 04
1
[PATCH 4/8] fb/ramnve0: Disable FB before reclocking
This should probably be folded into the previous patch to avoid
breaking bisectability on nve0
On Thu, Sep 4, 2014 at 10:58 AM, Roy Spliet <rspliet at eclipso.eu> wrote:
> This used to be done implicitly
>
> Signed-off-by: Roy Spliet <rspliet at eclipso.eu>
> ---
> drivers/gpu/drm/nouveau/core/subdev/fb/ramnve0.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
2015 Feb 01
6
[Bug 88890] New: Reclocking of core speed fails on non-reference ASUS GeForce GTX650
https://bugs.freedesktop.org/show_bug.cgi?id=88890
Bug ID: 88890
Summary: Reclocking of core speed fails on non-reference ASUS
GeForce GTX650
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2014 May 17
2
[PATCH] clk: allow config option to enable reclocking
On Fri, May 16, 2014 at 11:17 PM, Ben Skeggs <skeggsb at gmail.com> wrote:
> On 17 May 2014 02:43, "Ilia Mirkin" <imirkin at alum.mit.edu> wrote:
>>
>> Adds a NvReclock boolean option to allow the user to enable (or disable)
>> reclocking. All chipsets default to off, except NVAA/NVAC, which are
>> reportedly complete.
> Hey Ilia,
>
> I
2014 May 17
1
[PATCH] clk: allow config option to enable reclocking
On Fri, May 16, 2014 at 11:54 PM, Ben Skeggs <skeggsb at gmail.com> wrote:
> On 17 May 2014 13:39, "Ilia Mirkin" <imirkin at alum.mit.edu> wrote:
>>
>> On Fri, May 16, 2014 at 11:17 PM, Ben Skeggs <skeggsb at gmail.com> wrote:
>> > On 17 May 2014 02:43, "Ilia Mirkin" <imirkin at alum.mit.edu> wrote:
>> >>
>>
2018 Jul 14
2
[PATCH 0/2] Some minor reclocking fixes
First patch fixes a potential vbios parsing bug on Fermi GPUs, but it may
also affect Kepler ones.
Second patch wakes the GPU up whenever the user tries to reclock to
prevent the write to the pstate file from freezing.
Karol Herbst (2):
bios/vpstate: There are some fermi vbios with no boost or tdp entry
debugfs: Wake up GPU before doing any reclocking
drm/nouveau/nouveau_debugfs.c
2016 Jan 13
5
[PATCH 0/2] allow partly reclocking on chipset
some chipset have working engine reclocking, but broken memory reclocking like
Fermi. We should for now, add the functionality to allow partly reclocking for
those.
Allthough this doesn't give as much performance as one might wish, it is till
noticeable and may improve performance enough to be noted.
Karol Herbst (2):
clk: seperate engine and memory reclock toggles
clk: allow engine
2017 Nov 22
1
[PATCH 02/32] debugfs: Wake up GPU before doing any reclocking
On 17/11/17 02:04, Karol Herbst wrote:
> Fixes various reclocking related issues on prime systems.
Is that the only place that was not covered? Could you check if other
places would need this code too?
In any case, this patch is (assuming you are calling the right functions
to prevent the GPU from sleeping):
Signed-off-by: Martin Peres <martin.peres at free.fr>
>
> Signed-off-by:
2014 May 16
2
[PATCH] clk: allow config option to enable reclocking
Adds a NvReclock boolean option to allow the user to enable (or disable)
reclocking. All chipsets default to off, except NVAA/NVAC, which are
reportedly complete.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Ben, I know you've been saying that reclocking is in a pretty bad state, but I
do think that there are going to be groups of people for whom the current code
can work
2014 Jul 11
4
[PATCH 0/3] drm/gk20a: support for reclocking
On 07/10/2014 06:43 PM, Peter De Schrijver wrote:
> On Thu, Jul 10, 2014 at 09:34:34AM +0200, Alexandre Courbot wrote:
>> This series adds support for reclocking on GK20A. The first two patches touch
>> the clock subsystem to allow GK20A to operate, by making the presence of the
>> thermal and voltage devices optional, and allowing pstates to be provided
>> directly
2012 Dec 26
9
[Bug 58784] New: Nouveau on NVCE, reclocking: memory type not supported?
https://bugs.freedesktop.org/show_bug.cgi?id=58784
Priority: medium
Bug ID: 58784
Assignee: nouveau at lists.freedesktop.org
Summary: Nouveau on NVCE, reclocking: memory type not
supported?
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
2014 Jul 11
1
[PATCH 0/3] drm/gk20a: support for reclocking
Hi Ben,
On 07/11/2014 10:07 AM, Ben Skeggs wrote:
> On Thu, Jul 10, 2014 at 5:34 PM, Alexandre Courbot <acourbot at nvidia.com> wrote:
>> This series adds support for reclocking on GK20A. The first two patches touch
>> the clock subsystem to allow GK20A to operate, by making the presence of the
>> thermal and voltage devices optional, and allowing pstates to be provided
2016 Mar 02
11
[Bug 94374] New: transparent window with DRI_PRIME=1, depending on size of used textures
https://bugs.freedesktop.org/show_bug.cgi?id=94374
Bug ID: 94374
Summary: transparent window with DRI_PRIME=1, depending on size
of used textures
Product: Mesa
Version: 11.2
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2015 Jan 14
5
[Bug 88415] New: [NVA8] nouveau GPU lockup when reclocking
https://bugs.freedesktop.org/show_bug.cgi?id=88415
Bug ID: 88415
Summary: [NVA8] nouveau GPU lockup when reclocking
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: