Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1620638 > unrolled thread
| Started by | Sean Paul <seanpaul@chromium.org> |
|---|---|
| First post | 2017-04-10 21:30 +0200 |
| Last post | 2017-04-11 05:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v6 0/2] drm: rockchip: Fix rockchip drm unbind crash error Sean Paul <seanpaul@chromium.org> - 2017-04-10 21:30 +0200
Re: [PATCH v6 0/2] drm: rockchip: Fix rockchip drm unbind crash error jeffy <jeffy.chen@rock-chips.com> - 2017-04-11 05:10 +0200
| From | Sean Paul <seanpaul@chromium.org> |
|---|---|
| Date | 2017-04-10 21:30 +0200 |
| Subject | Re: [PATCH v6 0/2] drm: rockchip: Fix rockchip drm unbind crash error |
| Message-ID | <tuNaF-50X-7@gated-at.bofh.it> |
On Mon, Apr 10, 2017 at 06:00:43PM +0800, Jeffy Chen wrote: Hi Jeffy, Thanks for sending this up again. > > Verified on rk3399 chromebook kevin, no more crashes during unbind/bind drm. I'm assuming this is on the chromeos-4.4 kernel? If so, you should probably mention that when you're posting upstream. Sean > > Changes in v6: > Address Daniel Vetter <daniel@ffwll.ch>'s comments. > > Changes in v5: > Fix wrong git account. > > Changes in v2: > Fix some commit messages. > > Jeffy Chen (2): > drm: Unplug drm device when unregistering it > drm: Prevent release fb after cleanup mode config > > drivers/gpu/drm/drm_drv.c | 6 +++--- > drivers/gpu/drm/drm_framebuffer.c | 5 +++++ > drivers/gpu/drm/udl/udl_drv.c | 2 +- > include/drm/drmP.h | 6 ++++++ > 4 files changed, 15 insertions(+), 4 deletions(-) > > -- > 2.1.4 > -- Sean Paul, Software Engineer, Google / Chromium OS
[toc] | [next] | [standalone]
| From | jeffy <jeffy.chen@rock-chips.com> |
|---|---|
| Date | 2017-04-11 05:10 +0200 |
| Message-ID | <tuUlP-1p3-1@gated-at.bofh.it> |
| In reply to | #1620638 |
Hi Sean, On 04/11/2017 03:26 AM, Sean Paul wrote: > On Mon, Apr 10, 2017 at 06:00:43PM +0800, Jeffy Chen wrote: > > Hi Jeffy, > Thanks for sending this up again. > >> >> Verified on rk3399 chromebook kevin, no more crashes during unbind/bind drm. > > I'm assuming this is on the chromeos-4.4 kernel? If so, you should probably > mention that when you're posting upstream. > right, will do in next version. > Sean > > >> >> Changes in v6: >> Address Daniel Vetter <daniel@ffwll.ch>'s comments. >> >> Changes in v5: >> Fix wrong git account. >> >> Changes in v2: >> Fix some commit messages. >> >> Jeffy Chen (2): >> drm: Unplug drm device when unregistering it >> drm: Prevent release fb after cleanup mode config >> >> drivers/gpu/drm/drm_drv.c | 6 +++--- >> drivers/gpu/drm/drm_framebuffer.c | 5 +++++ >> drivers/gpu/drm/udl/udl_drv.c | 2 +- >> include/drm/drmP.h | 6 ++++++ >> 4 files changed, 15 insertions(+), 4 deletions(-) >> >> -- >> 2.1.4 >> >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web