Displaying 20 results from an estimated 24 matches for "dobriyan".
Did you mean:
adobriyan
2009 Nov 25
4
[Bug 25267] New: nv84 (GeForce 8600GT M) doesn't suspend with 2 cards but with 1
...ith 1
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: adobriyan at gmail.com
QAContact: xorg-team at lists.x.org
Setup: 2 x nv84 (SLI theoretically), nouveau binds to both devices fine
using just framebuffer console with KMS, no X, no nothing
after echo mem >/sys/power/state suspend hard hangs somewhere after
nouveau 0000:0a:00.0: PCI INTA disable...
2010 Jan 03
1
[PATCH] nouveau: nv50: fix ->pseudo_palette usage
Sometimes struct fb_fillrect::color is color, sometimes palette index.
Steps to reproduce:
make menuconfig
Blue background will have quite random black color.
Signed-off-by: Alexey Dobriyan <adobriyan at gmail.com>
---
drivers/gpu/drm/nouveau/nv50_fbcon.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--- a/drivers/gpu/drm/nouveau/nv50_fbcon.c
+++ b/drivers/gpu/drm/nouveau/nv50_fbcon.c
@@ -10,6 +10,7 @@ nv50_fbcon_fillrect(struct fb_info *info, const struct f...
2020 Apr 30
1
gp104: regression on Linux 5.6
On Thu, Apr 30, 2020 at 12:15:28AM -0400, Ilia Mirkin wrote:
> Hi Alexey,
>
> On Fri, Apr 24, 2020 at 10:52 PM Alexey Dobriyan <adobriyan at gmail.com> wrote:
> >
> > gp104 refuses to switch to "graphic" mode and show anything past
> > this line:
> >
> > fb0: switching to nouveaufb from EFI VGA
> >
> > Machine is fine, as it I can press Ctrl+Alt+Delete and r...
2019 Oct 03
1
[PATCH net-next] net, uapi: fix -Wpointer-arith warnings
...'void *' used in arithmetic [-Werror=pointer-arith]
./usr/include/linux/virtio_ring.h:170:16: error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]
Those are theoretical probably but kernel doesn't control compiler flags
in userspace.
Signed-off-by: Alexey Dobriyan <adobriyan at gmail.com>
---
include/uapi/linux/netfilter_arp/arp_tables.h | 2 +-
include/uapi/linux/netfilter_bridge/ebtables.h | 2 +-
include/uapi/linux/netfilter_ipv4/ip_tables.h | 2 +-
include/uapi/linux/netfilter_ipv6/ip6_tables.h | 2 +-
include/uapi/linux/tipc_config...
2005 Feb 15
1
[PATCH] ext3: Fix sparse -Wbitwise warnings.
Signed-off-by: Alexey Dobriyan <adobriyan at mail.ru>
---
fs/ext3/resize.c | 20 ++++++++++----------
fs/ext3/super.c | 8 ++++----
include/linux/ext3_fs.h | 2 +-
3 files changed, 15 insertions(+), 15 deletions(-)
Index: linux-warnings/include/linux/ext3_fs.h
=====================================...
2008 Oct 29
0
[Fwd: How do I printk <type> correctly?]
...'s64' to whatever you're asking
printk to print. For example, the correct form of the above example would
be:
{
u64 block;
printk("block: %llu\n", (unsigned long long)block);
}
There's more regarding size_t, s64, etc below.
--Mark
----- Forwarded message from Alexey Dobriyan <adobriyan at gmail.com> -----
Date: Thu, 23 Oct 2008 15:41:33 +0400
From: Alexey Dobriyan <adobriyan at gmail.com>
To: linux-kernel at vger.kernel.org
Subject: How do I printk <type> correctly?
User-Agent: Mutt/1.5.18 (2008-05-17)
If variable is of Type use printk format specif...
2005 Jun 20
0
[patch 1/3] fs/ext3/super.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed...
Name: sparse-fs_ext3_super.patch
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/af49961a/attachment.ksh>
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed...
Name: sparse-fs_ext3_resize.patch
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>
2020 Apr 01
2
gp104: regression on Linux 5.6
gp104 refuses to switch to "graphic" mode and show anything past
this line:
fb0: switching to nouveaufb from EFI VGA
Machine is fine, as it I can press Ctrl+Alt+Delete and reboot it
normally.
5.5 is OK. 5.6 is broken.
Bisecting is kinda painful with miscompilation and init/main.c breakage.
BTW do I need all those megabytes of firmware?
[ 0.923273] fb0: switching to nouveaufb
2008 Apr 14
14
[Bug 15502] New: Unknown LVDS configuration bits
http://bugs.freedesktop.org/show_bug.cgi?id=15502
Summary: Unknown LVDS configuration bits
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: low
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: pee at
2020 Apr 30
0
gp104: regression on Linux 5.6
Hi Alexey,
On Fri, Apr 24, 2020 at 10:52 PM Alexey Dobriyan <adobriyan at gmail.com> wrote:
>
> gp104 refuses to switch to "graphic" mode and show anything past
> this line:
>
> fb0: switching to nouveaufb from EFI VGA
>
> Machine is fine, as it I can press Ctrl+Alt+Delete and reboot it
> normally.
>
> 5...
2005 Jan 09
0
[PATCH] ext3: s/0/NULL/ in pointer context
Signed-off-by: Alexey Dobriyan <adobriyan at mail.ru>
Index: linux-2.6.10-bk11-warnings/fs/ext3/inode.c
===================================================================
--- linux-2.6.10-bk11-warnings/fs/ext3/inode.c (revision 11)
+++ linux-2.6.10-bk11-warnings/fs/ext3/inode.c (revision 12)
@@ -803,7 +803,7 @@
if (c...
2009 Oct 02
0
[PATCH] btrfs: constify dentry_operations
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---
fs/btrfs/ctree.h | 2 +-
fs/btrfs/inode.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -2323,7 +2323,7 @@ int btrfs_orphan_del(struct btrfs_trans_handle *trans, struct inode *inode);
void btrfs_or...
2008 Mar 08
2
[patch] add nv50 voodoo
Hi, this is from mmio-traces. After startx I see mouse cursor which
moves, background split into black and garbage areas. First area
consists of repeated pattern of something. Surrealistic picture, and
after several seconds box locks up hard, monitor turns off.
However much improvement against non-starting X. :-)
Card is 10de:0191 (GeForce 8800 GTX)
diff --git a/shared-core/nv50_graph.c
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...va@gnu.org>
Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Alexandre Pereira da Silva <aletes.xgr@gmail.com> # LPC32XX
Alexandru Guduleasa <alexandru.guduleasa@gmail.com>
Alexey Brodkin <abrodkin@synopsys.com>
Alexey Charkov <alchark@gmail.com>
Alexey Dobriyan <adobriyan@gmail.com>
Alexey Fisher <bug-track@fisher-privat.net>
Alexey Galakhov <agalakhov@gmail.com>
Alexey I. Froloff <raorn@raorn.name>
Alexey Kaminsky <me@akaminsky.net>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Khoroshilov <khoroshilov@isp...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...xgr@gmail.com>
Alexandre Pereira da Silva <aletes.xgr@gmail.com> # LPC32XX
Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Alexandru Guduleasa <alexandru.guduleasa@gmail.com>
Alexey Brodkin <abrodkin@synopsys.com>
Alexey Charkov <alchark@gmail.com>
Alexey Dobriyan <adobriyan@gmail.com>
Alexey Fisher <bug-track@fisher-privat.net>
Alexey Galakhov <agalakhov@gmail.com>
Alexey I. Froloff <raorn@raorn.name>
Alexey Kaminsky <me@akaminsky.net>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Khoroshilov <khoroshilov@isp...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...xgr@gmail.com>
Alexandre Pereira da Silva <aletes.xgr@gmail.com> # LPC32XX
Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Alexandru Guduleasa <alexandru.guduleasa@gmail.com>
Alexey Brodkin <abrodkin@synopsys.com>
Alexey Charkov <alchark@gmail.com>
Alexey Dobriyan <adobriyan@gmail.com>
Alexey Fisher <bug-track@fisher-privat.net>
Alexey Galakhov <agalakhov@gmail.com>
Alexey I. Froloff <raorn@raorn.name>
Alexey Kaminsky <me@akaminsky.net>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Khoroshilov <khoroshilov@isp...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...;alexandre.torgue@stericsson.com>
Alexandru Copot <alex.mihai.c@gmail.com>
Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Alexandru Guduleasa <alexandru.guduleasa@gmail.com>
Alexey Brodkin <abrodkin@synopsys.com>
Alexey Charkov <alchark@gmail.com>
Alexey Dobriyan <adobriyan@gmail.com>
Alexey Fisher <bug-track@fisher-privat.net>
Alexey Galakhov <agalakhov@gmail.com>
Alexey I. Froloff <raorn@raorn.name>
Alexey Kaminsky <me@akaminsky.net>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Khoroshilov <khoroshilov@isp...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...;alexandre.torgue@stericsson.com>
Alexandru Copot <alex.mihai.c@gmail.com>
Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Alexandru Guduleasa <alexandru.guduleasa@gmail.com>
Alexey Brodkin <abrodkin@synopsys.com>
Alexey Charkov <alchark@gmail.com>
Alexey Dobriyan <adobriyan@gmail.com>
Alexey Fisher <bug-track@fisher-privat.net>
Alexey Galakhov <agalakhov@gmail.com>
Alexey I. Froloff <raorn@raorn.name>
Alexey Kaminsky <me@akaminsky.net>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Khoroshilov <khoroshilov@isp...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...;alexandre.torgue@stericsson.com>
Alexandru Copot <alex.mihai.c@gmail.com>
Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Alexandru Guduleasa <alexandru.guduleasa@gmail.com>
Alexey Brodkin <abrodkin@synopsys.com>
Alexey Charkov <alchark@gmail.com>
Alexey Dobriyan <adobriyan@gmail.com>
Alexey Fisher <bug-track@fisher-privat.net>
Alexey Galakhov <agalakhov@gmail.com>
Alexey I. Froloff <raorn@raorn.name>
Alexey Kaminsky <me@akaminsky.net>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alexey Khoroshilov <khoroshilov@isp...