Re: [PATCH] drm: dw-hdmi-i2s: Remove owner assignment from platform_driver

2018-04-23 Thread Andrzej Hajda
On 23.04.2018 01:50, Fabio Estevam wrote: > Andrzej/Archit, > > Any comments? My mail filter somehow didn't catch it. Queued to drm-misc-next. Regards Andrzej > > On Thu, Mar 15, 2018 at 3:04 PM, Fabio Estevam wrote: >> From: Fabio Estevam >> >> platform_driver does not need to set the owner f

Re: [PATCH] drm/bridge: vga-dac: Fix edid memory leak

2018-04-23 Thread Maxime Ripard
On Fri, Apr 20, 2018 at 02:59:59PM -0400, Sean Paul wrote: > edid should be freed once it's finished being used. > > Fixes: 56fe8b6f4991 ("drm/bridge: Add RGB to VGA bridge support") > Cc: Rob Herring > Cc: Sean Paul > Cc: Maxime Ripard > Cc: Archit Taneja > Cc: Andrzej Hajda > Cc: Laurent Pi

Re: [PATCH 1/2 v3] drm/pl111: Support the Versatile Express

2018-04-23 Thread Linus Walleij
On Wed, Apr 18, 2018 at 2:48 PM, Robin Murphy wrote: > On 18/04/18 09:52, Linus Walleij wrote: >> >> The Versatile Express uses a special configuration controller >> deeply embedded in the system motherboard FPGA to multiplex the >> two to three (!) display controller instances out to the single >

[PATCH 1/2 v4] drm/pl111: Support the Versatile Express

2018-04-23 Thread Linus Walleij
The Versatile Express uses a special configuration controller deeply embedded in the system motherboard FPGA to multiplex the two to three (!) display controller instances out to the single SiI9022 bridge. Set up an extra file with the logic to probe to the FPGA mux register on the system controll

[PATCH 2/2 v4] drm/pl111: Enable device-specific assigned memory

2018-04-23 Thread Linus Walleij
The Versatile Express has 8 MB of dedicated video RAM (VRAM) on the motherboard, which is what we should be using for the PL111 if available. On this platform, the memory backplane is constructed so that only this memory will work properly with the CLCD on the motherboard, using any other memory ar

Re: [PATCH 6/8] drm: rcar-du: rcar-lvds: Add bridge format support

2018-04-23 Thread jacopo mondi
Hi Peter, thanks for looking into this On Sun, Apr 22, 2018 at 10:08:21PM +0200, Peter Rosin wrote: > On 2018-04-19 11:31, Jacopo Mondi wrote: > > With the introduction of static input image format enumeration in DRM > > bridges, add support to retrieve the format in rcar-lvds LVDS encoder > >

[PATCH v7 0/2] Enabling content-type setting for HDMI displays.

2018-04-23 Thread StanLis
From: Stanislav Lisovskiy Added content type setting property to drm_connector(part 1) and enabled transmitting it with HDMI AVI infoframes for i915(part 2). Stanislav Lisovskiy (2): drm: content-type property for HDMI connector i915: content-type property for HDMI connector Documentation/

[PATCH v7 2/2] i915: content-type property for HDMI connector

2018-04-23 Thread StanLis
From: Stanislav Lisovskiy Added encoding of drm content_type property from drm_connector_state within AVI infoframe in order to properly handle external HDMI TV content-type setting. This requires also manipulationg ITC bit, as stated in HDMI spec. v2: * Moved helper function which attaches co

[PATCH v7 1/2] drm: content-type property for HDMI connector

2018-04-23 Thread StanLis
From: Stanislav Lisovskiy Added content_type property to drm_connector_state in order to properly handle external HDMI TV content-type setting. v2: * Moved helper function which attaches content type property to the drm core, as was suggested. Removed redundant connector state initializat

Re: [PATCH 2/8] dt-bindings: display: bridge: thc63lvd1024: Add lvds map property

2018-04-23 Thread jacopo mondi
Hi Peter, thanks for commenting, On Sun, Apr 22, 2018 at 10:02:41PM +0200, Peter Rosin wrote: > On 2018-04-19 11:31, Jacopo Mondi wrote: > > The THC63LVD1024 LVDS to RGB bridge supports two different input mapping > > modes, selectable by means of an external pin. > > > > Describe the LVDS mode

Re: [PATCH 3/8] drm: bridge: thc63lvd1024: Add support for LVDS mode map

2018-04-23 Thread jacopo mondi
Hi Peter, On Sun, Apr 22, 2018 at 10:02:51PM +0200, Peter Rosin wrote: > On 2018-04-19 11:31, Jacopo Mondi wrote: > > The THC63LVD1024 LVDS to RGB bridge supports two different LVDS mapping > > modes, selectable by means of an external pin. > > > > Add support for configurable LVDS input mapping m

[Bug 199475] New: AMDGPU Failed to blank

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199475 Bug ID: 199475 Summary: AMDGPU Failed to blank Product: Drivers Version: 2.5 Kernel Version: 4.15.18 Hardware: Other OS: Linux Tree: Mainline Stat

Re: [PATCH 1/8] drm: bridge: Add support for static image formats

2018-04-23 Thread Peter Rosin
On 2018-04-19 11:31, Jacopo Mondi wrote: > Add support for storing image format information in DRM bridges with > associated helper function. > > This patch replicates for bridges what 'drm_display_info_set_bus_formats()' > is for connectors. > > Signed-off-by: Jacopo Mondi > --- > drivers/gpu/

Re: [PATCH 6/8] drm: rcar-du: rcar-lvds: Add bridge format support

2018-04-23 Thread Peter Rosin
On 2018-04-19 11:31, Jacopo Mondi wrote: > With the introduction of static input image format enumeration in DRM > bridges, add support to retrieve the format in rcar-lvds LVDS encoder > from both panel or bridge, to set the desired LVDS mode. > > Do not rely on 'DRM_BUS_FLAG_DATA_LSB_TO_MSB' flag

Re: [PATCH] drm/hisilicon/hibmc: Using module_pci_driver.

2018-04-23 Thread xinliang
On 2018/4/21 17:51, YueHaibing wrote: Remove boilerplate code by using macro module_pci_driver. Signed-off-by: YueHaibing Thanks Haibing, Reviewed-by: Xinliang Liu Xinliang --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 13 + 1 file changed, 1 insertion(+), 12 dele

Re: [PATCH v3 4/7] drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodes

2018-04-23 Thread Peter Rosin
On 2018-04-21 18:19, Boris Brezillon wrote: > On Thu, 19 Apr 2018 18:27:48 +0200 > Peter Rosin wrote: > >> This beats the heuristic that the connector is involved in what format >> should be output for cases where this fails. >> >> E.g. if there is a bridge that changes format between the encoder

Re: [RESEND PATCH 1/1] drm/i915/glk: Add MODULE_FIRMWARE for Geminilake

2018-04-23 Thread Ian W MORRISON
On 21 April 2018 at 11:22, Botello Ortega, Luis wrote: > Hi all: > > We tested GLK DMC 1.04 FW in last week of September 2017, using the latest > drm-tip version for that time (4.14.0-rc2) and according to our results we > could declare this FW as acceptable and healthy to be used with kernel >

Re: [PATCH 3/8] drm: bridge: thc63lvd1024: Add support for LVDS mode map

2018-04-23 Thread Peter Rosin
On 2018-04-19 11:31, Jacopo Mondi wrote: > The THC63LVD1024 LVDS to RGB bridge supports two different LVDS mapping > modes, selectable by means of an external pin. > > Add support for configurable LVDS input mapping modes, using the newly > introduced support for bridge input image formats. > > S

Re: [PATCH 2/8] dt-bindings: display: bridge: thc63lvd1024: Add lvds map property

2018-04-23 Thread Peter Rosin
On 2018-04-19 11:31, Jacopo Mondi wrote: > The THC63LVD1024 LVDS to RGB bridge supports two different input mapping > modes, selectable by means of an external pin. > > Describe the LVDS mode map through a newly defined mandatory property in > device tree bindings. > > Signed-off-by: Jacopo Mondi

[PATCH] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping

2018-04-23 Thread Thierry Reding
From: Thierry Reding Depending on the kernel configuration, early ARM architecture setup code may have attached the GPU to a DMA/IOMMU mapping that transparently uses the IOMMU to back the DMA API. Tegra requires special handling for IOMMU backed buffers (a special bit in the GPU's MMU page table

Re: [PATCH 2/4] drm/i915: Drop DRM_CONTROL_ALLOW

2018-04-23 Thread Joonas Lahtinen
Quoting Daniel Vetter (2018-04-20 09:51:57) > Control nodes are no more! > > Signed-off-by: Daniel Vetter > Cc: Jani Nikula > Cc: Joonas Lahtinen > Cc: Rodrigo Vivi > Cc: intel-...@lists.freedesktop.org Reviewed-by: Joonas Lahtinen Regards, Joonas ___

Re: [PATCH v6 1/2] drm/bridge: Add Cadence DSI driver

2018-04-23 Thread Archit Taneja
On Saturday 21 April 2018 11:50 AM, Boris Brezillon wrote: Hi Archit, On Sun, 15 Apr 2018 13:39:44 +0530 Archit Taneja wrote: +static int cdns_dsi_get_dphy_pll_cfg(struct cdns_dphy *dphy, +struct cdns_dphy_cfg *cfg, +un

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

2018-04-23 Thread Shawn Guo
On Fri, Apr 20, 2018 at 02:50:52PM +0200, jan.tu...@emtrion.com wrote: > From: Jan Tuerk > > This patch adds support for the emtrion GmbH emCON-MX6 modules. > They are available with imx.6 Solo, Dual-Lite, Dual and Quad > equipped with Memory from 512MB to 2GB (configured by U-Boot). > > Our def

Re: [PATCH 6/8] drm: rcar-du: rcar-lvds: Add bridge format support

2018-04-23 Thread jacopo mondi
Hi Peter, On Mon, Apr 23, 2018 at 09:59:22AM +0200, Peter Rosin wrote: > On 2018-04-23 09:28, jacopo mondi wrote: > > Hi Peter, > >thanks for looking into this > > > > On Sun, Apr 22, 2018 at 10:08:21PM +0200, Peter Rosin wrote: > >> On 2018-04-19 11:31, Jacopo Mondi wrote: > >>> With the intr

[radeon-alex:drm-next-4.18-wip 182/214] drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1571 amdgpu_vm_bo_update() error: we previously assumed 'bo' could be null (see line 1537)

2018-04-23 Thread Dan Carpenter
tree: git://people.freedesktop.org/~agd5f/linux.git drm-next-4.18-wip head: 52132fd03504140b4cc58c01b19e82929a03af7a commit: 7bcfcb8217c6ab4224c7de5074132f2185558b72 [182/214] drm/amdgpu: simplify bo_va list when vm bo update (v2) smatch warnings: drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1571 a

Re: [PATCH] Revert "drm/sun4i: add lvds mode_valid function"

2018-04-23 Thread Maxime Ripard
On Sat, Apr 21, 2018 at 06:51:55AM +0200, meg...@megous.com wrote: > From: Ondrej Jirman > > The reverted commit broke LVDS output on TBS A711 Tablet. That tablet > has simple-panel node that has fixed pixel clock-frequency that A83T > SoC used in the tablet can't generate exactly. > > Requested

Re: [PATCH] drm/bridge/sii8620: fix link error

2018-04-23 Thread Andrzej Hajda
Hi Tobias, On 23.04.2018 10:47, Tobias Regnery wrote: > With CONFIG_EXTCON=m and CONFIG_DRM_SIL_SII8620=y we see the following link > error: > > drivers/gpu/drm/bridge/sil-sii8620.o: In function `sii8620_remove': > sil-sii8620.c:(.text+0xd5): undefined reference to > `extcon_unregister_notifier'

[Bug 106168] kernel NULL pointer dereference

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106168 Michel Dänzer changed: What|Removed |Added Product|xorg|DRI QA Contact|xorg-t...@lists.

[Bug 199475] AMDGPU Failed to blank

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199475 Michel Dänzer (mic...@daenzer.net) changed: What|Removed |Added CC||harry.wentl...@amd.co

Re: [PATCH 1/8] drm: bridge: Add support for static image formats

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Thursday, 19 April 2018 12:31:02 EEST Jacopo Mondi wrote: > Add support for storing image format information in DRM bridges with > associated helper function. > > This patch replicates for bridges what 'drm_display_info_set_bus_formats()' > is for connector

[Bug 106175] amdgpu.dc=1 shows performance issues with Xorg compositors when moving windows

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106175 Michel Dänzer changed: What|Removed |Added Attachment #138988|text/x-log |text/plain mime type|

[Bug 106175] amdgpu.dc=1 shows performance issues with Xorg compositors when moving windows

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106175 Michel Dänzer changed: What|Removed |Added CC||harry.wentl...@amd.com --- Comment #2 f

Re: [PATCH] drm/bridge/synopsys: dsi: use adjusted_mode in mode_set

2018-04-23 Thread Laurent Pinchart
Hi Philippe, On Thursday, 8 February 2018 15:15:40 EEST Laurent Pinchart wrote: > On Saturday, 3 February 2018 00:41:26 EET Philippe CORNU wrote: > > On 01/29/2018 11:40 AM, Laurent Pinchart wrote: > > > On Monday, 29 January 2018 12:17:37 EET Philippe CORNU wrote: > > >> On 01/29/2018 10:46 AM, L

Re: [PATCH v11 06/11] drm: Add DRM client cap for aspect-ratio

2018-04-23 Thread Ville Syrjälä
On Mon, Apr 23, 2018 at 10:43:47AM +0530, Nautiyal, Ankit K wrote: > > > On 4/20/2018 7:37 PM, Ville Syrjälä wrote: > > On Fri, Apr 20, 2018 at 07:01:46PM +0530, Nautiyal, Ankit K wrote: > >> From: Ankit Nautiyal > >> > >> To enable aspect-ratio support in DRM, blindly exposing the aspect > >> r

Re: [PATCH v11 07/11] drm: Add helper functions to handle aspect-ratio flag bits

2018-04-23 Thread Ville Syrjälä
On Mon, Apr 23, 2018 at 10:55:54AM +0530, Nautiyal, Ankit K wrote: > > > On 4/20/2018 7:42 PM, Ville Syrjälä wrote: > > On Fri, Apr 20, 2018 at 07:01:47PM +0530, Nautiyal, Ankit K wrote: > >> From: Ankit Nautiyal > >> > >> This patch adds helper functions for determining if aspect-ratio is > >>

Re: [PATCH v11 09/11] drm: Expose modes with aspect ratio, only if requested

2018-04-23 Thread Ville Syrjälä
On Mon, Apr 23, 2018 at 11:19:08AM +0530, Nautiyal, Ankit K wrote: > > > On 4/20/2018 7:52 PM, Ville Syrjälä wrote: > > On Fri, Apr 20, 2018 at 07:01:49PM +0530, Nautiyal, Ankit K wrote: > >> From: Ankit Nautiyal > >> > >> We parse the EDID and add all the modes in the connector's modelist. > >>

Re: [PATCH v11 07/11] drm: Add helper functions to handle aspect-ratio flag bits

2018-04-23 Thread Jani Nikula
On Mon, 23 Apr 2018, "Nautiyal, Ankit K" wrote: > On 4/20/2018 7:42 PM, Ville Syrjälä wrote: >> On Fri, Apr 20, 2018 at 07:01:47PM +0530, Nautiyal, Ankit K wrote: >>> From: Ankit Nautiyal >>> +bool >>> +drm_mode_aspect_ratio_allowed(const struct drm_file *file_priv, >>> +

Re: AMD graphics performance regression in 4.15 and later

2018-04-23 Thread Michel Dänzer
On 2018-04-20 09:40 PM, Felix Kuehling wrote: > On 2018-04-20 10:47 AM, Michel Dänzer wrote: >> On 2018-04-11 11:37 AM, Christian König wrote: >>> Am 11.04.2018 um 06:00 schrieb Gabriel C: 2018-04-09 11:42 GMT+02:00 Christian König : > Am 07.04.2018 um 00:00 schrieb Jean-Marc Valin: >

Re: [PATCH v1] gpu: host1x: Fix dma_free_wc() argument in the error path

2018-04-23 Thread Mikko Perttunen
Reviewed-by: Mikko Perttunen On 23.04.2018 12:54, Dmitry Osipenko wrote: If IOVA allocation or IOMMU mapping fails, dma_free_wc() is invoked with size=0 because of a typo, that triggers "kernel BUG at mm/vmalloc.c:124!". Signed-off-by: Dmitry Osipenko --- drivers/gpu/host1x/cdma.c | 2 +- 1

Re: [PATCH] gpu: drm: qxl: Adding new typedef vm_fault_t

2018-04-23 Thread Gerd Hoffmann
On Tue, Apr 17, 2018 at 07:08:44PM +0530, Souptick Joarder wrote: > Use new return type vm_fault_t for fault handler. For > now, this is just documenting that the function returns > a VM_FAULT value rather than an errno. Once all instances > are converted, vm_fault_t will become a distinct type. >

[Bug 106175] amdgpu.dc=1 shows performance issues with Xorg compositors when moving windows

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106175 --- Comment #3 from tempel.jul...@gmail.com --- Yes, then it also occurs with the monitor's resolution/refreshrate provided by its own edid (2560x1440 59.95Hz). Sorry, should have mentioned that. Without compositor, moving of windows looks smoot

[Bug 106175] amdgpu.dc=1 shows performance issues with Xorg compositors when moving windows

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106175 --- Comment #4 from tempel.jul...@gmail.com --- I found out that it's still related to the hardware cursor. When I set Option "SWCursor" "true" in Xorg config, moving windows is smooth. The mouse uses 1000Hz polling rate, if that makes any diffe

Re: [PATCH 2/8] dt-bindings: display: bridge: thc63lvd1024: Add lvds map property

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, On Monday, 23 April 2018 10:35:04 EEST jacopo mondi wrote: > On Sun, Apr 22, 2018 at 10:02:41PM +0200, Peter Rosin wrote: > > On 2018-04-19 11:31, Jacopo Mondi wrote: > >> The THC63LVD1024 LVDS to RGB bridge supports two different input mapping > >> modes, selectable by means of an exte

Re: [PATCH 2/8] dt-bindings: display: bridge: thc63lvd1024: Add lvds map property

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Thursday, 19 April 2018 12:31:03 EEST Jacopo Mondi wrote: > The THC63LVD1024 LVDS to RGB bridge supports two different input mapping > modes, selectable by means of an external pin. > > Describe the LVDS mode map through a newly defined mandatory property i

Re: [PATCH 1/2 v4] drm/pl111: Support the Versatile Express

2018-04-23 Thread Robin Murphy
Hi Linus, On 23/04/18 08:20, Linus Walleij wrote: The Versatile Express uses a special configuration controller deeply embedded in the system motherboard FPGA to multiplex the two to three (!) display controller instances out to the single SiI9022 bridge. Set up an extra file with the logic to

Re: [PATCH 3/8] drm: bridge: thc63lvd1024: Add support for LVDS mode map

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Thursday, 19 April 2018 12:31:04 EEST Jacopo Mondi wrote: > The THC63LVD1024 LVDS to RGB bridge supports two different LVDS mapping > modes, selectable by means of an external pin. > > Add support for configurable LVDS input mapping modes, using the newly >

Re: [Xen-devel] [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver

2018-04-23 Thread Oleksandr Andrushchenko
On 04/23/2018 02:52 PM, Wei Liu wrote: On Fri, Apr 20, 2018 at 02:25:20PM +0300, Oleksandr Andrushchenko wrote: the gntdev. I think this is generic enough that it could be implemented by a device not tied to Xen. AFAICT the hyper_dma guys also wanted something similar to this. You can't j

Re: [PATCH 3/8] drm: bridge: thc63lvd1024: Add support for LVDS mode map

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, On Monday, 23 April 2018 10:41:56 EEST jacopo mondi wrote: > On Sun, Apr 22, 2018 at 10:02:51PM +0200, Peter Rosin wrote: > > On 2018-04-19 11:31, Jacopo Mondi wrote: > >> The THC63LVD1024 LVDS to RGB bridge supports two different LVDS mapping > >> modes, selectable by means of an exter

Re: [PATCH] drm/bridge/synopsys: dsi: use adjusted_mode in mode_set

2018-04-23 Thread Yannick FERTRE
Hi Philippe, I've tried your patch on both 4.17-rc1 & drm-misc-next and it works fine. So, Reviewed-by: Yannick Fertré Tested-by: Yannick Fertré BR Yannick Fertré On 04/23/2018 12:10 PM, Laurent Pinchart wrote: > Hi Philippe, > > On Thursday, 8 February 2018 15:15:40 EEST Laurent Pinchart wr

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

2018-04-23 Thread Bartlomiej Zolnierkiewicz
On Friday, April 20, 2018 01:42:51 PM Mauro Carvalho Chehab wrote: > Add stubs for omapfb_dss.h, in the case it is included by > some driver when CONFIG_FB_OMAP2 is not defined, with can > happen on ARM when DRM_OMAP is not 'n'. > > That allows building such driver(s) with COMPILE_TEST. > > Signe

[Bug 106188] Can't successfully set pstates in pp_od_clk_voltage

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106188 Bug ID: 106188 Summary: Can't successfully set pstates in pp_od_clk_voltage Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-04-23 Thread Christoph Hellwig
On Tue, Apr 10, 2018 at 02:20:41PM -0500, Bjorn Helgaas wrote: > I assume you'll merge this via some non-PCI tree. Let me know if you > need anything else from me. I'll take it through the dma-mapping tree, so you should be fine. ___ dri-devel mailing l

[Bug 199475] AMDGPU Failed to blank

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199475 --- Comment #2 from DCWizard (andreas...@gmail.com) --- If im not mistaken the log is this: [0.00] Linux version 4.15.18-041518-lowlatency (kernel@tangerine) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)) #201804190330 SMP PREEMPT Thu Apr

Re: [PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-04-23 Thread Christoph Hellwig
Can you resend your changes against Linux 4.17-rc2? There are a lot of conflicts as-is. ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

[Bug 199475] AMDGPU Failed to blank

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199475 --- Comment #3 from DCWizard (andreas...@gmail.com) --- [1.891884] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-:00:12.0-1.1/input0 [1.892120] input: Logitech USB Receiver as /devi

Re: [PATCH 6/8] drm: rcar-du: rcar-lvds: Add bridge format support

2018-04-23 Thread Laurent Pinchart
Hello, On Monday, 23 April 2018 11:47:28 EEST jacopo mondi wrote: > On Mon, Apr 23, 2018 at 09:59:22AM +0200, Peter Rosin wrote: > > On 2018-04-23 09:28, jacopo mondi wrote: > >> On Sun, Apr 22, 2018 at 10:08:21PM +0200, Peter Rosin wrote: > >>> On 2018-04-19 11:31, Jacopo Mondi wrote: > With

[Bug 105300] amd-staging-drm-next-git 4.16 & RX 560 DL-DVI: corruption with refreshrates >73Hz when DPM changing VRAM clock

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105300 --- Comment #12 from tempel.jul...@gmail.com --- Created attachment 139000 --> https://bugs.freedesktop.org/attachment.cgi?id=139000&action=edit 2560x1440 72Hz edid -- You are receiving this mail because: You are the assignee for the bug.

[Bug 105300] amd-staging-drm-next-git 4.16 & RX 560 DL-DVI: corruption with refreshrates >73Hz when DPM changing VRAM clock

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105300 --- Comment #13 from tempel.jul...@gmail.com --- Since a month back or so, also 73Hz now shows the artifacts. 72Hz is still artifact free. -- You are receiving this mail because: You are the assignee for the bug.

Re: [PATCH 5/8] media: Add LE version of RGB LVDS formats

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Thursday, 19 April 2018 12:31:06 EEST Jacopo Mondi wrote: > Some LVDS controller can output swapped versions of LVDS RGB formats. > Define and document them in the list of supported media bus formats I wouldn't introduce those new formats as we don't need t

Re: [PATCH 4/8] arm64: dts: renesas: eagle: Add thc63 LVDS map

2018-04-23 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Thursday, 19 April 2018 12:31:05 EEST Jacopo Mondi wrote: > Add LVDS map mode description property to THC63LVD1024 LVDS decoder in > R-Car V3M-Eagle board device tree. > > Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart > --- > arch/arm64/boo

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 Bug ID: 106191 Summary: Failure to recognize DisplayPort signal Product: DRI Version: DRI git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severi

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 --- Comment #1 from François Jacques --- Created attachment 139005 --> https://bugs.freedesktop.org/attachment.cgi?id=139005&action=edit "xrandr --current" with DisplayPort-to-HDMI connected -- You are receiving this mail because: You are th

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 --- Comment #2 from François Jacques --- Created attachment 139006 --> https://bugs.freedesktop.org/attachment.cgi?id=139006&action=edit "lspci -k -vv -b" output (snipped, showing v8800-related stuff only) -- You are receiving this mail beca

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 --- Comment #3 from François Jacques --- Created attachment 139007 --> https://bugs.freedesktop.org/attachment.cgi?id=139007&action=edit Xorg output (shows modelines and mysterious flip queue failed messages) -- You are receiving this mail b

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 --- Comment #4 from François Jacques --- Forgot to mention... last but not least: $ uname --all Linux xw8600.EDITED 4.16.2-gentoo-xw8600-fj #1 SMP PREEMPT Sat Apr 21 10:20:24 EDT 2018 x86_64 Intel(R) Xeon(R) CPU X5450 @ 3.00GHz GenuineIntel GNU

[Bug 103769] Unity based games do not start

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103769 --- Comment #14 from letha...@gmail.com --- still segfaulting regularily or have weird outputs (flickering screen) with f28, 4.17rc1 (amdgpu) Device: Radeon RX Vega (VEGA10, DRM 3.25.0, 4.17.0-0.rc1.git3.1.fc29.x86_64, LLVM 7.0.0) (0x687f)

[Bug 103769] Unity based games do not start

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103769 --- Comment #15 from letha...@gmail.com --- it seems the segfaults have improved lately... Much less, the games do start more often -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 --- Comment #5 from François Jacques --- If there's anything else I can provide that would help further diagnosing this issue, I'll gladly try. Steps I'm thinking about taking for further experiments, in the meantime: 1) try with latest stable

[Bug 106191] Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 François Jacques changed: What|Removed |Added Keywords||have-backtrace -- You are receiving

[Bug 106191] FirePro v8800 Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 François Jacques changed: What|Removed |Added Summary|Failure to recognize|FirePro v8800 Failure to

RE: [Intel-gfx] [PATCH v7 1/2] drm: content-type property for HDMI connector

2018-04-23 Thread Lisovskiy, Stanislav
Ping From: Intel-gfx [intel-gfx-boun...@lists.freedesktop.org] on behalf of StanLis [stanislav.lisovs...@intel.com] Sent: Monday, April 23, 2018 10:34 AM To: dri-devel@lists.freedesktop.org Cc: intel-...@lists.freedesktop.org Subject: [Intel-gfx] [PATCH v7

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 Bug ID: 106192 Summary: 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep Product: DRI Version: unspecified Hardware: Other OS: All

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 --- Comment #1 from Joel Sass --- Created attachment 139009 --> https://bugs.freedesktop.org/attachment.cgi?id=139009&action=edit Xorg failure when screen was blanked in lightdm -- You are receiving this mail because: You are the assignee fo

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 --- Comment #2 from Joel Sass --- Created attachment 139010 --> https://bugs.freedesktop.org/attachment.cgi?id=139010&action=edit Dmesg shows kernel error after freezing. Had to acquire with ssh. Looks like a kernel bug issue. This [ 966.3

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 --- Comment #3 from Joel Sass --- Created attachment 139011 --> https://bugs.freedesktop.org/attachment.cgi?id=139011&action=edit Xorg.conf from frozen screen 0 -- You are receiving this mail because: You are the assignee for the bug.___

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

2018-04-23 Thread Bartlomiej Zolnierkiewicz
On Monday, April 23, 2018 02:47:28 PM Bartlomiej Zolnierkiewicz wrote: > On Friday, April 20, 2018 01:42:51 PM Mauro Carvalho Chehab wrote: > > Add stubs for omapfb_dss.h, in the case it is included by > > some driver when CONFIG_FB_OMAP2 is not defined, with can > > happen on ARM when DRM_OMAP is

RE: [PATCH] drm: Don't pass the index to drm_property_add_enum()

2018-04-23 Thread Lisovskiy, Stanislav
Acked-by: Stanislav Lisovskiy Best Regards, Lisovskiy Stanislav Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo> From: Ville Syrjala [ville.syrj...@linux.intel.com] Sent: Friday, March 16, 2018 9:04 PM To: dri-devel@lists.f

[Bug 106193] When positioning a monitor output above or below initial configuration with xrandr, hard freeze with graphics artifacts 4.16.2+

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106193 Bug ID: 106193 Summary: When positioning a monitor output above or below initial configuration with xrandr, hard freeze with graphics artifacts 4.16.2+ Product: DRI

[PATCH 0/4] drm/panel: otm8009a: backlight fixes & improvements

2018-04-23 Thread Philippe Cornu
This patch serie fixes 2 backlight issues and adds the new backlight api support. Philippe Cornu (4): drm/panel: otm8009a: fix backlight updates drm/panel: otm8009a: fix glitches by moving backlight enable to otm8009a_enable() drm/panel: otm8009a: no message if probe success drm/panel:

[PATCH 3/4] drm/panel: otm8009a: no message if probe success

2018-04-23 Thread Philippe Cornu
Remove the message in case of probe success. This comes from a suggestion followed in the recent integration of the raydium rm68200 panel. Signed-off-by: Philippe Cornu --- drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --

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

2018-04-23 Thread Tomi Valkeinen
On 23/04/18 16:56, Bartlomiej Zolnierkiewicz wrote: > Ideally we should be able to build both drivers in the same kernel > (especially as modules). > > I was hoping that it could be fixed easily but then I discovered > the root source of the problem: > > drivers/gpu/drm/omapdrm/dss/display.o: In

[PATCH 4/4] drm/panel: otm8009a: use new backlight api

2018-04-23 Thread Philippe Cornu
Use the new backlight api. Signed-off-by: Philippe Cornu --- drivers/gpu/drm/panel/panel-orisetech-otm8009a.c | 26 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-orisetech-otm8009a.c b/drivers/gpu/drm/panel/panel-orisetech-ot

[PATCH 2/4] drm/panel: otm8009a: fix glitches by moving backlight enable to otm8009a_enable()

2018-04-23 Thread Philippe Cornu
The backlight 1st update was in the otm8009a_prepare() function for a bad reason: backlight was not working in video mode and the otm8009a_prepare() is in command mode for the init sequence. As the backlight is now fixed (no lpm), it is good to put it back in the otm8009a_enable() function, avoidin

[PATCH 1/4] drm/panel: otm8009a: fix backlight updates

2018-04-23 Thread Philippe Cornu
Backlight updates was not working anymore since the good implementation of the dsi lpm mode in the dsi host driver. After a longer analysis, the backlight updates in dsi video mode require the dsi hs mode. Note: it is important to keep the dsi lpm mode for the rest of the driver as init sequence, s

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 Michel Dänzer changed: What|Removed |Added Attachment #139009|text/x-log |text/plain mime type|

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 Michel Dänzer changed: What|Removed |Added Attachment #139008|application/x-trash |text/plain mime type|

[Bug 106192] 4.16.2+ lightdm logon screen will not unblank after monitors fall asleep

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106192 Michel Dänzer changed: What|Removed |Added Attachment #139011|application/x-trash |text/plain mime type|

[Bug 106193] When positioning a monitor output above or below initial configuration with xrandr, hard freeze with graphics artifacts 4.16.2+

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106193 --- Comment #1 from Joel Sass --- Created attachment 139012 --> https://bugs.freedesktop.org/attachment.cgi?id=139012&action=edit A picture of the monitor output on failure. -- You are receiving this mail because: You are the assignee for th

[Bug 106193] When positioning a monitor output above or below initial configuration with xrandr, hard freeze with graphics artifacts 4.16.2+

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106193 --- Comment #2 from Harry Wentland --- Created attachment 139013 --> https://bugs.freedesktop.org/attachment.cgi?id=139013&action=edit [PATCH] drm/amd/display: Disallow enabling CRTC without primary plane with FB Does this help? -- You are

[Bug 106193] When positioning a monitor output above or below initial configuration with xrandr, hard freeze with graphics artifacts 4.16.2+

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106193 --- Comment #3 from Harry Wentland --- If the patch doesn't help are you able to capture the dmesg log and post it? -- You are receiving this mail because: You are the assignee for the bug.___ dri-de

[Bug 199475] AMDGPU Failed to blank

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199475 Alex Deucher (alexdeuc...@gmail.com) changed: What|Removed |Added CC||alexdeuc...@gmail.c

[Bug 199475] AMDGPU Failed to blank

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199475 --- Comment #5 from DCWizard (andreas...@gmail.com) --- No i don't have any display problem. -- You are receiving this mail because: You are watching the assignee of the bug. ___ dri-devel mailing list

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

2018-04-23 Thread Giulio Benetti
Hi, Il 22/03/2018 19:05, Maxime Ripard ha scritto: On Wed, Mar 21, 2018 at 09:03:13PM +0100, Giulio Benetti wrote: The A20-Linova1-7 HMI, also called Q027_2_F which is printed on production label, is an industrial Human Machine Interface. It features: - 512MB DDR RAM - 1 Sd-card >= 4GB - 1 Usb

[Bug 199319] Flickering screen on AMDGPU and DC with Linux 4.16-2

2018-04-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199319 --- Comment #20 from har...@gmx.de --- This issues (both, the flickering and the black screen) are obviously fixed with kernel 4.17.0-rc2. Thank you. -- You are receiving this mail because: You are watching the assignee of the bug. _

Re: RFC for a render API to support adaptive sync and VRR

2018-04-23 Thread Harry Wentland
On 2018-04-20 04:32 PM, Manasi Navare wrote: > On Wed, Apr 18, 2018 at 09:39:02AM +0200, Daniel Vetter wrote: >> On Wed, Apr 18, 2018 at 5:58 AM, Keith Packard wrote: >>> Michel Dänzer writes: Time-based presentation seems to be the right approach for preventing micro-stutter in games a

[Bug 106191] FirePro v8800 Failure to recognize DisplayPort signal

2018-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106191 --- Comment #6 from Alex Deucher --- Please attach your full dmesg output. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesk

[PATCH v2 1/8] drm/arm/malidp: Modified the prototype of malidp_de_irq_fini

2018-04-23 Thread Ayan Kumar Halder
'struct drm_device' is being replaced with 'struct malidp_hw_device' as the function argument. The reason being the dependency of malidp_de_irq_fini on 'struct drm_device' needs to be removed so as to enable it to call from functions which receives 'struct malidp_hw_device' as argument. Furthermore

[PATCH v2 0/8] drm/arm/malidp: Enhance support for system and runtime power management on malidp.

2018-04-23 Thread Ayan Kumar Halder
This patch series enhances and fixes certain issues relevant to system and runtime power management on malidp. --- Changes in v2: - Removed the change ids and modified some commit messages --- Ayan Kumar Halder (8): drm/arm/malidp: Modified the prototype of malidp_de_irq_fini drm/arm/malidp:

[PATCH v2 7/8] drm/arm/malidp: Set the output_depth register in modeset

2018-04-23 Thread Ayan Kumar Halder
One needs to store the value of the OUTPUT_DEPTH that one has parsed from device tree, so that it can be restored on system resume. This value is set in the modeset function as this gets reset when the system suspends. Signed-off-by: Ayan Kumar Halder --- Changes in v2:- - Removed the change id

[PATCH v2 3/8] drm/arm/malidp: Split malidp_de_irq_init

2018-04-23 Thread Ayan Kumar Halder
Extract the hardware initialisation part from malidp_de_irq_init() into the malidp_de_irq_hw_init() which will be later invoked from runtime_pm_resume function when it needs to re-enable the interrupts. Signed-off-by: Ayan Kumar Halder --- Changes in v2:- - Removed the change id --- drivers/gpu

  1   2   >