Re: [PATCH 3/4] dma-fence: Refactor signaling for manual invocation

2019-08-13 Thread Koenig, Christian
Am 12.08.19 um 16:53 schrieb Chris Wilson: > Quoting Koenig, Christian (2019-08-12 15:50:59) >> Am 12.08.19 um 16:43 schrieb Chris Wilson: >>> Quoting Koenig, Christian (2019-08-12 15:34:32) Am 10.08.19 um 17:34 schrieb Chris Wilson: > Move the duplicated code within dma-fence.c into the h

[Bug 111390] [CI][SHARDS] igt@kms_* - dmesg-warn - KSV list failed to become ready (-110)

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111390 Bug ID: 111390 Summary: [CI][SHARDS] igt@kms_* - dmesg-warn - KSV list failed to become ready (-110) Product: DRI Version: XOrg git Hardware: Other OS: All

[Bug 111390] [CI][SHARDS] igt@kms_* - dmesg-warn - KSV list failed to become ready (-110)

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111390 Martin Peres changed: What|Removed |Added Whiteboard||ReadyForDev Assignee|dri-devel

Re: [PATCH 26/60] drm/omap: Detach from panels at remove time

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: The omapdrm driver attaches to panels with drm_panel_attach() at probe time but never calls drm_panel_detach(). Fix it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.c | 24 +++- 1 file changed, 19 insert

Re: [PATCH 27/60] drm/omap: Simplify HDMI mode and infoframe configuration

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: Remove the omap_connector_get_hdmi_mode() function as the HDMI mode can be accessed directly from the connector's display info. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_connector.c | 11 --- drivers/gpu/drm/omapdrm/

Re: [Xen-devel] [PATCH] drm/xen-front: Make structure fb_funcs constant

2019-08-13 Thread Oleksandr Andrushchenko
On 8/13/19 9:27 AM, Nishka Dasgupta wrote: Static structure fb_funcs, of type drm_framebuffer_funcs, is used only when it is passed to drm_gem_fb_create_with_funcs() as its last argument. drm_gem_fb_create_with_funcs does not modify its lst argument (fb_funcs) and hence fb_funcs is never modifie

Re: [PATCH 28/60] drm/omap: Factor out display type to connector type conversion

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: Move the code that computes the DRM connector type for the omapdss_device display type to a new omapdss_device_connector_type() function for later reuse. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/base.c | 23

Re: [PATCH 29/60] drm/omap: Use the drm_panel_bridge API

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: Replace the manual panel handling code by a drm_panel_bridge. This simplifies the driver and allows all components in the display pipeline to be treated as bridges, paving the way to generic connector handling. Signed-off-by: Laurent Pinchart --- d

Re: [PATCH 30/60] drm/omap: dss: Fix output next device lookup in DT

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: The DSS core looks up the next device connected to an output by traversing the OF graph. It currently hardcodes the local port number to 0, which breaks any output with a different port number (SDI on OMAP3 and any DPI output but the first one). Fix th

Re: [PATCH 31/60] drm/omap: Add infrastructure to support drm_bridge local to DSS outputs

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: In order to support drm_bridge-based pipeline, the internal HDMI encoders will need to expose the EDID read operation through the drm_bridge API, and thus to expose a drm_bridge instance corresponding to the encoder. The HDMI encoders are however handl

Re: [PATCH 32/60] drm/omap: dss: Make omap_dss_device_ops optional

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: As part of the move to drm_bridge ops for some of the internal encoders will be removed. Make them optional in the driver to ease the transition. I don't seem to be able to decipher the first sentence. Is there a word or two missing from it? Other

Re: [PATCH v12 09/18] kunit: test: add support for test abort

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 10:56 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2019-08-12 21:57:55) > > On Mon, Aug 12, 2019 at 9:22 PM Stephen Boyd wrote: > > > > > > Quoting Brendan Higgins (2019-08-12 11:24:12) > > > > diff --git a/include/kunit/test.h b/include/kunit/test.h > > > > index 2

Re: [PATCH 33/60] drm/omap: hdmi: Allocate EDID in the .read_edid() operation

2019-08-13 Thread Tomi Valkeinen
On 07/07/2019 21:19, Laurent Pinchart wrote: Bring the omapdss-specific .read_edid() operation in sync with the drm_bridge .get_edid() operation to ease code reuse. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 34 drivers/gpu/drm/oma

Re: [PATCH v12 10/18] kunit: test: add tests for kunit test abort

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 10:57 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2019-08-12 22:06:04) > > On Mon, Aug 12, 2019 at 9:24 PM Stephen Boyd wrote: > > > > > > Quoting Brendan Higgins (2019-08-12 11:24:13) > > > > + > > > > +static int kunit_try_catch_test_init(struct kunit *test) > >

Re: [PATCH] drm/vboxvideo: Make structure vbox_fb_helper_funcs constant

2019-08-13 Thread Hans de Goede
Hi, On 13-08-19 08:25, Nishka Dasgupta wrote: The static structure vbox_fb_helper_funcs, of type drm_fb_helper_funcs, is used only when it is passed as the third argument to drm_fb_helper_fbdev_setup(), which does not modify it. Hence make it constant to protect it from unintended modifications.

Re: [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 9:31 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2019-08-12 11:24:15) > > + > > +static int kunit_resource_test_init(struct kunit *test) > > +{ > > + struct kunit_test_resource_context *ctx = > > + kzalloc(sizeof(*ctx), GFP_KERNEL); > > +

RE: [PATCH] drm/scheduler: use job count instead of peek

2019-08-13 Thread Liu, Monk
Reviewed-by: monk@amd.com _ Monk Liu|GPU Virtualization Team |AMD -Original Message- From: Christian König Sent: Friday, August 9, 2019 11:31 PM To: Grodzovsky, Andrey ; dri-devel@lists.freedesktop.org; Liu, Monk ; Deng, Emily Subject: [PATCH]

Re: [PATCH v12 14/18] kunit: defconfig: add defconfigs for building KUnit tests

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 9:39 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2019-08-12 11:24:17) > > diff --git a/arch/um/configs/kunit_defconfig > > b/arch/um/configs/kunit_defconfig > > new file mode 100644 > > index 0..bfe49689038f1 > > --- /dev/null > > +++ b/arch/um/configs/

Re: [PATCH v2 1/3] arm64: imx8mq: add imx8mq iomux-gpr field defines

2019-08-13 Thread Arnd Bergmann
On Fri, Aug 9, 2019 at 6:24 PM Guido Günther wrote: > > This adds all the gpr registers and the define needed for selecting > the input source in the imx-nwl drm bridge. > > Signed-off-by: Guido Günther > + > +#define IOMUXC_GPR00x00 > +#define IOMUXC_GPR10x04 > +#define IOMUXC_GPR20x

[Bug 111122] 2500U: Graphics corruption on kernel 5.2

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=22 --- Comment #16 from Pierre-Eric Pelloux-Prayer --- (In reply to Brian Schott from comment #13) > (In reply to Pierre-Eric Pelloux-Prayer from comment #12) > > Does using "AMD_DEBUG=nodcc" Mesa environment variable help? > > It does. Exporting

[Bug 110886] After S3 resume, kernel: [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:57:crtc-0] flip_done timed out

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110886 --- Comment #6 from Kai-Heng Feng --- Created attachment 145044 --> https://bugs.freedesktop.org/attachment.cgi?id=145044&action=edit failed log when iommu is disabled. -- You are receiving this mail because: You are the assignee for the bug

[PATCH 1/2] drm/virtio: cleanup queue functions

2019-08-13 Thread Gerd Hoffmann
Make the queue functions return void, none of the call sites checks the return value. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/virtio/virtgpu_vq.c | 41 ++--- 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_vq.c b/dr

[PATCH 0/2] drm/virtio: notify virtqueues without holding spinlock

2019-08-13 Thread Gerd Hoffmann
Gerd Hoffmann (2): drm/virtio: cleanup queue functions drm/virtio: notify virtqueues without holding spinlock drivers/gpu/drm/virtio/virtgpu_vq.c | 54 ++--- 1 file changed, 27 insertions(+), 27 deletions(-) -- 2.18.1 __

[PATCH 2/2] drm/virtio: notify virtqueues without holding spinlock

2019-08-13 Thread Gerd Hoffmann
Split virtqueue_kick() call into virtqueue_kick_prepare(), which requires serialization, and virtqueue_notify(), which does not. Move the virtqueue_notify() call out of the critical section protected by the queue lock. This avoids triggering a vmexit while holding the lock and thereby fixes a rat

Re: [PATCH 3/4] dma-fence: Refactor signaling for manual invocation

2019-08-13 Thread Chris Wilson
Quoting Koenig, Christian (2019-08-13 07:59:28) > Am 12.08.19 um 16:53 schrieb Chris Wilson: > > Quoting Koenig, Christian (2019-08-12 15:50:59) > >> Am 12.08.19 um 16:43 schrieb Chris Wilson: > >>> Quoting Koenig, Christian (2019-08-12 15:34:32) > Am 10.08.19 um 17:34 schrieb Chris Wilson: >

[Bug 110886] After S3 resume, kernel: [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:57:crtc-0] flip_done timed out

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110886 --- Comment #7 from Kai-Heng Feng --- I also tried disabling GFXOFF but the same issue still happens: diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c index a24beaa4fb01..62a8394b1f5f 100644

Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver

2019-08-13 Thread Philippe Mathieu-Daudé
Hi Lee, On 8/12/19 10:16 AM, Lee Jones wrote: > On Thu, 25 Jul 2019, Paul Cercueil wrote: > >> It has been replaced with the ingenic-iio driver for the ADC. >> >> Signed-off-by: Paul Cercueil >> Tested-by: Artur Rojek >> --- >> drivers/mfd/Kconfig | 9 -- >> drivers/mfd/Makefile |

Re: [PATCH 3/4] dma-fence: Refactor signaling for manual invocation

2019-08-13 Thread Koenig, Christian
Am 13.08.19 um 10:25 schrieb Chris Wilson: > Quoting Koenig, Christian (2019-08-13 07:59:28) >> Am 12.08.19 um 16:53 schrieb Chris Wilson: >>> Quoting Koenig, Christian (2019-08-12 15:50:59) Am 12.08.19 um 16:43 schrieb Chris Wilson: > Quoting Koenig, Christian (2019-08-12 15:34:32) >>

[PATCH v3] drm/virtio: use virtio_max_dma_size

2019-08-13 Thread Gerd Hoffmann
We must make sure our scatterlist segments are not too big, otherwise we might see swiotlb failures (happens with sev, also reproducable with swiotlb=force). Suggested-by: Laszlo Ersek Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/virtio/virtgpu_object.c | 10 -- 1 file changed, 8 in

[PATCH v4] drm/virtio: use virtio_max_dma_size

2019-08-13 Thread Gerd Hoffmann
We must make sure our scatterlist segments are not too big, otherwise we might see swiotlb failures (happens with sev, also reproducable with swiotlb=force). Suggested-by: Laszlo Ersek Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/virtio/virtgpu_object.c | 10 -- 1 file changed, 8 in

Re: [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 10:30 PM Stephen Boyd wrote: > > Quoting Brendan Higgins (2019-08-12 22:02:59) > > On Mon, Aug 12, 2019 at 9:56 PM Stephen Boyd wrote: > > > > > > Quoting Brendan Higgins (2019-08-12 17:41:05) > > > > On Mon, Aug 12, 2019 at 4:59 PM Stephen Boyd wrote: > > > > > > > > > >

Re: [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder

2019-08-13 Thread Brendan Higgins
On Tue, Aug 13, 2019 at 2:04 AM Brendan Higgins wrote: > > On Mon, Aug 12, 2019 at 10:30 PM Stephen Boyd wrote: > > > > Quoting Brendan Higgins (2019-08-12 22:02:59) > > > On Mon, Aug 12, 2019 at 9:56 PM Stephen Boyd wrote: > > > > > > > > Quoting Brendan Higgins (2019-08-12 17:41:05) > > > > >

Re: [PATCH] backlight: ipaq_micro: Make structure micro_bl_props constant

2019-08-13 Thread Daniel Thompson
On Tue, Aug 13, 2019 at 02:28:55PM +0530, Nishka Dasgupta wrote: > Static structure micro_bl_props, having type backlight_properties, is > used only once, when it is passed as the last argument to function > devm_backlight_device_register(). devm_backlight_device_register() is > defined with its la

[PATCH] drm/bridge: dumb-vga-dac: Fix dereferencing -ENODEV DDC channel

2019-08-13 Thread Geert Uytterhoeven
If the VGA connector has no DDC channel, an error pointer will be dereferenced, e.g. on Salvator-XS: Unable to handle kernel NULL pointer dereference at virtual address 017d ... Call trace: sysfs_do_create_link_sd.isra.0+0x40/0x108 sysfs_create_link+0x20/0x40

Re: [PATCH v2 1/4] drm/i2c/tda998x: drop use of drmP.h

2019-08-13 Thread Thierry Reding
On Sun, Aug 04, 2019 at 11:41:29AM +0200, Sam Ravnborg wrote: > Drop use of the deprecated drmP.h header file. > Fix fallout. > > Signed-off-by: Sam Ravnborg > Cc: Russell King > Cc: David Airlie > Cc: Daniel Vetter > --- > drivers/gpu/drm/i2c/tda998x_drv.c | 2 +- > 1 file changed, 1 inserti

Re: [PATCH v2 2/4] drm/tegra: drop use of drmP.h

2019-08-13 Thread Thierry Reding
On Sun, Aug 04, 2019 at 11:41:30AM +0200, Sam Ravnborg wrote: > Drop use of the deprecated drmP.h header file. > > For all touched files divide include files into blocks, > and sort them within the blocks. > Fix fallout. > > Signed-off-by: Sam Ravnborg > Cc: Thierry Reding > Cc: Jonathan Hunter

Re: [PATCH v2 3/4] drm/armada: drop use of drmP.h

2019-08-13 Thread Thierry Reding
On Sun, Aug 04, 2019 at 11:41:31AM +0200, Sam Ravnborg wrote: > Drop use of the deprecated drmP.h header file. > While touching the list of include files group them and sort them. > Fix fallout from the header file removal. > > Signed-off-by: Sam Ravnborg > Cc: Russell King > Cc: David Airlie >

Re: [PATCH v2 4/4] drm/arm: drop use of drmP.h

2019-08-13 Thread Thierry Reding
On Sun, Aug 04, 2019 at 11:41:32AM +0200, Sam Ravnborg wrote: > Drop use of the deprecated drmP.h header file. > > While touching the list of include files divide them > into blocks and sort within each block. > Fix fallout. > > Signed-off-by: Sam Ravnborg > Cc: Liviu Dudau > Cc: Brian Starkey

[PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Hans Verkuil
When testing CEC on the AML-S905X-CC board I noticed that the CEC physical address was not invalidated when the HDMI cable was unplugged. Some more digging showed that meson uses meson_dw_hdmi.c to handle the HPD. Both dw_hdmi_irq() and dw_hdmi_top_thread_irq() (in meson_dw_hdmi.c) call the dw_hdm

Re: [PATCH v6 19/24] drm/bridge: dumb-vga-dac: Provide ddc symlink in connector sysfs directory

2019-08-13 Thread Geert Uytterhoeven
Hi Günter, On Thu, Aug 8, 2019 at 5:42 AM Guenter Roeck wrote: > On Fri, Jul 26, 2019 at 07:23:13PM +0200, Andrzej Pietrasiewicz wrote: > > Use the ddc pointer provided by the generic connector. > > > > Signed-off-by: Andrzej Pietrasiewicz > > Reviewed-by: Neil Armstrong > > This patch results

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Hans Verkuil
CC Dariusz as well, since this issue was discovered when testing his CEC patches. Regards, Hans On 8/13/19 11:32 AM, Hans Verkuil wrote: > When testing CEC on the AML-S905X-CC board I noticed that the CEC physical > address was not invalidated when the HDMI cable was unplugged. Some more

Re: [LKP] [drm/mgag200] 90f479ae51: vm-scalability.median -18.8% regression

2019-08-13 Thread Feng Tang
Hi Thomas, On Mon, Aug 12, 2019 at 03:25:45PM +0800, Feng Tang wrote: > Hi Thomas, > > On Fri, Aug 09, 2019 at 04:12:29PM +0800, Rong Chen wrote: > > Hi, > > > > >>Actually we run the benchmark as a background process, do we need to > > >>disable the cursor and test again? > > >There's a worker

Re: [v7,01/16] drm: Add Enhanced Gamma LUT precision structure

2019-08-13 Thread james qian wang (Arm Technology China)
On Fri, Mar 29, 2019 at 01:45:59AM +0530, Uma Shankar wrote: > Existing LUT precision structure is having only 16 bit > precision. This is not enough for upcoming enhanced hardwares > and advance usecases like HDR processing. Hence added a new > structure with 32 bit precision values. Also added th

Re: [PATCH] drm/tilcdc: plane: Make structure tilcdc_plane_funcs constant

2019-08-13 Thread Jyri Sarha
On 13/08/2019 12:05, Nishka Dasgupta wrote: > The static structure tilcdc_plane_funcs, of type drm_plane_funcs, is > used only when passed the fourth argument to drm_plane_init(); however, > this fourth parameter is declared as const in the function definition. > Hence make tilcdc_plane_funcs const

Re: [PATCH v2 2/4] drm/komeda: Introduce komeda_color_manager/state

2019-08-13 Thread Mihail Atanassov
Hi James, On Tuesday, 13 August 2019 05:56:07 BST james qian wang (Arm Technology China) wrote: > Many komeda component support color management like layer and IPS, so > komeda_color_manager/state are introduced to manager gamma, csc and degamma > together for easily share it to multiple componpe

[PATCH] video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host

2019-08-13 Thread Wei Hu
Beginning from Windows 10 RS5+, VM screen resolution is obtained from host. The "video=hyperv_fb" boot time option is not needed, but still can be used to overwrite the VM resolution. The VM resolution on the host could be set by executing the powershell "set-vmvideo" command. Signed-off-by: Iouri

Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver

2019-08-13 Thread Paul Cercueil
Hi Philippe, Le mar. 13 août 2019 à 10:44, Philippe =?iso-8859-1?q?Mathieu-Daud=E9?= a écrit : Hi Lee, On 8/12/19 10:16 AM, Lee Jones wrote: On Thu, 25 Jul 2019, Paul Cercueil wrote: It has been replaced with the ingenic-iio driver for the ADC. Signed-off-by: Paul Cercueil Tested-by

Re: [PATCH v2 4/4] drm/komeda: Enable Layer color management for komeda

2019-08-13 Thread Mihail Atanassov
Hi James, On Tuesday, 13 August 2019 05:56:19 BST james qian wang (Arm Technology China) wrote: > - D71 has 3 global layer gamma table which can be used for all layers as > gamma lookup table, no matter inverse or forward. > - Add komeda_color_manager/state to layer/layer_state for describe the

Re: [PATCH v2 2/3] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller

2019-08-13 Thread Guido Günther
Hi Rob, thanks for having a look! On Fri, Aug 09, 2019 at 02:41:03PM -0600, Rob Herring wrote: > On Fri, Aug 9, 2019 at 10:24 AM Guido Günther wrote: > > > > The Northwest Logic MIPI DSI IP core can be found in NXPs i.MX8 SoCs. > > > > Signed-off-by: Guido Günther > > --- > > .../bindings/displ

Re: [PATCH v2 1/3] arm64: imx8mq: add imx8mq iomux-gpr field defines

2019-08-13 Thread Guido Günther
Hi Arnd, On Tue, Aug 13, 2019 at 10:08:44AM +0200, Arnd Bergmann wrote: > On Fri, Aug 9, 2019 at 6:24 PM Guido Günther wrote: > > > > This adds all the gpr registers and the define needed for selecting > > the input source in the imx-nwl drm bridge. > > > > Signed-off-by: Guido Günther > > + > >

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Jonas Karlman
before submitting my series? [1] https://github.com/Kwiboo/linux-rockchip/commit/2f4f99c82983e70952668c21f1c56a0241bd75f2 [2] https://github.com/Kwiboo/linux-rockchip/compare/next-20190813...next-20190813-cec-eld Regards, Jonas On 2019-08-13 11:34, Hans Verkuil wrote: > CC Dariusz as well, si

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

2019-08-13 Thread Guido Günther
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 from this > patch-set: There was some feedback on various patches, do you intend to

Re: [PATCH 10/11] mfd: Drop obsolete JZ4740 driver

2019-08-13 Thread Lee Jones
On Tue, 13 Aug 2019, Paul Cercueil wrote: > Hi Philippe, > > > Le mar. 13 août 2019 à 10:44, Philippe =?iso-8859-1?q?Mathieu-Daud=E9?= > a écrit : > > Hi Lee, > > > > On 8/12/19 10:16 AM, Lee Jones wrote: > > > On Thu, 25 Jul 2019, Paul Cercueil wrote: > > > > > > > It has been replaced wit

[PATCH] drm/amdgpu/powerplay: fix spelling mistake "unsuported" -> "unsupported"

2019-08-13 Thread Colin King
From: Colin Ian King There is a spelling mistake in a pr_err error message. Fix it. Also add a space after a comma to clean up a checkpatch warning. Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d

Re: [PATCH] drm/amdgpu/powerplay: fix spelling mistake "unsuported" -> "unsupported"

2019-08-13 Thread Colin Ian King
[drm-next] On 13/08/2019 11:33, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in a pr_err error message. Fix it. Also > add a space after a comma to clean up a checkpatch warning. > > Signed-off-by: Colin Ian King > --- > drivers/gpu/drm/amd/powerplay/smu_v11_0.c |

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

2019-08-13 Thread Robert Chiras
On Ma, 2019-08-13 at 12:23 +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 from > > this

[PATCH] video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver

2019-08-13 Thread Wei Hu
Without deferred IO support, hyperv_fb driver informs the host to refresh the entire guest frame buffer at fixed rate, e.g. at 20Hz, no matter there is screen update or not. This patch supports defered IO for screens in graphic mode and also enables the framme buffer on-demand refresh. The highest

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Hans Verkuil
Hans > > [1] > https://github.com/Kwiboo/linux-rockchip/commit/2f4f99c82983e70952668c21f1c56a0241bd75f2 > [2] > https://github.com/Kwiboo/linux-rockchip/compare/next-20190813...next-20190813-cec-eld > > Regards, > Jonas > > On 2019-08-13 11:34, Hans Verkuil wr

Re: [PATCH v2] i2c: replace i2c_new_secondary_device with an ERR_PTR variant

2019-08-13 Thread Hans Verkuil
On 8/9/19 5:40 PM, Wolfram Sang wrote: > In the general move to have i2c_new_*_device functions which return > ERR_PTR instead of NULL, this patch converts i2c_new_secondary_device(). > > There are only few users, so this patch converts the I2C core and all > users in one go. The function gets ren

[PATCH v6 1/8] drm/i915/intel_hdmi: use cec_notifier_conn_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil Tested-by: Hans Verkuil --- drivers/gpu/drm/i915/display/intel_hdmi.c | 13 +-

[PATCH v6 2/8] dw-hdmi-cec: use cec_notifier_cec_adap_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_cec_adap_(un)register() functions to (un)register the notifier for the CEC adapter. Also adds CEC_CAP_CONNECTOR_INFO capability to the adapter. Changes since v3: - add CEC_CAP_CONNECTOR_INFO to cec_allocate_adapter, - replace CEC_CAP_LOG_ADDRS | CEC_CAP_TR

[PATCH v6 3/8] tda9950: use cec_notifier_cec_adap_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_cec_adap_(un)register() functions to (un)register the notifier for the CEC adapter. Signed-off-by: Dariusz Marcinkiewicz Signed-off-by: Hans Verkuil Tested-by: Hans Verkuil --- drivers/gpu/drm/i2c/tda9950.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletion

[PATCH v6 0/8] drm: cec: convert DRM drivers to the new notifier API

2019-08-13 Thread Dariusz Marcinkiewicz
This series updates DRM drivers to use new CEC notifier API. Only first two patches were tested on the actual hardware. Changes since v5: Fixed a warning about a missing comment for a new member of drm_dp_aux_cec struct. Sending to a wider audience, including maintainers o

[PATCH v6 4/8] drm: tda998x: use cec_notifier_conn_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Changes since v2: - cec_notifier_phys_addr_invalidate where appropriate, - don't check for NULL notifier before calling cec_notifi

[PATCH v6 5/8] drm: sti: use cec_notifier_conn_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Changes since v2: Don't invalidate physical address before unregistering the notifier. Signed-off-by: Dariusz Marcinkiewicz --- drivers

[PATCH v6 7/8] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Changes since v4: - typo fix Changes since v2: - removed unnecessary NULL check before a call to cec_notifier_conn_unregister,

[PATCH v6 6/8] drm: tegra: use cec_notifier_conn_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Changes since v4: - only create a CEC notifier for HDMI connectors Signed-off-by: Dariusz Marcinkiewicz Tested-by: Hans Verkuil --- drivers/gp

[PATCH v6 8/8] drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)register

2019-08-13 Thread Dariusz Marcinkiewicz
Use the new cec_notifier_conn_(un)register() functions to (un)register the notifier for the HDMI connector, and fill in the cec_connector_info. Changes since v2: - removed unnecessary call to invalidate phys address before deregistering the notifier, - use cec_notifier_phys

[PATCH] drm/komeda: Clean warning 'komeda_component_add' might be a candidate for 'gnu_printf'

2019-08-13 Thread james qian wang (Arm Technology China)
komeda/komeda_pipeline.c: In function 'komeda_component_add': komeda/komeda_pipeline.c:212:3: warning: function 'komeda_component_add' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] vsnprintf(c->name, sizeof(c->name), name_fmt, args); ^ Signed-of

Re: [PATCH v2 1/3] arm64: imx8mq: add imx8mq iomux-gpr field defines

2019-08-13 Thread Arnd Bergmann
On Tue, Aug 13, 2019 at 12:10 PM Guido Günther wrote: > On Tue, Aug 13, 2019 at 10:08:44AM +0200, Arnd Bergmann wrote: > > On Fri, Aug 9, 2019 at 6:24 PM Guido Günther wrote: > > > > > > This adds all the gpr registers and the define needed for selecting > > > the input source in the imx-nwl drm

Re: [PATCH v6 4/8] drm: tda998x: use cec_notifier_conn_(un)register

2019-08-13 Thread Russell King - ARM Linux admin
On Tue, Aug 13, 2019 at 01:02:36PM +0200, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_conn_(un)register() functions to > (un)register the notifier for the HDMI connector, and fill > in the cec_connector_info. > > Changes since v2: > - cec_notifier_phys_addr_invalidate where appro

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Hans Verkuil
ans > > [1] > https://github.com/Kwiboo/linux-rockchip/commit/2f4f99c82983e70952668c21f1c56a0241bd75f2 > [2] > https://github.com/Kwiboo/linux-rockchip/compare/next-20190813...next-20190813-cec-eld > > Regards, > Jonas > > On 2019-08-13 11:34, Hans Verkuil wrote:

Re: [PATCH v6 3/8] tda9950: use cec_notifier_cec_adap_(un)register

2019-08-13 Thread Russell King - ARM Linux admin
On Tue, Aug 13, 2019 at 01:02:35PM +0200, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_cec_adap_(un)register() functions to > (un)register the notifier for the CEC adapter. > > Signed-off-by: Dariusz Marcinkiewicz > Signed-off-by: Hans Verkuil > Tested-by: Hans Verkuil > --- > drive

Re: [PATCH v6 7/8] drm: dw-hdmi: use cec_notifier_conn_(un)register

2019-08-13 Thread Hans Verkuil
On 8/13/19 1:02 PM, Dariusz Marcinkiewicz wrote: > Use the new cec_notifier_conn_(un)register() functions to > (un)register the notifier for the HDMI connector, and fill in > the cec_connector_info. > > Changes since v4: > - typo fix > Changes since v2: > - removed unnecessary NULL che

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Jonas Karlman
/Kwiboo/linux-rockchip/commit/2f4f99c82983e70952668c21f1c56a0241bd75f2 >> [2] >> https://github.com/Kwiboo/linux-rockchip/compare/next-20190813...next-20190813-cec-eld >> >> Regards, >> Jonas >> >> On 2019-08-13 11:34, Hans Verkuil wrote: >>> CC Dari

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Hans Verkuil
On 8/13/19 11:32 AM, Hans Verkuil wrote: > When testing CEC on the AML-S905X-CC board I noticed that the CEC physical > address was not invalidated when the HDMI cable was unplugged. Some more > digging showed that meson uses meson_dw_hdmi.c to handle the HPD. > > Both dw_hdmi_irq() and dw_hdmi_to

Re: [PATCH v6 3/8] tda9950: use cec_notifier_cec_adap_(un)register

2019-08-13 Thread Hans Verkuil
On 8/13/19 1:32 PM, Russell King - ARM Linux admin wrote: > On Tue, Aug 13, 2019 at 01:02:35PM +0200, Dariusz Marcinkiewicz wrote: >> Use the new cec_notifier_cec_adap_(un)register() functions to >> (un)register the notifier for the CEC adapter. >> >> Signed-off-by: Dariusz Marcinkiewicz >> Signed

Re: [PATCH] drm/bridge: dw-hdmi: move cec PA invalidation to dw_hdmi_setup_rx_sense()

2019-08-13 Thread Neil Armstrong
Hi Hans, On 13/08/2019 13:43, Hans Verkuil wrote: > On 8/13/19 11:32 AM, Hans Verkuil wrote: >> When testing CEC on the AML-S905X-CC board I noticed that the CEC physical >> address was not invalidated when the HDMI cable was unplugged. Some more >> digging showed that meson uses meson_dw_hdmi.c t

[PATCH resend] video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}

2019-08-13 Thread Geert Uytterhoeven
When running "make oldconfig" on a .config where CONFIG_BACKLIGHT_LCD_SUPPORT is not set, two new config options ("Lowlevel LCD controls" and "Lowlevel Backlight controls") appear, both defaulting to "m". Drop the "default m", as options should default to disabled, and because several driver confi

Re: [PATCH] drm/bridge: dumb-vga-dac: Fix dereferencing -ENODEV DDC channel

2019-08-13 Thread Neil Armstrong
Hi, On 13/08/2019 11:30, Geert Uytterhoeven wrote: > If the VGA connector has no DDC channel, an error pointer will be > dereferenced, e.g. on Salvator-XS: > > Unable to handle kernel NULL pointer dereference at virtual address > 017d > ... > Call trace: > sysfs_do_

Re: [PATCH 02/26] drm/dp_mst: Destroy mstbs from destroy_connector_work

2019-08-13 Thread Daniel Vetter
On Wed, Jul 17, 2019 at 09:42:25PM -0400, Lyude Paul wrote: > Currently we remove MST branch devices from the in-memory topology > immediately when their topology refcount reaches 0. This works just fine > at the moment, but since we're about to add suspend/resume reprobing for > MST topologies we'

Re: [PATCH 03/26] drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest

2019-08-13 Thread Daniel Vetter
On Wed, Jul 17, 2019 at 09:42:26PM -0400, Lyude Paul wrote: > Yes, apparently we've been testing this for every single driver load for > quite a long time now. At least that means our PBN calculation is solid! > > Anyway, introduce self tests for MST and move this into there. > > Cc: Juston Li >

Re: [PATCH 04/26] drm/print: Add drm_err_printer()

2019-08-13 Thread Daniel Vetter
On Wed, Jul 17, 2019 at 09:42:27PM -0400, Lyude Paul wrote: > A simple convienence function that returns a drm_printer which prints > using pr_err() > > Cc: Juston Li > Cc: Imre Deak > Cc: Ville Syrjälä > Cc: Harry Wentland > Signed-off-by: Lyude Paul > --- > drivers/gpu/drm/drm_print.c | 6

[Bug 110674] Crashes / Resets From AMDGPU / Radeon VII

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110674 --- Comment #94 from Tom B --- Reverting d1a3e239a6016f2bb42a91696056e223982e8538 didn't fix it for me. But that commit may give some insight because it is related to uclk which is the first error we get. I also tried globally increasing usec_t

Re: [PATCH] drm/panfrost: Remove completed features still in TODO

2019-08-13 Thread Neil Armstrong
On 02/08/2019 21:57, Rob Herring wrote: > There's a few features the driver supports which we forgot to remove, so > remove them now. > > Cc: Tomeu Vizoso > Cc: Boris Brezillon > Signed-off-by: Rob Herring > --- > drivers/gpu/drm/panfrost/TODO | 9 - > 1 file changed, 9 deletions(-) >

Re: [PATCH v2 3/9] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel

2019-08-13 Thread Laurent Pinchart
Hi Rob, On Mon, Aug 12, 2019 at 01:18:39PM -0600, Rob Herring wrote: > On Sat, Aug 10, 2019 at 5:10 PM Laurent Pinchart wrote: > > > > The NEC NL8048HL11 is a 10.4cm WVGA (800x480) panel with a 24-bit RGB > > parallel data interface and an SPI control interface. > > > > Signed-off-by: Laurent Pinc

Re: [PATCH v2 5/9] drm/panel: Add driver for the NEC NL8048HL11 panel

2019-08-13 Thread Laurent Pinchart
Hi Sam, On Sun, Aug 11, 2019 at 07:10:05PM +0200, Sam Ravnborg wrote: > On Sun, Aug 11, 2019 at 02:10:44AM +0300, Laurent Pinchart wrote: > > This panel is used on the Zoom2/3/3630 SDP boards. > > > > The code is based on the omapdrm-specific panel-nec-nl8048hl11 driver > > > > Signed-off-by: La

Re: [PATCH resend] video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}

2019-08-13 Thread Daniel Thompson
On Tue, Aug 13, 2019 at 01:58:53PM +0200, Geert Uytterhoeven wrote: > When running "make oldconfig" on a .config where > CONFIG_BACKLIGHT_LCD_SUPPORT is not set, two new config options > ("Lowlevel LCD controls" and "Lowlevel Backlight controls") appear, both > defaulting to "m". > > Drop the "def

Re: [PATCH 09/16] fbdev: remove w90x900/nuc900 platform drivers

2019-08-13 Thread Bartlomiej Zolnierkiewicz
On 8/9/19 10:27 PM, Arnd Bergmann wrote: > The ARM w90x900 platform is getting removed, so this driver is obsolete. > > Signed-off-by: Arnd Bergmann Acked-by: Bartlomiej Zolnierkiewicz BTW there is a very minor issue with internal bisectability of this patch series (non-issue in reality becau

[PATCH v3 0/9] DRM panel drivers for omapdrm

2019-08-13 Thread Laurent Pinchart
Hello everybody, This patch series adds DT bindings and drivers for 6 panels used by omapdrm. They are meant to replace the corresponding omapdrm-specific drivers from drivers/gpu/drm/omapdrm/displays/ that will be removed in a subsequent patch series, once the omapdrm driver switches fully to the

[PATCH v3 1/9] dt-bindings: Add vendor prefix for LG Display

2019-08-13 Thread Laurent Pinchart
LG Display is an LCD display manufacturer. Originally formed as a joint venture by LG Electronics and Philips Electronics, it was formerly known as LG.Philips LCD, hence the DT vendor prefix lgphilips (which is already in active use in the kernel). More information is available at https://en.wikip

[PATCH v3 4/9] drm/panel: Add driver for the LG Philips LB035Q02 panel

2019-08-13 Thread Laurent Pinchart
This panel is used on the Gumstix Overo Palo35. The code is based on the omapdrm-specific panel-lgphilips-lb035q02 driver. Signed-off-by: Laurent Pinchart Reviewed-by: Sam Ravnborg --- Changes since v1: - Comments updates - Store width_mm and height_mm in drm_display_mode - Use drm_panel_disab

[PATCH v3 7/9] drm/panel: Add driver for the Sony ACX565AKM panel

2019-08-13 Thread Laurent Pinchart
This panel is used on the Nokia N900. The code is based on the omapdrm-specific panel-sony-acx565akm driver. Signed-off-by: Laurent Pinchart --- Changes since v2: - Call drm_panel_unprepare() in .remove() handler Changes since v1: - Mention boards using the panel in Kconfig - Renamed acx565ak

[PATCH v3 9/9] drm/panel: Add driver for the Toppoly TD043MTEA1 panel

2019-08-13 Thread Laurent Pinchart
This panel is used on the OMAP3 Pandora. The code is based on the omapdrm-specific panel-tpo-td043mtea1 driver. Signed-off-by: Laurent Pinchart --- Changes since v2: - Call drm_panel_disable() in .remove() handler Changes since v1: - Mention boards using the panel in Kconfig - Renamed td043mt

[PATCH v3 2/9] dt-bindings: Add legacy 'toppoly' vendor prefix

2019-08-13 Thread Laurent Pinchart
The 'toppoly' vendor prefix is in use and refers to TPO, whose DT vendor prefix is already defined as 'tpo'. Add 'toppoly' as an alternative and document it as legacy. Signed-off-by: Laurent Pinchart Reviewed-by: Rob Herring --- Changes since v1: - Mark the prefix as deprecated --- Documentati

[PATCH v3 8/9] drm/panel: Add driver for the Toppoly TD028TTEC1 panel

2019-08-13 Thread Laurent Pinchart
This panel is used on the OpenMoko Neo FreeRunner and Neo 1973. The code is based on the omapdrm-specific panel-tpo-td028ttec1 driver. Signed-off-by: Laurent Pinchart --- Changes since v2: - Call drm_panel_unprepare() in .remove() handler Changes since v1: - Mention boards using the panel in

[PATCH v3 3/9] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel

2019-08-13 Thread Laurent Pinchart
The NEC NL8048HL11 is a 10.4cm WVGA (800x480) panel with a 24-bit RGB parallel data interface and an SPI control interface. Signed-off-by: Laurent Pinchart --- Changes since v2: - Add reg and spi-max-frequency properties - Make the example pass the checks Changes since v1: - Convert to YAML --

[PATCH v3 6/9] drm/panel: Add driver for the Sharp LS037V7DW01 panel

2019-08-13 Thread Laurent Pinchart
This panel is used on the TI SDP3430 board. The code is based on the omapdrm-specific panel-sharp-ls037v7dw01 driver. Signed-off-by: Laurent Pinchart --- Changes since v1: - Mention boards using the panel in Kconfig - Renamed ls037v7dw01_device to ls037v7dw01_panel - Renamed vcc to vdd - Commen

[PATCH v3 5/9] drm/panel: Add driver for the NEC NL8048HL11 panel

2019-08-13 Thread Laurent Pinchart
This panel is used on the Zoom2/3/3630 SDP boards. The code is based on the omapdrm-specific panel-nec-nl8048hl11 driver Signed-off-by: Laurent Pinchart --- Changes since v2: - Call drm_panel_unprepare() in .remove() handler Changes since v1: - Mention boards using the panel in Kconfig - Rena

[Bug 110674] Crashes / Resets From AMDGPU / Radeon VII

2019-08-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110674 --- Comment #95 from Tom B --- So here's something interesting. In 5.0.13 there is no function vega20_display_config_changed. This function issues smu_send_smc_msg_with_param(smu, SMU_MSG_NumOfDisplays, 0); In fact, in 5.0.13 there is no refer

  1   2   >