[RESEND 2/5] drm/mxsfb: Fix initial corrupt frame when activating display

2018-09-18 Thread Leonard Crestez
LCDIF will repeatedly display data from CUR_BUF and set CUR_BUF to NEXT_BUF when done. Since we are only ever writing to NEXT_BUF the display will show an initial corrupt frame. Fix by writing the FB paddr to both CUR_BUF and NEXT_BUF when activating the CRTC. Signed-off-by: Leonard Crestez Test

Re: [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()

2018-09-18 Thread Aneesh Kumar K.V
Christophe Leroy writes: > The 'access' parameter of hash_preload() is either 0 or _PAGE_EXEC. > Among the two versions of hash_preload(), only the PPC64 one is > doing something with this 'access' parameter. > > In order to remove the use of _PAGE_EXEC outside platform code, > 'access' parameter

Re: [PATCH v2 02/16] dt-bindings: display: renesas: lvds: Document r8a77990 bindings

2018-09-18 Thread Ulrich Hecht
> On September 14, 2018 at 11:10 AM Laurent Pinchart > wrote: > > > The E3 (r8a77990) supports two LVDS channels. Extend the binding to > support them. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Jacopo Mondi > --- > Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt

[Bug 107955] AMDGPU driver keeps reloading on hybrid graphics system causing stuttering.

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107955 Mike Lothian changed: What|Removed |Added Attachment #141632|0 |1 is obsolete|

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 --- Comment #6 from Michel Dänzer --- Does updating xf86-video-ati to 18.1.0 or using EXA instead of glamor help by any chance? Your system is affected by bug 105381. -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 107693] [wine] Wolfenstein: The Old Blood - can't find GL_EXT_framebuffer_object

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107693 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 Michel Dänzer changed: What|Removed |Added Attachment #141625|text/x-log |text/plain mime type|

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 Michel Dänzer changed: What|Removed |Added Attachment #141623|text/x-log |text/plain mime type|

[Bug 107955] AMDGPU driver keeps reloading on hybrid graphics system causing stuttering.

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107955 --- Comment #18 from Mike Lothian --- Created attachment 141632 --> https://bugs.freedesktop.org/attachment.cgi?id=141632&action=edit Perf data So the --header didn't show anything, however the raw data does seem to do something amdgpu releat

[Bug 107955] AMDGPU driver keeps reloading on hybrid graphics system causing stuttering.

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107955 --- Comment #17 from Mike Lothian --- Created attachment 141631 --> https://bugs.freedesktop.org/attachment.cgi?id=141631&action=edit pref report --header -- You are receiving this mail because: You are the assignee for the bug._

[Bug 107891] [wine, regression, bisected] RAGE, Wolfenstein The New Order hangs in menu

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107891 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [PATCH] drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.

2018-09-18 Thread Daniel Vetter
On Tue, Sep 18, 2018 at 04:20:18PM +1000, Dave Airlie wrote: > From: Dave Airlie > > vgem seems to oops on the intel CI due to the vgem debugfs init > hitting this path now. > > Check if we have mode_config funcs before checking one. > > Signed-off-by: Dave Airlie I thought Dave would apply,

Re: [PATCH v2] drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS

2018-09-18 Thread Chris Wilson
Quoting José Roberto de Souza (2018-09-17 22:22:44) > All DRM_CLIENT capabilities are tied to KMS support, so returning > -EOPNOTSUPP when KMS is not supported. > > v2: returning -EOPNOTSUPP(same value as posix ENOTSUP and available > in uapi) instead of -ENOTSUPP > > Cc: Chris Wilson > Signed-o

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 --- Comment #4 from SET --- Created attachment 141625 --> https://bugs.freedesktop.org/attachment.cgi?id=141625&action=edit kernel log during problems -- You are receiving this mail because: You are the assignee for the bug._

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 --- Comment #5 from SET --- Please see attachments. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.f

Re: [PATCH] [RFC]drm: add syncobj timeline support v5

2018-09-18 Thread Christian König
Am 17.09.2018 um 11:33 schrieb zhoucm1: [SNIP]   +static struct dma_fence * +drm_syncobj_point_get(struct drm_syncobj *syncobj, u64 point, u64 flags) +{ +    struct dma_fence *fence; +    int ret = 0; + +    if (flags & DRM_SYNCOBJ_WAIT_FLAGS_WAIT_FOR_SUBMIT) { +    ret = wait_event_timeou

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 --- Comment #3 from SET --- Created attachment 141624 --> https://bugs.freedesktop.org/attachment.cgi?id=141624&action=edit dmesg after reboot -- You are receiving this mail because: You are the assignee for the bug._

[Bug 107950] Delayed freeze with DRI_PRIME=1 on Topaz

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107950 --- Comment #2 from SET --- Created attachment 141623 --> https://bugs.freedesktop.org/attachment.cgi?id=141623&action=edit Xorg log -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 107955] AMDGPU driver keeps reloading on hybrid graphics system causing stuttering.

2018-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107955 --- Comment #16 from Mike Lothian --- Weird it was only showing i915 resumes no amdgpu ones - even though dmesg clearly shows the card powering up -- You are receiving this mail because: You are the assignee for the bug.___

<    1   2