[Bug 99488] [r600g]OpenCL driver causes ImageMagick to hang on JPEG input in Gaussian Blur kernel

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 --- Comment #12 from Jan Vesely --- The first patch is already in the mainline (https://reviews.llvm.org/D29792) The second one is under review (https://reviews.llvm.org/D30230) Feel free to leave this bug open until jpeg conversion works. The k

[Bug 99488] [r600g]OpenCL driver causes ImageMagick to hang on JPEG input in Gaussian Blur kernel

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 --- Comment #11 from nixscrip...@gmail.com --- Also, a link to the patch in the build system would be nice, so I know when that happens. -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 99488] [r600g]OpenCL driver causes ImageMagick to hang on JPEG input in Gaussian Blur kernel

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99488 --- Comment #10 from nixscrip...@gmail.com --- I have finally gotten a build done, and the patch does indeed fix the hang. I get the same assertion. Once that patch lands, I will verify that SVN build number, and close this bug. (And then, I'll

[Bug 99969] kernel 4.9.11-1 locksup at login screen

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99969 Bug ID: 99969 Summary: kernel 4.9.11-1 locksup at login screen Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Sev

[Bug 99967] RX 480 sclk clock speed lowers when under load

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99967 --- Comment #2 from Christoph Haag --- Created attachment 129919 --> https://bugs.freedesktop.org/attachment.cgi?id=129919&action=edit dmesg with linux 4.8 -- You are receiving this mail because: You are the assignee for the bug._

[Bug 99967] RX 480 sclk clock speed lowers when under load

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99967 --- Comment #1 from Christoph Haag --- Created attachment 129918 --> https://bugs.freedesktop.org/attachment.cgi?id=129918&action=edit screenshot with echo auto > power_dpm_force_performance_level On "auto" the sclk clock speeds resets by itse

[Bug 99967] RX 480 sclk clock speed lowers when under load

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99967 Bug ID: 99967 Summary: RX 480 sclk clock speed lowers when under load Product: DRI Version: unspecified Hardware: Other OS: All Status: NEW Severity: norm

[Bug 88861] [efi, i915, vgaswitcheroo, black screen, nouveau] Screen goes black when switching from dedicated nvidia graphics card (nouveau) to integrated

2017-02-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=88861 --- Comment #25 from Wilfried Klaebe (linux-ker...@lebenslange-mailadresse.de) --- This issue is still there in Linux 4.10. Because I didn't manage to find this bugzilla entry again I opened a new bug, #194697. The status on this bug here is "NEE

Re: [RFC][PATCH v2] drm: kirin: Add a mutex to avoid fb initialization race

2017-02-25 Thread Daniel Vetter
On Fri, Feb 24, 2017 at 05:25:16PM -0800, John Stultz wrote: > In some cases I've been seeing a race where two framebuffers > would be initialized, as kirin_fbdev_output_poll_changed() > might get called quickly in succession, resulting in the > initialization happening twice. This could cause the

[Bug 98869] Electronic Super Joy graphic artefacts (regression,bisected)

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98869 --- Comment #27 from cosiek...@o2.pl --- Created attachment 129912 --> https://bugs.freedesktop.org/attachment.cgi?id=129912&action=edit Piglit dri2 w/o patch I have done piglit test you guys was talking about on the mailinglist. I can do it ag

Re: [PATCH] drm/msm: move submit fence wait out of struct_mutex

2017-02-25 Thread Rob Clark
On Sat, Feb 25, 2017 at 12:36 PM, Daniel Vetter wrote: > On Sat, Feb 25, 2017 at 4:43 PM, Rob Clark wrote: >> Probably a symptom of needing finer grained locking, but if we wait on >> the incoming fence-fd (which could come from a different context) while >> holding struct_mutex, that blocks reti

Re: i915: Dealing with 90° rotated display ?

2017-02-25 Thread Hans de Goede
Hi, On 20-02-17 14:24, Hans de Goede wrote: So when userspace (e.g. the Xorg server + modesetting driver) asks for 0° degree rotation under the hood they get 90 applied, when they aks for the panel resolution they get 1280x720 instead of 720x1280. The idea was that userspace will inherit th

Re: [PATCH] drm/msm: move submit fence wait out of struct_mutex

2017-02-25 Thread Daniel Vetter
On Sat, Feb 25, 2017 at 4:43 PM, Rob Clark wrote: > Probably a symptom of needing finer grained locking, but if we wait on > the incoming fence-fd (which could come from a different context) while > holding struct_mutex, that blocks retire_worker so gpu fences cannot get > scheduled. > > This caus

Re: [RFC][PATCH v2] drm: kirin: Add a mutex to avoid fb initialization race

2017-02-25 Thread liuxinliang
Hi John, The patch seems good to me, except one minus comment. Maybe change fb_lock to fbdev_lock would be better. Thanks, -xinliang On 2017/2/25 9:25, John Stultz wrote: In some cases I've been seeing a race where two framebuffers would be initialized, as kirin_fbdev_output_poll_changed() mig

Re: [RFC][PATCH] drm: kirin: Add a mutex to avoid fb initialization race

2017-02-25 Thread liuxinliang
On 2017/2/25 5:33, John Stultz wrote: On Thu, Feb 23, 2017 at 5:55 PM, liuxinliang wrote: Hi John, On 2017/2/23 8:56, John Stultz wrote: In some cases I've been seeing a race where two framebuffers would be initialized, as kirin_fbdev_output_poll_changed() might get called quickly in succes

[PATCH] uapi: fix drm/omap_drm.h userspace compilation errors

2017-02-25 Thread Dmitry V. Levin
Consistently use types from linux/types.h like in other uapi drm/*_drm.h header files to fix the following drm/omap_drm.h userspace compilation errors: /usr/include/drm/omap_drm.h:36:2: error: unknown type name 'uint64_t' uint64_t param; /* in */ /usr/include/drm/omap_drm.h:37:2: error: unknow

Re: [PATCH 1/5] PCI: Recognize Thunderbolt devices

2017-02-25 Thread Bjorn Helgaas
On Fri, Feb 24, 2017 at 08:19:45PM +0100, Lukas Wunner wrote: > Detect on probe whether a PCI device is part of a Thunderbolt controller. > > Intel uses a Vendor-Specific Extended Capability (VSEC) with ID 0x1234 > on such devices. Detect presence of this VSEC and cache it in a newly > added is_t

Re: [linux-sunxi] Re: [PATCH RFC] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check

2017-02-25 Thread Chen-Yu Tsai
On Fri, Feb 24, 2017 at 5:51 PM, Lucas Stach wrote: > +CC Thierry, as the drm_panel maintainer. > > Am Donnerstag, den 23.02.2017, 10:54 -0500 schrieb Sean Paul: >> On Wed, Dec 07, 2016 at 11:48:55AM +0200, Laurent Pinchart wrote: >> > Hello, >> > >> > On Wednesday 07 Dec 2016 10:26:25 Chen-Yu Tsa

Re: [PATCH 1/5] PCI: Recognize Thunderbolt devices

2017-02-25 Thread Bjorn Helgaas
On Sat, Feb 25, 2017 at 08:40:03AM +0100, Lukas Wunner wrote: > On Fri, Feb 24, 2017 at 04:17:24PM -0600, Bjorn Helgaas wrote: > > On Fri, Feb 24, 2017 at 08:19:45PM +0100, Lukas Wunner wrote: > > > --- a/include/linux/pci.h > > > +++ b/include/linux/pci.h > > > @@ -358,6 +358,7 @@ struct pci_dev {

Re: [PATCH 4/8] drm/sun4i: add support for sun8i DE2 mixers and display engines

2017-02-25 Thread Jernej Škrabec
Hi, Dne petek, 24. februar 2017 ob 14:30:36 CET je Rob Herring napisal(a): > On Wed, Feb 22, 2017 at 2:09 PM, Maxime Ripard > > wrote: > > Hi, > > > > On Wed, Feb 22, 2017 at 11:23:06PM +0800, Icenowy Zheng wrote: > >> Allwinner have a new "Display Engine 2.0" in there new SoCs, which comes > >

Re: [RFC][PATCH v2] drm: kirin: Add a mutex to avoid fb initialization race

2017-02-25 Thread liuxinliang
On 2017/2/25 9:39, liuxinliang wrote: Hi John, The patch seems good to me, except one minus comment. Maybe change fb_lock to fbdev_lock would be better. Thanks, -xinliang On 2017/2/25 9:25, John Stultz wrote: In some cases I've been seeing a race where two framebuffers would be initialized,

Re: [PATCH] drm/msm: move submit fence wait out of struct_mutex

2017-02-25 Thread Rob Clark
On Sat, Feb 25, 2017 at 10:43 AM, Rob Clark wrote: > Probably a symptom of needing finer grained locking, but if we wait on > the incoming fence-fd (which could come from a different context) while > holding struct_mutex, that blocks retire_worker so gpu fences cannot get > scheduled. s/scheduled

[PATCH] drm/msm: move submit fence wait out of struct_mutex

2017-02-25 Thread Rob Clark
Probably a symptom of needing finer grained locking, but if we wait on the incoming fence-fd (which could come from a different context) while holding struct_mutex, that blocks retire_worker so gpu fences cannot get scheduled. This causes a problem if userspace manages to get more than a frame ahe

[Bug 97590] Fury X (Fiji) LEDs do not reflect GPU load

2017-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97590 --- Comment #14 from Vedran Miletić --- (In reply to Adam Bolte from comment #9) > The only difference between this patch and the Windows behaviour is with the > second card at idle - Windows will display only a single green LED which I > believe