From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Yifeng Li <tomli@tomli.me>
Cc: linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org,
Teddy Wang <teddy.wang@siliconmotion.com>,
dri-devel@lists.freedesktop.org,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches.
Date: Sun, 31 Mar 2019 12:18:01 +0000 [thread overview]
Message-ID: <20190331121801.ftwwm4dw2iev3xzf@debian> (raw)
In-Reply-To: <20190316222504.27170-1-tomli@tomli.me>
On Sun, Mar 17, 2019 at 06:24:56AM +0800, Yifeng Li wrote:
> Hi all,
>
> This patchset contains a series of important fixes to various problems,
> including lockups, crashes, screen gliches, and missing video modes.
> These patches are crucial to the correct operation to the hardware,
> especially Lynx3DM+ (SM720). I have tested and verified them on x86.
>
> Please review and queue them for linux-stable.
Thanks for the changes.
Verified the register changes from the datasheet and also tested the full
series (separate test for individual patches) with SM712 on little endian
for any regression.
--
Regards
Sudip
WARNING: multiple messages have this Message-ID (diff)
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Yifeng Li <tomli@tomli.me>
Cc: linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org,
Teddy Wang <teddy.wang@siliconmotion.com>,
dri-devel@lists.freedesktop.org,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches.
Date: Sun, 31 Mar 2019 13:18:01 +0100 [thread overview]
Message-ID: <20190331121801.ftwwm4dw2iev3xzf@debian> (raw)
In-Reply-To: <20190316222504.27170-1-tomli@tomli.me>
On Sun, Mar 17, 2019 at 06:24:56AM +0800, Yifeng Li wrote:
> Hi all,
>
> This patchset contains a series of important fixes to various problems,
> including lockups, crashes, screen gliches, and missing video modes.
> These patches are crucial to the correct operation to the hardware,
> especially Lynx3DM+ (SM720). I have tested and verified them on x86.
>
> Please review and queue them for linux-stable.
Thanks for the changes.
Verified the register changes from the datasheet and also tested the full
series (separate test for individual patches) with SM712 on little endian
for any regression.
--
Regards
Sudip
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Yifeng Li <tomli@tomli.me>
Cc: Teddy Wang <teddy.wang@siliconmotion.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches.
Date: Sun, 31 Mar 2019 13:18:01 +0100 [thread overview]
Message-ID: <20190331121801.ftwwm4dw2iev3xzf@debian> (raw)
In-Reply-To: <20190316222504.27170-1-tomli@tomli.me>
On Sun, Mar 17, 2019 at 06:24:56AM +0800, Yifeng Li wrote:
> Hi all,
>
> This patchset contains a series of important fixes to various problems,
> including lockups, crashes, screen gliches, and missing video modes.
> These patches are crucial to the correct operation to the hardware,
> especially Lynx3DM+ (SM720). I have tested and verified them on x86.
>
> Please review and queue them for linux-stable.
Thanks for the changes.
Verified the register changes from the datasheet and also tested the full
series (separate test for individual patches) with SM712 on little endian
for any regression.
--
Regards
Sudip
next prev parent reply other threads:[~2019-03-31 12:18 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-16 22:24 [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches Yifeng Li
2019-03-16 22:24 ` Yifeng Li
2019-03-16 22:24 ` [PATCH 1/8] fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3F Yifeng Li
2019-03-16 22:24 ` Yifeng Li
2019-03-31 12:18 ` Sudip Mukherjee
2019-03-31 12:18 ` Sudip Mukherjee
2019-03-31 12:18 ` Sudip Mukherjee
2019-03-16 22:24 ` [PATCH 2/8] fbdev: sm712fb: fix brightness control on reboot, don't set SR30 Yifeng Li
2019-03-16 22:24 ` Yifeng Li
2019-03-31 12:19 ` Sudip Mukherjee
2019-03-31 12:19 ` Sudip Mukherjee
2019-03-16 22:24 ` [PATCH 3/8] fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75 Yifeng Li
2019-03-16 22:24 ` Yifeng Li
2019-03-31 12:19 ` Sudip Mukherjee
2019-03-31 12:19 ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 4/8] fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGA Yifeng Li
2019-03-16 22:25 ` Yifeng Li
2019-03-31 12:19 ` Sudip Mukherjee
2019-03-31 12:19 ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 5/8] fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAM Yifeng Li
2019-03-16 22:25 ` Yifeng Li
2019-03-24 21:39 ` Sudip Mukherjee
2019-03-24 21:39 ` Sudip Mukherjee
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 6/8] fbdev: sm712fb: fix crashes and garbled display during DPMS modesetting Yifeng Li
2019-03-16 22:25 ` Yifeng Li
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 7/8] fbdev: sm712fb: fix support for 1024x768-16 mode Yifeng Li
2019-03-16 22:25 ` Yifeng Li
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-31 12:20 ` Sudip Mukherjee
2019-03-16 22:25 ` [PATCH 8/8] fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled display Yifeng Li
2019-03-16 22:25 ` Yifeng Li
2019-03-31 12:21 ` Sudip Mukherjee
2019-03-31 12:21 ` Sudip Mukherjee
2019-03-31 12:21 ` Sudip Mukherjee
2019-03-31 12:18 ` Sudip Mukherjee [this message]
2019-03-31 12:18 ` [PATCH 0/8] fbdev: sm712fb: fix a series of lockups, crashes and gliches Sudip Mukherjee
2019-03-31 12:18 ` Sudip Mukherjee
2019-04-01 15:13 ` Bartlomiej Zolnierkiewicz
2019-04-01 15:13 ` Bartlomiej Zolnierkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190331121801.ftwwm4dw2iev3xzf@debian \
--to=sudipm.mukherjee@gmail.com \
--cc=b.zolnierkie@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=teddy.wang@siliconmotion.com \
--cc=tomli@tomli.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.