Displaying 2 results from an estimated 2 matches for "nemshilov".
2017 May 15
1
[PATCH] drm/nouveau: Fix drm poll_helper handling
...le the poll in
nouveau_drm_load() once.
Fixes: cae9ff036eea ("drm/nouveau: Don't enabling polling twice on runtime resume")
Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
Cc: Lyude Paul <lyude at redhat.com>
Cc: Dave Airlie <airlied at redhat.com>
Cc: Gleb Nemshilov <gleb at fastmail.com>
---
Hi,
this patch was created and tested in connection of:
https://bugs.freedesktop.org/show_bug.cgi?id=98690
Regards,
Peter
drivers/gpu/drm/nouveau/nouveau_display.c | 6 ++----
drivers/gpu/drm/nouveau/nouveau_drm.c | 6 +++---
2 files changed, 5 insertions(+)...
2017 Jul 30
0
[Bug 98690] [nouveau bisected] System freeze when starting X using kernel 4.9-rc1 or later
https://bugs.freedesktop.org/show_bug.cgi?id=98690
--- Comment #77 from Gleb Nemshilov <gleb at fastmail.com> ---
Hi Peter and everyone!
I've seen that the latest patch which solves the issue was merged to 4.12 and
4.9, but the initial fix with 1s delay is still in the tree. Will this also be
resolved? It looks like the previous patch can be reverted as the proper fix is
n...