Re: [PATCH v3 06/11] drm/sun4i: rgb: Add DT property to disable strict clock rate check

2019-02-18 Thread Vasily Khoruzhick
On Mon, Feb 18, 2019 at 10:26 AM Rob Herring wrote: > > On Thu, Feb 14, 2019 at 09:09:52PM -0800, Vasily Khoruzhick wrote: > > Clock rate check that was added in commit bb43d40d7c83 ("drm/sun4i: rgb: > > Validate the clock rate") prevents some panel and bridges from working with > > sun4i driver.

Re: [PATCH v2 2/2] dt-bindings: panel: td028ttec1: add backlight property

2019-02-18 Thread Rob Herring
On Tue, 5 Feb 2019 07:38:13 +0100, Andreas Kemnade wrote: > This adds an additional backlight property as described > in panel-common.txt > > Signed-off-by: Andreas Kemnade > --- > Documentation/devicetree/bindings/display/panel/tpo,td028ttec1.txt | 2 ++ > 1 file changed, 2 insertions(+) >

[Bug 109667] r5 m330 hung if dpm enabled

2019-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109667 Bug ID: 109667 Summary: r5 m330 hung if dpm enabled Product: DRI Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal

Re: [Intel-gfx] [v16 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-18 Thread Ville Syrjälä
On Wed, Feb 13, 2019 at 12:35:10PM +0530, Uma Shankar wrote: > This adds colorspace information to HDMI AVI infoframe. > A helper function is added to program the same. > > v2: Moved this to drm core instead of i915 driver. > > v3: Exported the helper function. > > v4: Added separate HDMI

Re: [Intel-gfx] [v16 2/4] drm: Add DP colorspace property

2019-02-18 Thread Ville Syrjälä
On Wed, Feb 13, 2019 at 12:35:09PM +0530, Uma Shankar wrote: > This patch adds a DP colorspace property, enabling > userspace to switch to various supported colorspaces. > This will help enable BT2020 along with other colorspaces. > > v2: Addressed Maarten and Ville's review comments. Enhanced >

Re: [PATCH v7 2/2] drm/panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel

2019-02-18 Thread Sam Ravnborg
Hi Thierry > Pleas let me know if you any further comments on this? No further comments from my side, and I consider it ready to apply. Sam ___ dri-devel mailing list dri-devel@lists.freedesktop.org

[Bug 109667] r5 m330 hung if dpm enabled

2019-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109667 --- Comment #1 from Slava --- Created attachment 143397 --> https://bugs.freedesktop.org/attachment.cgi?id=143397=edit dmesg -- You are receiving this mail because: You are the assignee for the

Re: [PATCH libdrm] RELEASING: update instructions to use meson instead of autotools

2019-02-18 Thread Daniel Vetter
On Mon, Feb 18, 2019 at 05:42:38PM +, Eric Engestrom wrote: > On Thursday, 2018-12-20 11:53:11 -0800, Dylan Baker wrote: > > Quoting Eric Engestrom (2018-12-19 08:23:40) > > > Signed-off-by: Eric Engestrom > > > --- > > > RELEASING | 27 --- > > > 1 file changed, 8

[Bug 108879] [CIK] [regression] All opencl apps hangs indefinitely in si_create_context

2019-02-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108879 --- Comment #8 from Marco --- I applied the two patches: https://lists.freedesktop.org/archives/mesa-dev/2019-February/215057.html https://lists.freedesktop.org/archives/mesa-dev/2019-February/215058.html but problem persist on my card: AMD

Re: [PATCH 1/1] [RFC] drm/ttm: Don't init dma32_zone on 64-bit systems

2019-02-18 Thread Thomas Hellstrom
On Mon, 2019-02-18 at 18:07 +0100, Christian König wrote: > Am 18.02.19 um 10:47 schrieb Thomas Hellstrom: > > On Mon, 2019-02-18 at 09:20 +, Koenig, Christian wrote: > > > Another good question is also why the heck the acc_size counts > > > towards > > > the DMA32 zone? > > DMA32 TTM pages

[Bug 202537] amdgpu/DC failed to reserve new abo buffer before flip

2019-02-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=202537 --- Comment #20 from Bernd Steinhauser (li...@bernd-steinhauser.de) --- (In reply to Christian König from comment #17) > We completely disabled the feature added in "5d35ed4832d" for upstreaming > later on. > > Can you guys please test

Re: [PATCH v4 0/7] VSP1: Display writeback support

2019-02-18 Thread Laurent Pinchart
Hi Brian, On Mon, Feb 18, 2019 at 12:22:58PM +, Brian Starkey wrote: > On Sun, Feb 17, 2019 at 04:48:45AM +0200, Laurent Pinchart wrote: > > Hello, > > > > This patch series implements display writeback support for the R-Car > > Gen3 platforms in the VSP1 driver. > > > > DRM/KMS provides a

Re: [PATCH v4 2/7] media: vsp1: wpf: Fix partition configuration for display pipelines

2019-02-18 Thread Laurent Pinchart
Hi Kieran, On Sun, Feb 17, 2019 at 08:16:27PM +, Kieran Bingham wrote: > On 17/02/2019 02:48, Laurent Pinchart wrote: > > The WPF accesses partition configuration from pipe->partition in the > > partition configuration that is not used for display pipelines. > > That sentence is hard to

[PATCH v2 3/3] drm/panel: simple: Add support for VXT VL050-8048NT-C01 panel

2019-02-18 Thread Fabio Estevam
Add support for the VXT VL050-8048NT-C01 800x480 panel to the panel-simple driver. This panel is used on some boards manufactured by TechNexion, such as imx7d-pico. Reviewed-by: Otavio Salvador Reviewed-by: Sam Ravnborg Signed-off-by: Fabio Estevam --- Changes since v1: - Pass .flags and

[PATCH v2 2/3] dt-bindings: Add VXT VL050-8048NT-C01 panel bindings

2019-02-18 Thread Fabio Estevam
The VXT VL050-8048NT-C01 is a TFT LCD panel with a 800x480 resolution connected via 24 width parallel interface. Reviewed-by: Otavio Salvador Reviewed-by: Rob Herring --- Changes since v1: - None .../bindings/display/panel/vl050_8048nt_c01.txt | 12 1 file changed, 12

[PATCH v2 1/3] dt-bindings: Add vendor prefix for VXT Ltd

2019-02-18 Thread Fabio Estevam
VXT Ltd is a manufacturer of projected capacitive touch panel and display solutions: http://www.vxt.com.tw/ Reviewed-by: Otavio Salvador Reviewed-by: Rob Herring Signed-off-by: Fabio Estevam --- Changes since v1: - None Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file

<    1   2