Re: [PATCH 07/15] drm/etnaviv: Remove unecessary dma_fence_ops

2018-05-04 Thread Christian Gmeiner
Am Do., 3. Mai 2018 um 16:26 Uhr schrieb Daniel Vetter < daniel.vet...@ffwll.ch>: > dma_fence_default_wait is the default now, same for the trivial > enable_signaling implementation. Reviewed-by: Christian Gmeiner > Acked-by: Lucas Stach > Signed-off-by: Daniel Vetter > Cc: Lucas Stach > Cc

Re: [PATCH v4 6/7] ARM: dts: Add support for emtrion emCON-MX6 series

2018-05-04 Thread Shawn Guo
On Thu, May 03, 2018 at 12:00:06PM +0200, Türk, Jan wrote: > > > +/ { > > > + aliases { > > > + mmc0 = &usdhc3; > > > + mmc2 = &usdhc1; > > > + mmc1 = &usdhc2; > > > + mmc3 = &usdhc4; > > > + boardID = &boardID; > > > > Why do you need this boardI

[Bug 106199] Cannot get back into DM after logoff (Linux 4.16.2+)

2018-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106199 --- Comment #11 from Konrad Wojtoń --- Linux 4.16.7 fixed issue for me. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop

Re: [PATCH v1] i915: Convert to use match_string() helper

2018-05-04 Thread Jani Nikula
On Thu, 03 May 2018, Andy Shevchenko wrote: > The new helper returns index of the matching string in an array. > We are going to use it here. > > Signed-off-by: Andy Shevchenko Pushed to drm-intel-next-queued, thanks for the patch. BR, Jani. > --- > drivers/gpu/drm/i915/intel_pipe_crc.c | 22

[Bug 106399] [bisected] sddm-greeter: segfault in radeonsi_dri.so on dpms resume

2018-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106399 Bug ID: 106399 Summary: [bisected] sddm-greeter: segfault in radeonsi_dri.so on dpms resume Product: Mesa Version: git Hardware: Other OS: All

[Bug 199619] New: screen stays dark for long on bootup since kernel 4.17.0-rc2+

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199619 Bug ID: 199619 Summary: screen stays dark for long on bootup since kernel 4.17.0-rc2+ Product: Drivers Version: 2.5 Kernel Version: 4.17.0-rc2+ Hardware: All

Re: [PATCH 7/8] drm/vmwgfx: add SPDX idenitifier and clarify license

2018-05-04 Thread Thomas Hellstrom
On 05/04/2018 08:41 AM, Dirk Hohndel wrote: Hi Thomas, On Fri, May 04, 2018 at 08:18:09AM +0200, Thomas Hellstrom wrote: On 05/04/2018 12:15 AM, Dirk Hohndel (VMware) wrote: This is licensed under GPL-2.0. Signed-off-by: Dirk Hohndel (VMware) --- drivers/gpu/drm/vmwgfx/Kconfig

Re: [PATCH 1/3] video: fbdev: sh_mobile_lcdcfb: remove unused MERAM support

2018-05-04 Thread Geert Uytterhoeven
On Fri, Apr 27, 2018 at 1:21 PM, Bartlomiej Zolnierkiewicz wrote: > Since commit a521422ea4ae ("ARM: shmobile: mackerel: Remove Legacy C > board code") MERAM functionality is unused. Remove it. > > Cc: Simon Horman > Cc: Laurent Pinchart > Cc: Geert Uytterhoeven > Signed-off-by: Bartlomiej Zol

Re: [PATCH 3/3] video: fbdev: remove unused sh_mobile_meram driver

2018-05-04 Thread Geert Uytterhoeven
On Fri, Apr 27, 2018 at 1:21 PM, Bartlomiej Zolnierkiewicz wrote: > Since commit a521422ea4ae ("ARM: shmobile: mackerel: Remove Legacy C > board code") MERAM functionality is unused. Remove it. > > Cc: Simon Horman > Cc: Laurent Pinchart > Cc: Geert Uytterhoeven > Signed-off-by: Bartlomiej Zol

[Bug 199621] New: iMac 2009, Mobility Radeon HD 4670: black screen on boot

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199621 Bug ID: 199621 Summary: iMac 2009, Mobility Radeon HD 4670: black screen on boot Product: Drivers Version: 2.5 Kernel Version: 4.15.0-20 Hardware: All O

Re: [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

2018-05-04 Thread Boris Brezillon
Hi Rob, On Thu, 3 May 2018 12:12:39 -0500 Rob Herring wrote: > On Thu, May 3, 2018 at 11:40 AM, Boris Brezillon > wrote: > > The device might be described in the device tree but not connected to > > the I2C bus. Update the status property so that the DRM panel logic > > returns -ENODEV when som

Re: [PATCH 7/7] ARM: dts: sun7i: Add dts file for the A20-linova1-7 HMI

2018-05-04 Thread Maxime Ripard
Hi, On Wed, May 02, 2018 at 06:41:34PM +0200, Giulio Benetti wrote: > > > You don't have to handcode the fragments anymore with the new syntax, > > > and U-Boot makes it really trivial to use if you use the FIT image > > > format to have multiple overlays bundled in the same image. You can > > > c

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Chris Wilson
Quoting Daniel Vetter (2018-05-03 15:25:52) > Almost everyone uses dma_fence_default_wait. > > v2: Also remove the BUG_ON(!ops->wait) (Chris). I just don't get the rationale for implicit over explicit. -Chris ___ dri-devel mailing list dri-devel@lists.f

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Daniel Vetter
On Fri, May 04, 2018 at 09:09:10AM +0100, Chris Wilson wrote: > Quoting Daniel Vetter (2018-05-03 15:25:52) > > Almost everyone uses dma_fence_default_wait. > > > > v2: Also remove the BUG_ON(!ops->wait) (Chris). > > I just don't get the rationale for implicit over explicit. Closer approximation

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Daniel Vetter
On Fri, May 04, 2018 at 10:17:22AM +0200, Daniel Vetter wrote: > On Fri, May 04, 2018 at 09:09:10AM +0100, Chris Wilson wrote: > > Quoting Daniel Vetter (2018-05-03 15:25:52) > > > Almost everyone uses dma_fence_default_wait. > > > > > > v2: Also remove the BUG_ON(!ops->wait) (Chris). > > > > I j

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Chris Wilson
Quoting Daniel Vetter (2018-05-04 09:23:01) > On Fri, May 04, 2018 at 10:17:22AM +0200, Daniel Vetter wrote: > > On Fri, May 04, 2018 at 09:09:10AM +0100, Chris Wilson wrote: > > > Quoting Daniel Vetter (2018-05-03 15:25:52) > > > > Almost everyone uses dma_fence_default_wait. > > > > > > > > v2:

[Bug 199025] Suspend hangs. Never fully suspends and impossible to return to running state.

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199025 Chen Yu (yu.c.c...@intel.com) changed: What|Removed |Added Component|Hibernation/Suspend |Video(DRI - non Intel)

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Robert Foss
Hey Sean, On 2018-05-03 17:04, Sean Paul wrote: Hey all, Apologies for the direct ping. I've harvested your emails from drm_hwc git logs, and didn't want to leave anyone out. The good news is that your email address will forever be remembered in the annals of drm_hwcomposer! Anyways, back to th

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Daniel Vetter
On Fri, May 04, 2018 at 09:31:33AM +0100, Chris Wilson wrote: > Quoting Daniel Vetter (2018-05-04 09:23:01) > > On Fri, May 04, 2018 at 10:17:22AM +0200, Daniel Vetter wrote: > > > On Fri, May 04, 2018 at 09:09:10AM +0100, Chris Wilson wrote: > > > > Quoting Daniel Vetter (2018-05-03 15:25:52) > >

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Chris Wilson
Quoting Daniel Vetter (2018-05-04 09:57:59) > On Fri, May 04, 2018 at 09:31:33AM +0100, Chris Wilson wrote: > > Quoting Daniel Vetter (2018-05-04 09:23:01) > > > On Fri, May 04, 2018 at 10:17:22AM +0200, Daniel Vetter wrote: > > > > On Fri, May 04, 2018 at 09:09:10AM +0100, Chris Wilson wrote: > >

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Daniel Vetter
On Fri, May 4, 2018 at 11:16 AM, Chris Wilson wrote: > Quoting Daniel Vetter (2018-05-04 09:57:59) >> On Fri, May 04, 2018 at 09:31:33AM +0100, Chris Wilson wrote: >> > Quoting Daniel Vetter (2018-05-04 09:23:01) >> > > On Fri, May 04, 2018 at 10:17:22AM +0200, Daniel Vetter wrote: >> > > > On Fri

Re: [PATCH v1] drm/kms/mode: added a new helper for calculating videomode from crtc's display mode

2018-05-04 Thread Liviu Dudau
On Fri, May 04, 2018 at 02:32:03PM +0530, Satendra Singh Thakur wrote: > On Thu, May 03, 2018 at 11:36:39 +0100, Liviu Dudau wrote: > > On Thu, May 03, 2018 at 11:28:37AM +0530, Satendra Singh Thakur wrote: > > > 1. > > > -Added a new helper drm_display_mode_crtc_to_videomode > > > -This helper cal

Re: [PATCH v1] drm/kms/mode: added a new helper for calculating videomode from crtc's display mode

2018-05-04 Thread Jani Nikula
On Fri, 04 May 2018, Satendra Singh Thakur wrote: > Reviewed-by: Jani Nikula No. I commented on the patch, but I never said Reviewed-by. Never assume Reviewed-by based on random comments on patches. BR, Jani. -- Jani Nikula, Intel Open Source Technology Center

Re: [PATCH] drm/tegra: hub: Use state directly

2018-05-04 Thread Thierry Reding
On Wed, Apr 18, 2018 at 03:40:19AM -0700, Stefan Schake wrote: > Using drm_atomic_get_private_obj_state after state has been swapped > will return old state. > > Fixes: 0281c4149021 ("drm/tegra: hub: Use private object for global state") > Signed-off-by: Stefan Schake > --- > drivers/gpu/drm/teg

Re: [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 10:06:53AM +0200, Boris Brezillon wrote: > Hi Rob, > > On Thu, 3 May 2018 12:12:39 -0500 > Rob Herring wrote: > > > On Thu, May 3, 2018 at 11:40 AM, Boris Brezillon > > wrote: > > > The device might be described in the device tree but not connected to > > > the I2C bus.

Re: [PATCH v2 1/6] drm/tegra: Fix a device_node leak when the DRM panel is not found

2018-05-04 Thread Thierry Reding
On Thu, May 03, 2018 at 06:40:04PM +0200, Boris Brezillon wrote: > of_node_put(panel) is not called when of_drm_find_panel(panel) returns > NULL, thus leaking the reference we hold on panel. > > Fixes: 9be7d864cf07 ("drm/tegra: Implement panel support") > Cc: > Signed-off-by: Boris Brezillon > -

Re: [PATCH v2 1/6] drm/tegra: Fix a device_node leak when the DRM panel is not found

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 11:50:16AM +0200, Thierry Reding wrote: > On Thu, May 03, 2018 at 06:40:04PM +0200, Boris Brezillon wrote: > > of_node_put(panel) is not called when of_drm_find_panel(panel) returns > > NULL, thus leaking the reference we hold on panel. > > > > Fixes: 9be7d864cf07 ("drm/teg

Re: [PATCH v2 1/6] drm/tegra: Fix a device_node leak when the DRM panel is not found

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 11:50:16 +0200 Thierry Reding wrote: > On Thu, May 03, 2018 at 06:40:04PM +0200, Boris Brezillon wrote: > > of_node_put(panel) is not called when of_drm_find_panel(panel) returns > > NULL, thus leaking the reference we hold on panel. > > > > Fixes: 9be7d864cf07 ("drm/tegra: Im

Re: [PATCH v2 2/6] drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL

2018-05-04 Thread Thierry Reding
On Thu, May 03, 2018 at 06:40:05PM +0200, Boris Brezillon wrote: > Right now, the DRM panel logic returns NULL when a panel pointing to > the passed OF node is not present in the list of registered panels. > > Most drivers interpret this NULL value as -EPROBE_DEFER, but we are > about to modify th

Re: [PATCH v2 4/6] drm/of: Make drm_of_find_panel_or_bridge() fail when the device is disabled

2018-05-04 Thread Thierry Reding
On Thu, May 03, 2018 at 06:40:07PM +0200, Boris Brezillon wrote: > There's no point searching for a drm_bridge or drm_panel if the OF node > we're pointing has a status property that is not "okay" or "ok". Just > return -ENODEV in this case. > > Signed-off-by: Boris Brezillon > --- > drivers/gpu

Re: [PATCH v2 3/6] drm/panel: Let of_drm_find_panel() return -ENODEV when the panel is disabled

2018-05-04 Thread Thierry Reding
On Thu, May 03, 2018 at 06:40:06PM +0200, Boris Brezillon wrote: > DT nodes might be present in the DT but with a status property set to > "disabled" or "fail". In this case, we should not return -EPROBE_DEFER > when the caller ask for a drm_panel instance. Return -ENODEV instead. > > Signed-off-b

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Thierry Reding
On Thu, May 03, 2018 at 06:40:08PM +0200, Boris Brezillon wrote: > Having a device with a status property != "okay" in the DT is a valid > use case, and we should not prevent the registration of the DRM device > when the DSI device connected to the DSI controller is disabled. > > Consider the ENOD

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Thierry Reding
On Thu, May 03, 2018 at 06:40:08PM +0200, Boris Brezillon wrote: > Having a device with a status property != "okay" in the DT is a valid > use case, and we should not prevent the registration of the DRM device > when the DSI device connected to the DSI controller is disabled. > > Consider the ENOD

Re: [PATCH v1 1/5] drm/tegra: dc: Balance IOMMU group refcounting

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:19AM +0300, Dmitry Osipenko wrote: > Remove unneeded iommu_group_get() and add missing iommu_group_put(), > correcting IOMMU group refcount. This is a minor correction / cleanup that > doesn't really fix anything because Tegra's IOMMU driver are built-in and > hence gr

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Daniel Stone
Hey all, On 4 May 2018 at 09:43, Robert Foss wrote: > On 2018-05-03 17:04, Sean Paul wrote: >> Apologies for the direct ping. I've harvested your emails from drm_hwc git >> logs, >> and didn't want to leave anyone out. The good news is that your email >> address >> will forever be remembered in t

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Bartlomiej Zolnierkiewicz
On Thursday, May 03, 2018 08:48:56 AM Randy Dunlap wrote: > On 04/20/2018 04:25 AM, Anders Roxell wrote: > > Commit 7378f1149884 ("media: omap2: omapfb: allow building it with > > COMPILE_TEST") broke compilation without CONFIG_OF selected. > > CC drivers/video/fbdev/core/fbmem.o > > drivers

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Daniel Stone
Hi, On 3 May 2018 at 20:12, Sean Paul wrote: > On Thu, May 03, 2018 at 08:30:18PM +0200, Daniel Vetter wrote: >> On Thu, May 3, 2018 at 5:04 PM, Sean Paul wrote: >> > If you're still reading, I'll point out a couple other things: >> > - There is a bug tracker on the gitlab instance, feel free to

Re: [PATCH v1 2/5] drm/tegra: gr2d: Add IOMMU support

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:20AM +0300, Dmitry Osipenko wrote: > Attach GR2D to the display IOMMU group in order to provide GR2D access > to BO's IOVA. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/gr2d.c | 31 +-- > 1 file changed, 29 insertions(

Re: [PATCH v1 0/5] Support IOMMU for 2d/3d on Tegra30/114

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:18AM +0300, Dmitry Osipenko wrote: > Hi, > > This series enables IOMMU support for 2d/3d HW on Tegra30/114, as a result > userspace that uses 2d/3d could work with the active IOMMU. > > Dmitry Osipenko (5): > drm/tegra: dc: Balance IOMMU group refcounting > drm/t

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Mauro Carvalho Chehab
Em Fri, 04 May 2018 12:48:46 +0200 Bartlomiej Zolnierkiewicz escreveu: > On Thursday, May 03, 2018 08:48:56 AM Randy Dunlap wrote: > > On 04/20/2018 04:25 AM, Anders Roxell wrote: > > > Commit 7378f1149884 ("media: omap2: omapfb: allow building it with > > > COMPILE_TEST") broke compilation wit

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Bartlomiej Zolnierkiewicz
On Friday, May 04, 2018 07:59:06 AM Mauro Carvalho Chehab wrote: > Em Fri, 04 May 2018 12:48:46 +0200 > Bartlomiej Zolnierkiewicz escreveu: > > > On Thursday, May 03, 2018 08:48:56 AM Randy Dunlap wrote: > > > On 04/20/2018 04:25 AM, Anders Roxell wrote: > > > > Commit 7378f1149884 ("media: oma

[Bug 199621] iMac 2009, Mobility Radeon HD 4670: black screen on boot

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199621 --- Comment #1 from Florian Echtler (f...@butterbrot.org) --- Side note: this bug has been persisting since at least 4.11, I think the last time it worked was somewhere around kernel 4.8. -- You are receiving this mail because: You are watching

[Bug 199621] iMac 2009, Mobility Radeon HD 4670: black screen on boot

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199621 --- Comment #2 from Florian Echtler (f...@butterbrot.org) --- Side note two: this is the 27" 2009 iMac model, the exact video card is: 02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96-XT [Mobility Radeon HD 4670

Re: [PATCH v1 1/3] drm/tegra: dc: Enable plane scaling filters

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 03:08:42AM +0300, Dmitry Osipenko wrote: > Currently resized plane produces a "pixelated" image which doesn't look > nice, especially in a case of a video overlay. Enable scaling filters that > significantly improve image quality of a scaled overlay. > > Signed-off-by: Dmit

[Bug 199621] iMac 2009, Mobility Radeon HD 4670: black screen on boot

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199621 --- Comment #3 from Florian Echtler (f...@butterbrot.org) --- One more update, sorry for the noise: I've been digging through the old Ubuntu kernel release schedules, and I'm pretty sure that the display worked with 4.8, but started turning blank

Re: [PATCH v1 03/13] drm/kms/mode/exynos-dsi: using helper func drm_display_mode_to_videomode for calculating timing parameters

2018-05-04 Thread Robin Murphy
On 04/05/18 09:15, Satendra Singh Thakur wrote: To avoid duplicate logic for the same Reviewed-by: Robin Murphy Please read section 13 of Documentation/process/submitting-patches.rst for what this tag means; specifically, it is definitely not "this guy read my patch". FWIW, in my case the

Re: [PATCH 5/5] drm/selftests: Add drm helper selftest

2018-05-04 Thread Maarten Lankhorst
Op 03-05-18 om 15:36 schreef Ville Syrjälä: > On Thu, May 03, 2018 at 01:22:17PM +0200, Maarten Lankhorst wrote: >> Signed-off-by: Maarten Lankhorst >> --- >> drivers/gpu/drm/Kconfig | 1 + >> drivers/gpu/drm/selftests/Makefile| 2 +- >> .../gpu/drm/selftests

Re: [PATCH v2 2/6] drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL

2018-05-04 Thread Boris Brezillon
Hi Thierry, On Fri, 4 May 2018 12:18:52 +0200 Thierry Reding wrote: > On Thu, May 03, 2018 at 06:40:05PM +0200, Boris Brezillon wrote: > > Right now, the DRM panel logic returns NULL when a panel pointing to > > the passed OF node is not present in the list of registered panels. > > > > Most dr

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 12:30:25 +0200 Thierry Reding wrote: > On Thu, May 03, 2018 at 06:40:08PM +0200, Boris Brezillon wrote: > > Having a device with a status property != "okay" in the DT is a valid > > use case, and we should not prevent the registration of the DRM device > > when the DSI device c

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 12:28:33 +0200 Thierry Reding wrote: > On Thu, May 03, 2018 at 06:40:08PM +0200, Boris Brezillon wrote: > > Having a device with a status property != "okay" in the DT is a valid > > use case, and we should not prevent the registration of the DRM device > > when the DSI device c

Re: [PATCH v1 1/3] drm/tegra: dc: Enable plane scaling filters

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:55:01PM +0300, Dmitry Osipenko wrote: > On 04.05.2018 14:10, Thierry Reding wrote: > > On Fri, May 04, 2018 at 03:08:42AM +0300, Dmitry Osipenko wrote: > >> Currently resized plane produces a "pixelated" image which doesn't look > >> nice, especially in a case of a video

Re: [PATCH v2 2/6] drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULL

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 01:58:20PM +0200, Boris Brezillon wrote: > On Fri, 4 May 2018 12:18:52 +0200 Thierry Reding > wrote: > > On Thu, May 03, 2018 at 06:40:05PM +0200, Boris Brezillon wrote: [...] > > > return mdp4_lvds_connector->panel ? > > > connector_status_connected :

[Bug 104347] AMD RX 580: Hide/Show Chromium sometimes corrupts screen (see screenshot)

2018-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104347 --- Comment #11 from Norbert Klar --- Same problem here with RX 480 and newest MESA driver. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-dev

Re: [PATCH v1 2/3] drm/tegra: plane: Implement zPos plane property for older Tegra's

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 03:08:43AM +0300, Dmitry Osipenko wrote: > Older Tegra's do not support planes z position handling in hardware, > but HW provides knobs for zPos implementation in software. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/dc.c| 134

Re: [PATCH v1 3/3] drm/tegra: dc: Rename supports_blending to has_legacy_blending

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 03:08:44AM +0300, Dmitry Osipenko wrote: > Older Tegra's support blending. Rename SoC info entry supports_blending > to has_legacy_blending to eliminate confusion. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/dc.c | 20 ++-- > drivers/g

Re: [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 11:47:48 +0200 Thierry Reding wrote: > On Fri, May 04, 2018 at 10:06:53AM +0200, Boris Brezillon wrote: > > Hi Rob, > > > > On Thu, 3 May 2018 12:12:39 -0500 > > Rob Herring wrote: > > > > > On Thu, May 3, 2018 at 11:40 AM, Boris Brezillon > > > wrote: > > > > The devic

Re: [PATCH v1 1/5] drm/tegra: dc: Balance IOMMU group refcounting

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:19AM +0300, Dmitry Osipenko wrote: > Remove unneeded iommu_group_get() and add missing iommu_group_put(), > correcting IOMMU group refcount. This is a minor correction / cleanup that > doesn't really fix anything because Tegra's IOMMU driver are built-in and > hence gr

Re: [PATCH v1 2/5] drm/tegra: gr2d: Add IOMMU support

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:20AM +0300, Dmitry Osipenko wrote: > Attach GR2D to the display IOMMU group in order to provide GR2D access > to BO's IOVA. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/gr2d.c | 31 +-- > 1 file changed, 29 insertions(

Re: [PATCH v1 3/5] drm/tegra: gr3d: Add IOMMU support

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:21AM +0300, Dmitry Osipenko wrote: > Attach GR3D to the displays IOMMU group in order to provide GR3D access > to BO's IOVA. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/gr3d.c | 27 +++ > 1 file changed, 27 insertions(+)

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Mauro Carvalho Chehab
Em Fri, 04 May 2018 13:05:17 +0200 Bartlomiej Zolnierkiewicz escreveu: > On Friday, May 04, 2018 07:59:06 AM Mauro Carvalho Chehab wrote: > > Em Fri, 04 May 2018 12:48:46 +0200 > > Bartlomiej Zolnierkiewicz escreveu: > > > > > On Thursday, May 03, 2018 08:48:56 AM Randy Dunlap wrote: > > >

Re: [Linaro-mm-sig] [PATCH 4/8] dma-buf: add peer2peer flag

2018-05-04 Thread Lucas Stach
Am Mittwoch, den 25.04.2018, 13:44 -0400 schrieb Alex Deucher: > On Wed, Apr 25, 2018 at 2:41 AM, Christoph Hellwig > wrote: > > On Wed, Apr 25, 2018 at 02:24:36AM -0400, Alex Deucher wrote: > > > > It has a non-coherent transaction mode (which the chipset can opt to > > > > not implement and stil

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Robert Foss
Heya, On 2018-05-04 12:51, Daniel Stone wrote: Hi, On 3 May 2018 at 20:12, Sean Paul wrote: On Thu, May 03, 2018 at 08:30:18PM +0200, Daniel Vetter wrote: On Thu, May 3, 2018 at 5:04 PM, Sean Paul wrote: If you're still reading, I'll point out a couple other things: - There is a bug tracke

Re: [PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF

2018-05-04 Thread Bartlomiej Zolnierkiewicz
On Friday, May 04, 2018 09:45:26 AM Mauro Carvalho Chehab wrote: > Em Fri, 04 May 2018 13:05:17 +0200 > Bartlomiej Zolnierkiewicz escreveu: > > > On Friday, May 04, 2018 07:59:06 AM Mauro Carvalho Chehab wrote: > > > Em Fri, 04 May 2018 12:48:46 +0200 > > > Bartlomiej Zolnierkiewicz escreveu: >

[Bug 106402] amdgpu causes kernel Oops: 0002 [#1] SMP PTI

2018-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106402 Bug ID: 106402 Summary: amdgpu causes kernel Oops: 0002 [#1] SMP PTI Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Christian König
Am 04.05.2018 um 11:25 schrieb Daniel Vetter: On Fri, May 4, 2018 at 11:16 AM, Chris Wilson wrote: Quoting Daniel Vetter (2018-05-04 09:57:59) On Fri, May 04, 2018 at 09:31:33AM +0100, Chris Wilson wrote: Quoting Daniel Vetter (2018-05-04 09:23:01) On Fri, May 04, 2018 at 10:17:22AM +0200, D

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:05:25PM +0200, Boris Brezillon wrote: > On Fri, 4 May 2018 12:28:33 +0200 > Thierry Reding wrote: > > > On Thu, May 03, 2018 at 06:40:08PM +0200, Boris Brezillon wrote: > > > Having a device with a status property != "okay" in the DT is a valid > > > use case, and we sh

[PATCH 2/4] drm/tegra: gr2d: Properly clean up resources

2018-05-04 Thread Thierry Reding
From: Thierry Reding Failure to register the Tegra DRM client would leak the resources. Move cleanup code to error unwinding gotos to fix that and share the cleanup code with the other error paths. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/gr2d.c | 28 ++--

[PATCH 3/4] drm/tegra: gr3d: Properly clean up resources

2018-05-04 Thread Thierry Reding
From: Thierry Reding Failure to register the Tegra DRM client would leak the resources. Move cleanup code to error unwinding gotos to fix that and share the cleanup code with the other error paths. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/gr3d.c | 27 +--

[PATCH 1/4] drm/tegra: dc: Free syncpoint on errors

2018-05-04 Thread Thierry Reding
From: Thierry Reding If an error happens during display controller initialization, the host1x syncpoint previously requested would be leaked. Properly clean up the syncpoint along with the other resources. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/dc.c | 2 ++ 1 file changed, 2 i

[PATCH 4/4] drm/tegra: Refactor IOMMU attach/detach

2018-05-04 Thread Thierry Reding
From: Thierry Reding Attaching to and detaching from an IOMMU uses the same code sequence in every driver, so factor it out into separate helpers. Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/dc.c | 42 ++-- drivers/gpu/drm/tegra/drm.c | 42 +++

Re: [PATCH 04/15] dma-fence: Make ->wait callback optional

2018-05-04 Thread Daniel Vetter
On Fri, May 04, 2018 at 03:17:08PM +0200, Christian König wrote: > Am 04.05.2018 um 11:25 schrieb Daniel Vetter: > > On Fri, May 4, 2018 at 11:16 AM, Chris Wilson > > wrote: > > > Quoting Daniel Vetter (2018-05-04 09:57:59) > > > > On Fri, May 04, 2018 at 09:31:33AM +0100, Chris Wilson wrote: > >

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 15:29:15 +0200 Thierry Reding wrote: > On Fri, May 04, 2018 at 02:05:25PM +0200, Boris Brezillon wrote: > > On Fri, 4 May 2018 12:28:33 +0200 > > Thierry Reding wrote: > > > > > On Thu, May 03, 2018 at 06:40:08PM +0200, Boris Brezillon wrote: > > > > Having a device with

Re: [PATCH 5/7] omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP

2018-05-04 Thread Mauro Carvalho Chehab
Em Wed, 25 Apr 2018 12:47:34 +0200 Bartlomiej Zolnierkiewicz escreveu: > On Monday, April 23, 2018 10:55:57 AM Mauro Carvalho Chehab wrote: > > Em Mon, 23 Apr 2018 14:47:28 +0200 > > Bartlomiej Zolnierkiewicz escreveu: > > > > > On Friday, April 20, 2018 01:42:51 PM Mauro Carvalho Chehab wrot

Re: [PATCH v2 5/6] drm/vc4: Support the case where the DSI device is disabled

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 03:49:06PM +0200, Boris Brezillon wrote: > On Fri, 4 May 2018 15:29:15 +0200 > Thierry Reding wrote: > > > On Fri, May 04, 2018 at 02:05:25PM +0200, Boris Brezillon wrote: > > > On Fri, 4 May 2018 12:28:33 +0200 > > > Thierry Reding wrote: > > > > > > > On Thu, May 03,

[PATCH] dma-fence: Polish kernel-doc for dma-fence.c

2018-05-04 Thread Daniel Vetter
- Intro section that links to how this is exposed to userspace. - Lots more hyperlinks. - Minor clarifications and style polish v2: Add misplaced hunk of kerneldoc from a different patch. Signed-off-by: Daniel Vetter Cc: Sumit Semwal Cc: Gustavo Padovan Cc: linux-me...@vger.kernel.org Cc: lina

[PATCH] drm/vc4: Remove unecessary dma_fence_ops

2018-05-04 Thread Daniel Vetter
dma_fence_default_wait is the default now, same for the trivial enable_signaling implementation. v2: Also remove the relase hook, dma_fence_free is the default. Reviewed-by: Eric Anholt Signed-off-by: Daniel Vetter Cc: Eric Anholt --- drivers/gpu/drm/vc4/vc4_fence.c | 8 1 file chang

[PATCH] drm/msm: Remove unecessary dma_fence_ops

2018-05-04 Thread Daniel Vetter
dma_fence_default_wait is the default now, same for the trivial enable_signaling implementation. v2: Also remove the relase hook, dma_fence_free is the default. Signed-off-by: Daniel Vetter Cc: Rob Clark Cc: linux-arm-...@vger.kernel.org Cc: freedr...@lists.freedesktop.org --- drivers/gpu/drm/

[PATCH] drm/i915: Remove unecessary dma_fence_ops

2018-05-04 Thread Daniel Vetter
dma_fence_default_wait is the default now, same for the trivial enable_signaling implementation. v2: Also remove the relase hook, dma_fence_free is the default. Signed-off-by: Daniel Vetter Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Cc: Chris Wilson Cc: Tvrtko Ursulin Cc: Colin Ia

[PATCH] dma-fence: Make ->enable_signaling optional

2018-05-04 Thread Daniel Vetter
Many drivers have a trivial implementation for ->enable_signaling. Let's make it optional by assuming that signalling is already available when the callback isn't present. v2: Don't do the trick to set the ENABLE_SIGNAL_BIT unconditionally, it results in an expensive spinlock take for everyone. In

Re: [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

2018-05-04 Thread Daniel Vetter
On Fri, May 04, 2018 at 02:17:49PM +0200, Boris Brezillon wrote: > On Fri, 4 May 2018 11:47:48 +0200 > Thierry Reding wrote: > > > On Fri, May 04, 2018 at 10:06:53AM +0200, Boris Brezillon wrote: > > > Hi Rob, > > > > > > On Thu, 3 May 2018 12:12:39 -0500 > > > Rob Herring wrote: > > > > > >

Re: [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 16:20:17 +0200 Daniel Vetter wrote: > On Fri, May 04, 2018 at 02:17:49PM +0200, Boris Brezillon wrote: > > On Fri, 4 May 2018 11:47:48 +0200 > > Thierry Reding wrote: > > > > > On Fri, May 04, 2018 at 10:06:53AM +0200, Boris Brezillon wrote: > > > > Hi Rob, > > > > > > >

Re: [PATCH] Add SPDX idenitifier and clarify license

2018-05-04 Thread Christian König
Am 03.05.2018 um 14:46 schrieb Sean Paul: On Wed, May 02, 2018 at 11:25:35PM +0200, Dirk Hohndel wrote: On Wed, May 02, 2018 at 04:33:30PM -0400, Sean Paul wrote: diff --git a/drivers/gpu/drm/ttm/ttm_agp_backend.c b/drivers/gpu/drm/ttm/ttm_agp_backend.c index 7c2485fe88d8..ea4d59eb8966 100644

Re: [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

2018-05-04 Thread Boris Brezillon
On Fri, 4 May 2018 16:24:04 +0200 Boris Brezillon wrote: > On Fri, 4 May 2018 16:20:17 +0200 > Daniel Vetter wrote: > > > On Fri, May 04, 2018 at 02:17:49PM +0200, Boris Brezillon wrote: > > > On Fri, 4 May 2018 11:47:48 +0200 > > > Thierry Reding wrote: > > > > > > > On Fri, May 04, 20

[Bug 199585] AMDGPU related kernel dump in /home/kernel/COD/linux/mm/slub.c:296 after monitors power off

2018-05-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199585 Christian König (christian.koe...@amd.com) changed: What|Removed |Added CC||christian.koe

Re: [PATCH 4/4] drm/tegra: Refactor IOMMU attach/detach

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 05:23:42PM +0300, Dmitry Osipenko wrote: > On 04.05.2018 16:37, Thierry Reding wrote: > > From: Thierry Reding > > > > Attaching to and detaching from an IOMMU uses the same code sequence in > > every driver, so factor it out into separate helpers. > > > > Signed-off-by:

Re: [PATCH 1/4] drm/tegra: dc: Free syncpoint on errors

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 03:37:04PM +0200, Thierry Reding wrote: > From: Thierry Reding > > If an error happens during display controller initialization, the host1x > syncpoint previously requested would be leaked. Properly clean up the > syncpoint along with the other resources. > > Signed-off-b

Re: [PATCH v2 0/3] Couple more DRM plane features for Tegra

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 05:39:57PM +0300, Dmitry Osipenko wrote: > Hi, > > This series improves DRM plane support by supporting zPos on older Tegra's > and enabling plane scaling filters (up to Tegra210). > > Changelog: > > v2: > - Addressed v1 review comments. > > Dmitry Osipenko (3): >

Re: [PATCH v2 1/3] drm/tegra: dc: Enable plane scaling filters

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 05:39:58PM +0300, Dmitry Osipenko wrote: [...] > +static bool tegra_dc_window_can_use_horizontal_filtering( > + struct tegra_plane *plane, > + const struct tegra_dc_window *window) [...] > +static bool t

Re: [PATCH v1 4/5] ARM: dts: tegra30: Add IOMMU nodes to Host1x and its clients

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:22AM +0300, Dmitry Osipenko wrote: > Enable IOMMU support for Host1x and its clients. > > Signed-off-by: Dmitry Osipenko > --- > arch/arm/boot/dts/tegra30.dtsi | 14 ++ > 1 file changed, 14 insertions(+) Applied, thanks. Thierry signature.asc Descrip

Re: [PATCH v1 5/5] ARM: dts: tegra114: Add IOMMU nodes to Host1x and its clients

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 02:47:23AM +0300, Dmitry Osipenko wrote: > Enable IOMMU support for Host1x and its clients. > > Signed-off-by: Dmitry Osipenko > --- > arch/arm/boot/dts/tegra114.dtsi | 5 + > 1 file changed, 5 insertions(+) Applied, thanks. Thierry signature.asc Description: PGP

[PATCH v4 0/3] drm/panel: Add Ilitek ILI9881c controller driver

2018-05-04 Thread Maxime Ripard
Hi, Here is the next version of the patches to add the support for the Ilitek ILI9881c panel controller. This used to be a part of the larger DSI support series for the Allwinner SoCs whose patches have been since merged and are obviously not part of this series anymore. Let me know what you thi

[PATCH v4 2/3] drm/panel: Add Ilitek ILI9881c panel driver

2018-05-04 Thread Maxime Ripard
The LHR050H41 panel is the panel shipped with the BananaPi M2-Magic, and is based on the Ilitek ILI9881c Controller. Add a driver for it, modelled after the other Ilitek controller drivers. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/panel/Kconfig | 9 +- drivers/gpu/drm/p

[PATCH v4 3/3] [DO NOT MERGE] arm: dts: sun8i: bpi-m2m: Add DSI display

2018-05-04 Thread Maxime Ripard
The BananaPi M2M has an optional 1280x720 DSI panel. Since that panel is optional, we can only show a DT patch that would show how to enable it. Signed-off-by: Maxime Ripard --- arch/arm/boot/dts/sun8i-r16-bananapi-m2m.dts | 39 +- 1 file changed, 39 insertions(+) diff --git

[PATCH v4 1/3] dt-bindings: panel: Add the Ilitek ILI9881c panel documentation

2018-05-04 Thread Maxime Ripard
The LHR050H41 from BananaPi is a 1280x700 4-lanes DSI panel based on the ILI9881c from Ilitek. Acked-by: Rob Herring Signed-off-by: Maxime Ripard --- Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.txt | 20 1 file changed, 20 insertions(+) create mode 100

Re: [PATCH 4/4] drm/tegra: Refactor IOMMU attach/detach

2018-05-04 Thread Thierry Reding
On Fri, May 04, 2018 at 06:17:45PM +0300, Dmitry Osipenko wrote: > On 04.05.2018 18:10, Thierry Reding wrote: > > On Fri, May 04, 2018 at 05:23:42PM +0300, Dmitry Osipenko wrote: > >> On 04.05.2018 16:37, Thierry Reding wrote: > >>> From: Thierry Reding > >>> > >>> Attaching to and detaching from

Re: [PATCH V2 1/5] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c

2018-05-04 Thread Jingoo Han
On Thursday, May 3, 2018 6:12 AM, Kiran Gunda wrote: If you really want someone to review your patch, please add more detailed explanations. 1. Please add 0th patch. 2. Please add what the difference is between V1 and V2 patches. If you cannot understand what I am saying, just ask another person

[Bug 106177] overclocking doesn't work with 4.17-rc1

2018-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106177 --- Comment #4 from tempel.jul...@gmail.com --- I'm on a RX 560. I can confirm that with 4.17, behavior has quite changed a lot. I don't think it's buggy for Polaris, but not documented correctly. To make values "stick" in pp_sclk_od, you have t

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Sean Paul
On Fri, May 04, 2018 at 10:43:22AM +0200, Robert Foss wrote: > Hey Sean, > > On 2018-05-03 17:04, Sean Paul wrote: > > Hey all, > > Apologies for the direct ping. I've harvested your emails from drm_hwc git > > logs, > > and didn't want to leave anyone out. The good news is that your email > > a

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Sean Paul
On Fri, May 04, 2018 at 11:48:10AM +0100, Daniel Stone wrote: > Hey all, > > On 4 May 2018 at 09:43, Robert Foss wrote: > > On 2018-05-03 17:04, Sean Paul wrote: > >> Apologies for the direct ping. I've harvested your emails from drm_hwc git > >> logs, > >> and didn't want to leave anyone out. Th

Re: [drm_hwc] PSA: drm_hwc submissions via gitlab

2018-05-04 Thread Sean Paul
On Fri, May 04, 2018 at 05:19:50PM +, Mauro Rossi wrote: > Hi all, > > I just wanted to share that I'm conducting "newbie" tests on oreo-x86 with > drm_hwcomposer, gbm_gralloc and libdrm with latest gralloc_handle.h > > and the results are good on nouveau, provided that some changes in > drmr

  1   2   >