Displaying 20 results from an estimated 600 matches similar to: "[PATCH] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON"
2020 Jan 16
0
[PATCH AUTOSEL 4.19 202/671] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2020 Jan 16
0
[PATCH AUTOSEL 4.14 111/371] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2020 Jan 16
0
[PATCH AUTOSEL 4.9 080/251] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2020 Jan 16
0
[PATCH AUTOSEL 4.4 048/174] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
From: Colin Ian King <colin.king at canonical.com>
[ Upstream commit 13649101a25c53c87f4ab98a076dfe61f3636ab1 ]
Currently, the expression for calculating RON is always going to result
in zero no matter the value of ram->mr[1] because the ! operator has
higher precedence than the shift >> operator. I believe the missing
parentheses around the expression before appying the !
2015 May 24
3
[PATCH v2 07/10] bios/ramcfg: Separate out RON pull value
Signed-off-by: Roy Spliet <rspliet at eclipso.eu>
---
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ramcfg.h | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/rammap.c | 3 ++-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/timing.c | 2 ++
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.c | 6 ++++--
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git
2019 Feb 16
1
drm/nouveau/bios/ramcfg, setting of RON pull value
Hi,
Static Analysis with CoverityScan as detected an issue with the setting
of the RON pull value in function nvkm_gddr3_calc in
drm/nouveau/bios/ramcfg.c
This was introduced by commit: c25bf7b6155cb ("drm/nouveau/bios/ramcfg:
Separate out RON pull value")
CoverityScan reports the issue as follows:
84 case 0x20:
85 CWL = (ram->next->bios.timing[1] &
2015 May 22
11
Reclocking support for NVA0
Adds reclocking for NVA0, and a whole lot of work for other cards. Had these
patches collecting dust for a little, but tested them with both my NVA0,
and Martin's a while back. Success not guaranteed, but should be quite a
leap forward.
Happy reviewing and testing. Cheers,
Roy
2015 Sep 29
10
All-round reclocking improvements
In bulletpoints:
- Add some support for G94 and G96 reclocking. Has been tested on literally
two cards, which is hardly adequate as "full coverage". On the other hand,
the changes were small enough to make me confident this might work for others
as well.
- Fix NV50 wait for VBLANK when no monitor is plugged in.
- Voltage related inprovements for GT21x.
- Slightly improve Keplers
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
2014 Sep 29
18
Implement reclocking for DDR2, DDR3, GDDR3
Following a series of patches that implement memory reclocking for NVA3/5/8 with
DDR2, DDR3 and GDDR3 on board. I tested these patches on 6 different graphics
cards, but I expect reclocking now to work on many more.
Testers can pick up these patches and test it by enabling pstate
(nouveau.pstate=1). They should then be able to change clocks by writing to
/sys/class/drm/card0/device/pstate. Correct
2014 Sep 29
0
[PATCH 1/7] fb/gddr3: Generate MR values
Signed-off-by: Roy Spliet <rspliet at eclipso.eu>
---
drivers/gpu/drm/nouveau/Makefile | 1 +
drivers/gpu/drm/nouveau/core/subdev/fb/gddr3.c | 117 +++++++++++++++++++++++++
drivers/gpu/drm/nouveau/core/subdev/fb/priv.h | 1 +
3 files changed, 119 insertions(+)
create mode 100644 drivers/gpu/drm/nouveau/core/subdev/fb/gddr3.c
diff --git
2017 Apr 10
0
[PATCH 01/11] nvkm/ramgf100: Get rid of (size, data) pairs for rammap, ramcfg, timing
In correspondence with the other ram_calc implementations.
Signed-off-by: Roy Spliet <nouveau at spliet.org>
---
drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c | 37 ++++++++++++-----------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c b/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c
index 093223d..fffd01a 100644
---
2013 May 29
1
hardware donation (GeForce 6600 & GTS250)
hello nouveau devs!
I have two nvidia cards lying around that are no longer in use:
* Nvidia GeForce GTS250 E-Green, 512MB GDDR3 (NV92/G92 - NV50 family)
* Nvidia GeForce 6600, 256MB (NV43 - NV40 family)
They both are already well supported by the nouveau driver as far as I can
tell. But if any dev can make use of them, please let me know, I would
gladly donate them.
Patrick
2009 Aug 12
5
[NEW USER]Wine question
hello
im new here
i want to swich to Ubuntu 9.04
my pc is:
Code:
2 gb dual ram 800 mhz
intel e1600 @2.40 ghz 2.40 ghz
9600 GT 512 mb gddr3 256 bit
hdd sata drive
i play some games on Windows Vista but id like to know how some games would work.. when i had 7300gt 256mb ddr3 i had some lag in "last chaos" but only when i was surounded by a lot of monsters
these are the list of games
2015 Aug 01
7
[Bug 91523] New: [NVE7] driver cannot initialize gpu(failed to parse ramcfg data)
https://bugs.freedesktop.org/show_bug.cgi?id=91523
Bug ID: 91523
Summary: [NVE7] driver cannot initialize gpu(failed to parse
ramcfg data)
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
Priority: medium
2016 Jan 12
2
linux v4.4.0 nouveau fails
Please keep me in the CC. I am not subscribed to this list.
When booting 4.4.0 on one of my systems, when nouveau loads, the screen goes
into powersave. It doesn't appear to register the fb0 device.
When X starts up, the screen comes back and I'm able to login. When
launching anything that accesses 3D, the screen freezes. Nothing is logged
in either X or dmesg.
This same system works
2009 Aug 18
1
8.2 behaving weird on openSuSE 10.3 & 11.0
Listmates,
I installed 8.2 on opensuse 10.3 from the opensuse XGL repository to replace
7.6. Compiz works with the nvidia 8600 GT card (512M of GDDR3) on the box, but
the ctrl+alt <- -> switching behavior is really bad.
In 7.6, the ctrl+alt <- -> desktop switching changed desktops crisply with
just the slightest hint of the cube detected during the very short and nice
switch.
2016 Apr 20
11
[Bug 95044] New: [NVA0] [Reclocking] GPU doesn't relax memory clocks
https://bugs.freedesktop.org/show_bug.cgi?id=95044
Bug ID: 95044
Summary: [NVA0] [Reclocking] GPU doesn't relax memory clocks
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2016 Aug 27
7
[Bug 97505] New: X11 does not detect nouveau when using the linux kernel EFI Loader (GRUB loader works fine)
https://bugs.freedesktop.org/show_bug.cgi?id=97505
Bug ID: 97505
Summary: X11 does not detect nouveau when using the linux
kernel EFI Loader (GRUB loader works fine)
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
2005 Sep 13
2
ATI X550 chipset
Hi,
I'm about to buy new video card, and was looking at ATI PCI-E Radeon X550.
However, I don't see that particular chipset mentioned anywhere in docs. The
X300 is there, as well as X600 and X800. Does anybody have Radeon X550 card
running under CentOS 4? With 3D acceleration?
Thanks,
Aleksandar Milivojevic
----------------------------------------------------------------
This