[PATCH 01/33] clk_ops: change round_rate() to return unsigned long

2017-12-29 Thread Bryan O'Donoghue
Right now it is not possible to return a value larger than LONG_MAX on 32 bit systems. You can pass a rate of ULONG_MAX but can't return anything past LONG_MAX due to the fact both the rounded_rate and negative error codes are represented in the return value of round_rate(). Most implementations

Re: [Nouveau] [PATCH] drm/nouveau/hwmon: Uninitialized variables in sysfs

2017-12-29 Thread Pierre Moreau
Ping: this can still be an issue today as kstrtol() & co haven’t changed their possible return value since the patch was written. On 2017-07-22 — 14:13, Pierre Moreau wrote: > Reviewed-by: Pierre Moreau > > On 2017-07-17 — 11:17, Dan Carpenter wrote: > > kstrtol() and

Re: [Nouveau] drm/nouveau: Remove no longer needed local ACPI_VIDEO_NOTIFY_PROBE define

2017-12-29 Thread Pierre Moreau
Ping On 2017-07-22 — 13:54, Pierre Moreau wrote: > Reviewed-by: Pierre Moreau > > On 2017-06-21 — 15:19, Hans de Goede wrote: > > Hi, > > > > On 26-05-17 09:35, Hans De Goede wrote: > > > The local #define of ACPI_VIDEO_NOTIFY_PROBE was only added temporarily > > > to

[Bug 198221] nouveau DRM driver scheduling invalid work

2017-12-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198221 --- Comment #5 from Petr Vandrovec (p...@vandrovec.name) --- Yes, it fixes the crash. I am not sure what impact have holding lock for longer time, but I didn't notice anything bad. -- You are receiving this mail because: You are watching the

[Bug 198221] nouveau DRM driver scheduling invalid work

2017-12-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=198221 Pierre Moreau (pierre.mor...@free.fr) changed: What|Removed |Added CC|

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #5 from dwagner --- (My above referenced commit ID was valid for an older version of the amd-staging-drm-next git branch - to find the same commit in the kernel git branch you use, search for "drm/amd/display:

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #4 from dwagner --- You might experience the same issue as I did, read https://bugs.freedesktop.org/show_bug.cgi?id=102820 for details. The bottom line of which is: Unless you revert commit

Re: GPF with kernel 4.15-rc1, and display locks up

2017-12-29 Thread Jani Nikula
On Mon, 27 Nov 2017, Mike Keehan wrote: > I am getting a General Protection Fault on 4.15-rc1, and the X11 screen > locks up. Catching up with some old mails... Is this still an issue? Please file a bug at [1]. BR, Jani. [1]

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104143 Gert Wollny changed: What|Removed |Added Resolution|--- |FIXED

Re: [0/5] video-SMSC UFX: Adjustments for five function implementations

2017-12-29 Thread SF Markus Elfring
>> Delete an error message for a failed memory allocation in two functions > > This patch removes the information about the device for which the allocation > fails. Should a Linux allocation failure report be sufficient here? >> Less checks in ufx_usb_probe() after error detection > >

Re: [PATCH 0/5] video-SMSC UFX: Adjustments for five function implementations

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Saturday, November 25, 2017 09:42:57 PM SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 25 Nov 2017 21:38:42 +0100 > > A few update suggestions were taken into account > from static source code analysis. > > Markus Elfring (5): > Delete an error

Re: [0/2] video: ssd1307fb: Adjustments for ssd1307fb_probe()

2017-12-29 Thread SF Markus Elfring
>> Delete an error message for a failed memory allocation > > This patch removes the information about the device for which the allocation > fails. How do you think about to take another look if a Linux allocation failure report could be sufficient in this use case? >> Improve a size

Re: [PATCH 0/2] video: ssd1307fb: Adjustments for ssd1307fb_probe()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Saturday, November 25, 2017 05:04:02 PM SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 25 Nov 2017 16:56:46 +0100 > > Two update suggestions were taken into account > from static source code analysis. > > Markus Elfring (2): > Delete an error

Re: [0/4] video-UDLFB: Adjustments for five function implementations

2017-12-29 Thread SF Markus Elfring
>> Delete an error message for a failed memory allocation in two functions > > This patch removes the information about the device for which the allocation > fails. * Do you find a Linux allocation failure report insufficient in this use case? * Are you looking for any more clarification?

Re: [PATCH] video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_init_fb()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Friday, November 24, 2017 10:30:34 PM Rolf Eike Beer wrote: > Markus Elfring wrote: > > From: Markus Elfring > > Date: Fri, 24 Nov 2017 22:22:06 +0100 > > > > Omit an extra message for a memory allocation failure in this function. > > > > This issue was

Re: [PATCH 0/4] video-UDLFB: Adjustments for five function implementations

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Friday, November 24, 2017 09:48:14 PM SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 24 Nov 2017 21:45:54 +0100 > > A few update suggestions were taken into account > from static source code analysis. > > Markus Elfring (4): > Delete an error

Re: [PATCH] video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocation in vt8500lcd_probe()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Friday, November 24, 2017 08:53:02 PM SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 24 Nov 2017 20:42:08 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle

Re: [PATCH] video/fbdev/wm8505fb: Delete an error message for a failed memory allocation in wm8505fb_probe()

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Friday, November 24, 2017 08:30:04 PM SF Markus Elfring wrote: > From: Markus Elfring > Date: Fri, 24 Nov 2017 20:22:10 +0100 > > Omit an extra message for a memory allocation failure in this function. > > This issue was detected by using the Coccinelle

Re: [PATCH] video: fbdev: remove redundant self assignment of 'height'

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Thursday, November 23, 2017 10:55:53 AM Colin King wrote: > From: Colin Ian King > > The assignment of height to itself is redundant and can be removed. > Detected with Coccinelle. > > Signed-off-by: Colin Ian King Patch queued for 4.16,

Re: [PATCH] video: fbdev: atmel_lcdfb: fix display-timings lookup

2017-12-29 Thread Bartlomiej Zolnierkiewicz
On Monday, November 13, 2017 11:27:19 AM Johan Hovold wrote: > Fix child-node lookup during probe, which ended up searching the whole > device tree depth-first starting at the parent rather than just matching > on its children. > > To make things worse, the parent display node was also

Re: [RFC PATCH v2 00/13] Kernel based bootsplash

2017-12-29 Thread Jani Nikula
On Tue, 19 Dec 2017, Daniel Vetter wrote: > On Wed, Dec 13, 2017 at 08:47:42PM +0100, Max Staudt wrote: >> Dear fbdev and fbcon developers, >> >> Thank you very much for your input for the first patch series. >> >> I've included your feedback into this second roll, and kindly

[Bug 97909] X-Plane 10 crashes with SIGSEGV on radeonsi

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97909 Thomas Rohloff changed: What|Removed |Added CC||v10la...@myway.de

[PATCH] drm/vc4: Move IRQ enable to PM path

2017-12-29 Thread Stefan Schake
We were calling enable_irq on bind, where it was already enabled previously by the IRQ helper. Additionally, dev->irq is not set correctly until after postinstall and so was always zero here, triggering a warning in 4.15. Fix both by moving the enable to the power management resume path, where we

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #3 from S.H. --- Sorry, pressed the send button too early. For anyone willing to help, here's my system: - kernel-4.15-rc5 - xf86-video-amdgpu-1.4.0 - xorg-server-1.19.6 - Sapphire RX 460 - iiyama G-Master

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #2 from S.H. --- Added drm parts of dmesg and Xorg.0.log file. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 --- Comment #1 from S.H. --- Created attachment 136446 --> https://bugs.freedesktop.org/attachment.cgi?id=136446=edit Xorg.0.log -- You are receiving this mail because: You are the assignee for the

[Bug 104412] RX 460 HDMI 4k 60fps not working, DisplayPort is.

2017-12-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104412 Bug ID: 104412 Summary: RX 460 HDMI 4k 60fps not working, DisplayPort is. Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv

2017-12-29 Thread Tomeu Vizoso
On 26 December 2017 at 19:19, Matt Roper wrote: > On Wed, Dec 20, 2017 at 10:59:57AM +0100, Daniel Vetter wrote: >> On Tue, Dec 19, 2017 at 03:27:31PM -0800, Dongwon Kim wrote: >> > I forgot to include this brief information about this patch series. >> > >> > This patch

[PATCH 4.15] drm/amd/display: call set csc_default if enable adjustment is false

2017-12-29 Thread Daniel Drake
From: Yue Hin Lau Signed-off-by: Yue Hin Lau Reviewed-by: Eric Bernstein Acked-by: Harry Wentland Signed-off-by: Alex Deucher [dr...@endlessm.com: backport to 4.15]

Re: [git pull] drm fixes for 4.15-rc6

2017-12-29 Thread Jani Nikula
On Thu, 28 Dec 2017, Randy Dunlap wrote: > It would be good to get this documentation build error patch > merged into 4.15. Daniel Vetter says that he merged (applied) it. > > [PATCH] documentation/gpu/i915: fix docs build error after file rename >

Re: [PATCH v3 00/11] Allwinner H3/H5/A64(DE2) SimpleFB support

2017-12-29 Thread Chen-Yu Tsai
On Fri, Dec 22, 2017 at 8:22 PM, Icenowy Zheng wrote: > This patchset adds support for the SimpleFB on Allwinner SoCs with > "Display Engine 2.0". > > PATCH 1 to PATCH 3 are DE2 CCU fixes for H3/H5 SoCs. > > PATCH 4 adds the pipeline strings for DE2 SimpleFB. > > PATCH 5 to 7

Re: [PATCH v3 07/11] ARM: sunxi: h3/h5: add simplefb nodes

2017-12-29 Thread Chen-Yu Tsai
On Fri, Dec 22, 2017 at 8:22 PM, Icenowy Zheng wrote: > The H3/H5 SoCs have a HDMI output and a TV Composite output. > > Add simplefb nodes for these outputs. > > Signed-off-by: Icenowy Zheng > --- > arch/arm/boot/dts/sunxi-h3-h5.dtsi | 29

Re: [PATCH v2 4/5] ARM: dts: Add support for emtrion emCON-MX6 series

2017-12-29 Thread Alexandre Belloni
On 26/12/2017 at 11:16:34 -0600, Rob Herring wrote: > On Fri, Dec 22, 2017 at 4:56 AM, Alexandre Belloni > wrote: > > + Philippe > > > > On 22/12/2017 at 11:43:33 +0100, Andreas Färber wrote: > >> >> I'll change it for v3 of this patch however it will end up

Re: [PATCH] drm/radeon: use raw buffer printk specifier

2017-12-29 Thread Andy Shevchenko
On Thu, 2017-12-21 at 12:04 +0200, Dmitry Rozhkov wrote: > printk format strings accepting a single subsequent argument > are shorter thus easier to read. > > Instead of having format strings accepting 3 different arguments > pointing to first 3 bytes of the same buffer rewrite the format >

Re: [git pull] drm fixes for 4.15-rc6

2017-12-29 Thread Randy Dunlap
On 12/28/2017 07:18 PM, Dave Airlie wrote: > Hi Linus, > > Just dequeuing some fixes, I'm on holidays next week again, but I > think things should be fine. > > Dave. Hi, It would be good to get this documentation build error patch merged into 4.15. Daniel Vetter says that he merged (applied)

Re: [Mesa-dev] Allocator Nouveau driver, Mesa EXT_external_objects, and DRM metadata import interfaces

2017-12-29 Thread Miguel Angel Vico
(Adding dri-devel back, and trying to respond to some comments from the different forks) James Jones wrote: > Your worst case analysis above isn't far off from our HW, give or take > some bits and axes here and there. We've started an internal discussion > about how to lay out all the bits we

Re: [PATCH v3 09/11] clk: sunxi-ng: add support for Allwinner A64 DE2 CCU

2017-12-29 Thread Chen-Yu Tsai
On Fri, Dec 22, 2017 at 8:22 PM, Icenowy Zheng wrote: > Allwinner A64's DE2 needs to claim a section of SRAM (SRAM C) to work. > > Add support for it. > > Signed-off-by: Icenowy Zheng > --- > drivers/clk/sunxi-ng/ccu-sun8i-de2.c | 32