[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-07-12 Thread Brendan Higgins
## TL;DR This new patch set only contains a very minor change to address a sparse warning in the PROC SYSCTL KUnit test. Otherwise this patchset is identical to the previous. As I mentioned in the previous patchset, all patches now have acks and reviews. ## Background This patch set proposes

Re: [EXT] Re: [PATCH 00/10] Improvements and fixes for mxsfb DRM driver

2019-07-12 Thread Robert Chiras
Hi Guido, On Jo, 2019-07-11 at 17:04 +0200, Guido Günther wrote: > Hi Robert, > On Wed, Jun 26, 2019 at 04:32:08PM +0300, Robert Chiras wrote: > > > > This patch-set improves the use of eLCDIF block on iMX 8 SoCs (like > > 8MQ, 8MM > > and 8QXP). Following, are the new features added and fixes

Re: [PATCH v1] drm/modes: Skip invalid cmdline mode

2019-07-12 Thread Maxime Ripard
On Thu, Jul 11, 2019 at 06:55:03PM +0300, Dmitry Osipenko wrote: > 11.07.2019 12:03, Maxime Ripard пишет: > > On Wed, Jul 10, 2019 at 06:05:18PM +0300, Dmitry Osipenko wrote: > >> 10.07.2019 17:05, Maxime Ripard пишет: > >>> On Wed, Jul 10, 2019 at 04:29:19PM +0300, Dmitry Osipenko wrote: >

[PATCH 2/2] dma-buf: Relax the write-seqlock for reallocating the shared fence list

2019-07-12 Thread Chris Wilson
As the set of shared fences is not being changed during reallocation of the reservation list, we can skip updating the write_seqlock. Signed-off-by: Chris Wilson Cc: Daniel Vetter Cc: Christian König --- drivers/dma-buf/reservation.c | 14 +++--- 1 file changed, 7 insertions(+), 7

[PATCH 1/2] dma-buf: Expand reservation_list to fill allocation

2019-07-12 Thread Chris Wilson
Since kmalloc() will round up the allocation to the next slab size or page, it will normally return a pointer to a memory block bigger than we asked for. We can query for the actual size of the allocated block using ksize() and expand our variable size reservation_list to take advantage of that

[Bug 109206] Kernel 4.20 amdgpu fails to load firmware on Ryzen 2500U

2019-07-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109206 --- Comment #55 from Ondrej Lang --- (In reply to Joe Coutcher from comment #54) > Ondrej - I'm on a fresh install of Ubuntu 19.04 with no workarounds applied, > using a similar setup to yours (HP Envy x360 15m-bq121dx.) I installed > kernel

Re: [PATCH v4 15/23] drm: sti: Provide ddc symlink in hdmi connector sysfs directory

2019-07-12 Thread Benjamin Gaignard
Le jeu. 11 juil. 2019 à 13:30, Andrzej Pietrasiewicz a écrit : > > Use the ddc pointer provided by the generic connector. > > Signed-off-by: Andrzej Pietrasiewicz Reviewed-by: Benjamin Gaignard > --- > drivers/gpu/drm/sti/sti_hdmi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH 1/2] Staging: fbtft: Fix probing of gpio descriptor

2019-07-12 Thread Phil Reid
Conversion to use gpio descriptors broke all gpio lookups as devm_gpiod_get_index was converted to use dev->driver->name for the gpio name lookup. Fix this by using the name param. In addition gpiod_get post-fixes the -gpios to the name so that shouldn't be included in the call. However this then

[PATCH 0/2] Staging: fbtft: Fix probing of gpio descriptor

2019-07-12 Thread Phil Reid
GPIO probing and reset polarity are broken. Fix them. Fixes: c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor interface") Phil Reid (2): Staging: fbtft: Fix probing of gpio descriptor Staging: fbtft: Fix reset assertion when using gpio descriptor

[PATCH 2/2] Staging: fbtft: Fix reset assertion when using gpio descriptor

2019-07-12 Thread Phil Reid
Typically gpiod_set_value calls would assert the reset line and then release it using the symantics of: gpiod_set_value(par->gpio.reset, 0); ... delay gpiod_set_value(par->gpio.reset, 1); And the gpio binding would specify the polarity. Prior to conversion to gpiod calls

Re: [Intel-gfx] [PATCH v9 1/6] drm: Add Content protection type property

2019-07-12 Thread Ramalingam C
On 2019-07-11 at 10:18:22 -0400, Sean Paul wrote: > On Mon, Jul 08, 2019 at 04:51:11PM +0530, Ramalingam C wrote: > > This patch adds a DRM ENUM property to the selected connectors. > > This property is used for mentioning the protected content's type > > from userspace to kernel HDCP

Re: [PATCH v6 0/3] drm/panel: simple: Add mode support to devicetree

2019-07-12 Thread Sam Ravnborg
Hi Doug. On Thu, Jul 11, 2019 at 01:34:52PM -0700, Douglas Anderson wrote: > I'm reviving Sean Paul's old patchset to get mode support in device > tree. The cover letter for his v3 is at: > https://lists.freedesktop.org/archives/dri-devel/2018-February/165162.html > > v6 of this patch is just a

<    1   2