Re: [PATCHv13 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite

2019-02-12 Thread Ong, Hean Loong via dri-devel
On Tue, 2019-02-12 at 08:46 +0100, Daniel Vetter wrote: > On Tue, Feb 12, 2019 at 10:36:23AM +0800, Hean-Loong, Ong via dri- > devel wrote: > > From: Ong, Hean Loong > > > > Driver for Intel FPGA Video and Image Processing Suite Frame Buffer > > II. > > The driver only supports the Intel Arria10

Re: [PATCH v4 3/4] gpu: ipu-v3: ipu-ic: Add support for BT.709 encoding

2019-02-12 Thread Steve Longerbeam via dri-devel
On 2/11/19 2:12 AM, Philipp Zabel wrote: On Fri, 2019-02-08 at 17:47 -0800, Steve Longerbeam wrote: Pass v4l2 encoding enum to the ipu_ic task init functions, and add support for the BT.709 encoding and inverse encoding matrices. Reported-by: Tim Harvey Signed-off-by: Steve Longerbeam --- C

[PATCH] drm/nouveau/abi16: add missing break in switch statement

2019-02-12 Thread Gustavo A. R. Silva
Fix the following warning by adding a missing break: drivers/gpu/drm/nouveau/nouveau_abi16.c: In function ‘nouveau_abi16_ioctl_getparam’: drivers/gpu/drm/nouveau/nouveau_abi16.c:202:3: warning: this statement may fall through [-Wimplicit-fallthrough=] switch (device->info.platform) { ^

Re: [PATCH 1/4] drm/v3d: Update top-level kerneldoc for the addition of TFU.

2019-02-12 Thread Thomas Spurden
On Thu, 7 Feb 2019 at 20:10, Eric Anholt wrote: > > Signed-off-by: Eric Anholt Reviewed-by: Thomas Spurden > --- > drivers/gpu/drm/v3d/v3d_drv.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c > index

Re: [PATCH v4 1/4] gpu: ipu-v3: ipu-ic: Rename yuv2rgb encoding matrices

2019-02-12 Thread Steve Longerbeam
Hi Philipp, On 2/11/19 1:58 AM, Philipp Zabel wrote: On Fri, 2019-02-08 at 17:47 -0800, Steve Longerbeam wrote: The ycbcr2rgb and inverse rgb2ycbcr matrices define the BT.601 encoding coefficients, so rename them to indicate that. And add some comments to make clear these are BT.601 coefficient

Re: [PATCH v3 2/2] drm/panel: Add driver for Samsung S6E63M0 panel

2019-02-12 Thread Paweł Chmiel
On poniedziałek, 11 lutego 2019 16:35:19 CET Andrzej Hajda wrote: > On 02.02.2019 15:27, Paweł Chmiel wrote: > > This patch adds Samsung S6E63M0 AMOLED LCD panel driver, connected over > > spi. It's based on already removed, non dt s6e63m0 driver and > > panel-samsung-ld9040. It can be found for ex

[PATCH] drm/nouveau/bo: mark expected switch fall-through

2019-02-12 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/gpu/drm/nouveau/nouveau_bo.c: In function ‘nouveau_ttm_io_mem_reserve’: drivers/gpu/drm/nouveau/nouveau_bo.c:1434:53: warning: this statemen

Re: [PATCH v4 1/4] gpu: ipu-v3: ipu-ic: Rename yuv2rgb encoding matrices

2019-02-12 Thread Steve Longerbeam via dri-devel
On 2/11/19 1:58 AM, Philipp Zabel wrote: On Fri, 2019-02-08 at 17:47 -0800, Steve Longerbeam wrote: The ycbcr2rgb and inverse rgb2ycbcr matrices define the BT.601 encoding coefficients, so rename them to indicate that. And add some comments to make clear these are BT.601 coefficients encoding

Re: drm bridge control from another driver

2019-02-12 Thread Vinay Simha B N
dsi2hdmi(adv7511) chip operating temperature range is -10 degC to +85 degC. We want to enable/disable the bridge only when temperature range is inbetween these range. We have temperature control chip to read the temp, tLow an tHigh can be set. whenever interrupt(alert) triggers we want to enablel/

WARNING in vkms_vblank_simulate

2019-02-12 Thread syzbot via dri-devel
Hello, syzbot found the following crash on: HEAD commit:d4104460aec1 Add linux-next specific files for 20190211 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=10e74624c0 kernel config: https://syzkaller.appspot.com/x/.config?x=c8a112d3b0d6719b dashb

Re: [PATCH v2] lib/scatterlist: Provide a DMA page iterator

2019-02-12 Thread Jason Gunthorpe
On Thu, Feb 07, 2019 at 10:26:52PM +, Jason Gunthorpe wrote: > Commit 2db76d7c3c6d ("lib/scatterlist: sg_page_iter: support sg lists w/o > backing pages") introduced the sg_page_iter_dma_address() function without > providing a way to use it in the general case. If the sg_dma_len() is not > equ

Re: [PATCH] drm/amd/display: Use vrr friendly pageflip throttling in DC.

2019-02-12 Thread Mario Kleiner via dri-devel
Oops, dropped the mailing ist from my reply, so again... On Mon, Feb 11, 2019 at 4:01 PM Michel Dänzer wrote: > > On 2019-02-09 7:52 a.m., Mario Kleiner wrote: > > In VRR mode, keep track of the vblank count of the last > > completed pageflip in amdgpu_crtc->last_flip_vblank, as > > recorded in t

Re: [PATCH v2 1/2] video: lcd: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol

2019-02-12 Thread Lee Jones via dri-devel
On Fri, 08 Feb 2019, Bartlomiej Zolnierkiewicz wrote: > > On 01/17/2019 05:19 PM, Daniel Thompson wrote: > > On Thu, Jan 17, 2019 at 04:33:35PM +0300, Alexander Shiyan wrote: > >> We have two *_CLASS_DEVICE kernel config options (LCD_CLASS_DEVICE > >> and BACKLIGHT_LCD_DEVICE) that do the same jo

Re: [PATCHv13 3/3] ARM:drm ivip Intel FPGA Video and Image Processing Suite

2019-02-12 Thread Daniel Vetter
On Tue, Feb 12, 2019 at 9:08 AM Ong, Hean Loong wrote: > On Tue, 2019-02-12 at 08:46 +0100, Daniel Vetter wrote: > > On Tue, Feb 12, 2019 at 10:36:23AM +0800, Hean-Loong, Ong via dri- > > devel wrote: > > > From: Ong, Hean Loong > > > > > > Driver for Intel FPGA Video and Image Processing Suite F

[Bug 202555] nouveau: KMS is broken on last kernels (9700M GT)

2019-02-12 Thread bugzilla-daemon--- via dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=202555 Evgeny Kurnevsky (kurnev...@gmail.com) changed: What|Removed |Added Regression|No |Yes -- You are

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

2019-02-12 Thread bugzilla-daemon--- via dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=202537 --- Comment #7 from Michel Dänzer (mic...@daenzer.net) --- kmemleak is claiming there are leaks all over the place. That's weird, since other people (including myself) aren't seeing any such leaks, also with 4.20 based kernels. So, I'm afraid thi

Re: [PATCH v3 2/2] drm/panel: Add driver for Samsung S6E63M0 panel

2019-02-12 Thread Andrzej Hajda via dri-devel
On 11.02.2019 17:07, Paweł Chmiel wrote: > On poniedziałek, 11 lutego 2019 16:35:19 CET Andrzej Hajda wrote: >> On 02.02.2019 15:27, Paweł Chmiel wrote: >>> This patch adds Samsung S6E63M0 AMOLED LCD panel driver, connected over >>> spi. It's based on already removed, non dt s6e63m0 driver and >>>

Re: [PULL] topic/component-typed

2019-02-12 Thread Maxime Ripard
On Mon, Feb 11, 2019 at 06:15:20PM +0100, Daniel Vetter wrote: > Hi all, > > Here's the typed component topic branch. > > drm-intel maintainers: Please pull, I need this for the mei hdcp work from > Ram. > > drm-misc maintainers: Please pull, there's a drm doc patch follow-up > that I want to s

Re: [PATCH v6 11/22] clk: sunxi-ng: a64: Add minimum rate for PLL_MIPI

2019-02-12 Thread Maxime Ripard
On Mon, Feb 11, 2019 at 07:37:57PM +0530, Jagan Teki wrote: > Hi Maxime, > > On Fri, Feb 1, 2019 at 8:01 PM Maxime Ripard > wrote: > > > > On Tue, Jan 29, 2019 at 11:01:31PM +0530, Jagan Teki wrote: > > > On Tue, Jan 29, 2019 at 8:43 PM Maxime Ripard > > > wrote: > > > > > > > > On Mon, Jan 28

Re: [PATCH v6 11/22] clk: sunxi-ng: a64: Add minimum rate for PLL_MIPI

2019-02-12 Thread Jagan Teki
On Tue, Feb 12, 2019 at 3:00 PM Maxime Ripard wrote: > > On Mon, Feb 11, 2019 at 07:37:57PM +0530, Jagan Teki wrote: > > Hi Maxime, > > > > On Fri, Feb 1, 2019 at 8:01 PM Maxime Ripard > > wrote: > > > > > > On Tue, Jan 29, 2019 at 11:01:31PM +0530, Jagan Teki wrote: > > > > On Tue, Jan 29, 2019

Re: [PATCH v7 00/23] drm/sun4i: Allwinner A64 MIPI-DSI support

2019-02-12 Thread Jagan Teki
On Fri, Feb 1, 2019 at 9:12 PM Jagan Teki wrote: > > Here is next version changes for Allwinner A64 MIPI-DSI support > > This series grouped the changes like previous version[1] with different > sets to support three different panels types that can fit into the DSI > controller. > > set:1, for 4-l

Fwd: PSA: Mailman changes, From addresses no longer accurate

2019-02-12 Thread Daniel Stone
Hi all, Unfortunately, freedesktop.org's job of sending mail to a huge number of people whilst pretending to be other people, has just got even harder than it was. fd.o can no longer (at least for the moment) send mail with the From addresses of DMARC/DKIM/SPF-protected sender domains. When we try

Re: [PATCH RESEND] drm: panel-orientation-quirks: Add quirk for Lenovo Ideapad D330

2019-02-12 Thread Jani Nikula via dri-devel
On Mon, 11 Feb 2019, David Santamaría Rogado wrote: > Lenovo Ideapad D330 Pentium CPU version has 1920x1200 LCD. Console > ouput gets rotated at boot as Miix 310. > > Signed-off-by: David Santamaría Rogado > --- > drivers/gpu/drm/drm_panel_orientation_quirks.c | 13 + > 1 file change

Re: [PATCH v4 1/4] gpu: ipu-v3: ipu-ic: Rename yuv2rgb encoding matrices

2019-02-12 Thread Philipp Zabel
Hi Steve, On Mon, 2019-02-11 at 10:24 -0800, Steve Longerbeam wrote: [...] > Looking more closely at these coefficients now, I see you are right, > they are the BT.601 YUV full-range coefficients (Y range 0 to 1, U and V > range -0.5 to 0.5). Well, not even that -- the coefficients are not > be

Re: [PATCH v3 0/8] drm/sun4i: dsi: Add burst mode support

2019-02-12 Thread Jagan Teki
Hi Maxime, On Mon, Feb 11, 2019 at 8:12 PM Maxime Ripard wrote: > > Hi, > > Here is a series implementing the burst mode support for DSI. > > It's been tested on an A33 board with the panel supported on the last > patch, which should remove all quirks due to a different SoC from the > equation. >

[Bug 107015] The GPU Vega 56 randomly hang while I playing in the Mad Max game

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107015 Timothy Arceri changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #5 from Timothy A

[Bug 109048] [amdgpu] [apitrace] Penumbra Overture crash in radeonsi_dri.so on RX580

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109048 Timothy Arceri changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Timothy A

[Bug 103300] Tear rendering bug in Bioshock Infinite

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103300 --- Comment #6 from Timothy Arceri --- Another option if you can't get a trace would be to attach a saved game here so we can easily get to the right scene for testing. -- You are receiving this mail because: You are the assignee for the bug._

[Bug 108194] Civilization VI - Animated leader characters small black squares artifacts

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108194 --- Comment #5 from Timothy Arceri --- Possibly related to bug 104602. Can you try the workaround from that bug report. -- You are receiving this mail because: You are the assignee for the bug.___ dr

[Bug 108194] Civilization VI - Animated leader characters small black squares artifacts

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108194 --- Comment #6 from Timothy Arceri --- To be clear. Can you right click on the game in steam, select properties. Then click 'Set Launch Options'. In here add: R600_DEBUG=nir %command% Click ok, and close the properties window. Then launch the

Re: [PATCH v12 01/38] drm/doc: document recommended component helper usage

2019-02-12 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Sat, Feb 09, 2019 at 12:42:30PM +0530, Ramalingam C wrote: > From: Daniel Vetter > > Now that component has docs it's worth spending a few words and > hyperlinks on recommended best practices in drm. > > Cc: Russell King - ARM Linux admin > Signed-off-by

Re: [PATCH v12 01/38] drm/doc: document recommended component helper usage

2019-02-12 Thread Daniel Vetter
On Tue, Feb 12, 2019 at 02:44:03PM +0200, Laurent Pinchart wrote: > Hi Daniel, > > Thank you for the patch. > > On Sat, Feb 09, 2019 at 12:42:30PM +0530, Ramalingam C wrote: > > From: Daniel Vetter > > > > Now that component has docs it's worth spending a few words and > > hyperlinks on recomme

Re: [PATCH v2 03/12] drm/drv: DOC: Add driver example code

2019-02-12 Thread Noralf Trønnes
Den 10.02.2019 22.03, skrev Sam Ravnborg: > Hi Noralf > > On Sun, Feb 10, 2019 at 02:10:30PM +0100, Noralf Trønnes wrote: >> Add driver example that shows how devm_drm_dev_init() can be used. >> >> Signed-off-by: Noralf Trønnes > > Always good with examples! > > >> --- >> >> I'm not sure how

Re: [PATCH v12 21/38] mei: me: add ice lake point device id.

2019-02-12 Thread Sasha Levin via dri-devel
Hi, [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v4.20.7, v4.19.20, v4.14.98, v4.9.155, v4.4.173, v3.18.134. v4.20.7: Build OK! v4.

[PATCH] video: fbdev: vesafb: fix indentation issue

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are a couple of statements that are indented too deeply, fix this by removing tabs. Also add a space after a comma to clean up a cppcheck warning. Signed-off-by: Colin Ian King --- drivers/video/fbdev/vesafb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH] video: fbdev: savage: fix indentation issue

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King The indentation in the if statement is not indented correctly, fix this with extra level of indentation. Signed-off-by: Colin Ian King --- drivers/video/fbdev/savage/savagefb_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/video/f

Re: [PATCH v2 03/12] drm/drv: DOC: Add driver example code

2019-02-12 Thread Daniel Vetter
On Sun, Feb 10, 2019 at 02:10:30PM +0100, Noralf Trønnes wrote: > Add driver example that shows how devm_drm_dev_init() can be used. > > Signed-off-by: Noralf Trønnes > --- > > I'm not sure how detailed such an example such be and a description of > some kind is also required. Help is needed :-

Re: [PATCH v2 1/5] drm: Add reservation_object to drm_gem_object

2019-02-12 Thread Daniel Vetter
On Fri, Feb 08, 2019 at 08:23:44AM +0100, Christian Gmeiner wrote: > Am Sa., 2. Feb. 2019 um 16:42 Uhr schrieb Rob Herring : > > > > Many users of drm_gem_object embed a struct reservation_object into > > their subclassed struct, so let's add one to struct drm_gem_object. > > This will allow removi

Re: [PATCH v2 0/5] Add reservation_object to drm_gem_object

2019-02-12 Thread Daniel Vetter
On Sat, Feb 02, 2019 at 09:41:53AM -0600, Rob Herring wrote: > This series implements the todo to add reservation_object to > drm_gem_object. I converted the easy drivers, but not Intel or AMD. The > series is build tested only. > > Rob > > v2: > - Fix missing kerneldoc > - Reword todo with w

Re: [PATCH v2 03/12] drm/drv: DOC: Add driver example code

2019-02-12 Thread Noralf Trønnes
Den 12.02.2019 15.06, skrev Daniel Vetter: > On Sun, Feb 10, 2019 at 02:10:30PM +0100, Noralf Trønnes wrote: >> Add driver example that shows how devm_drm_dev_init() can be used. >> >> Signed-off-by: Noralf Trønnes >> --- >> >> I'm not sure how detailed such an example such be and a description

[Bug 109389] memory leak in `amdgpu_bo_create()`

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109389 Michel Dänzer changed: What|Removed |Added See Also||https://bugzilla.kernel.org

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

2019-02-12 Thread bugzilla-daemon--- via dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=202537 Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) changed: What|Removed |Added CC||

Re: [PATCH v3 3/8] drm/sun4i: dsi: Enforce boundaries on the start delay

2019-02-12 Thread Paul Kocialkowski
Hi, On Mon, 2019-02-11 at 15:41 +0100, Maxime Ripard wrote: > The Allwinner BSP makes sure that we don't end up with a null start delay > or with a delay larger than vtotal. > > The former condition is likely to happen now with the reworked start delay, > so make sure we enforce the same boundari

Re: [PATCH v3 4/8] drm/sun4i: dsi: Fix front vs back porch calculation

2019-02-12 Thread Paul Kocialkowski
Hi, On Mon, 2019-02-11 at 15:41 +0100, Maxime Ripard wrote: > Since I always confuse the back and front porches, a few miscalculation > slipped through. Fix them. > > Signed-off-by: Maxime Ripard Food for thoughts: everything indicates that backporch does not count sync length for the DSI regis

Re: [PATCH v3 2/8] drm/sun4i: dsi: Change the start delay calculation

2019-02-12 Thread Maxime Ripard
On Tue, Feb 12, 2019 at 04:28:13PM +0100, Paul Kocialkowski wrote: > Hi, > > On Mon, 2019-02-11 at 15:41 +0100, Maxime Ripard wrote: > > The current calculation for the video start delay in the current DSI driver > > is that it is the total vertical size, minus the front porch and sync > > length

Re: [PATCH 2/2] drm/lima: driver for ARM Mali4xx GPUs

2019-02-12 Thread Rob Herring via dri-devel
On Wed, Feb 6, 2019 at 7:16 AM Qiang Yu wrote: > > From: Lima Project Developers This should be a person (you). > Signed-off-by: Andreas Baierl > Signed-off-by: Erico Nunes > Signed-off-by: Heiko Stuebner > Signed-off-by: Marek Vasut > Signed-off-by: Neil Armstrong > Signed-off-by: Qiang Y

Re: [PATCH 2/2] drm/lima: driver for ARM Mali4xx GPUs

2019-02-12 Thread Alex Deucher via dri-devel
On Tue, Feb 12, 2019 at 10:53 AM Rob Herring via dri-devel wrote: > > On Wed, Feb 6, 2019 at 7:16 AM Qiang Yu wrote: > > > > From: Lima Project Developers > > This should be a person (you). > > > Signed-off-by: Andreas Baierl > > Signed-off-by: Erico Nunes > > Signed-off-by: Heiko Stuebner >

[PATCH v2] dt-bindings: gpu: add bindings for the ARM Mali Bifrost GPU

2019-02-12 Thread Neil Armstrong
Add the bindings for the Bifrost family of ARM Mali GPUs. The Bifrost GPU architecture is similar to the Midgard family, but with a different Shader Core & Execution Engine structures. Bindings are based on the Midgard family bindings, but the inner architectural changes makes it a separate famil

[PATCH] drm/doc: document recommended component helper usage

2019-02-12 Thread Daniel Vetter
Now that component has docs it's worth spending a few words and hyperlinks on recommended best practices in drm. v2: Add another item that component shouldn't be preferred over drm_bridge/panel and similar subsystems already providing specialized support for specific components (Laurent). Also con

Re: [Intel-gfx] [v15 4/4] drm/i915: Attach colorspace property and enable modeset

2019-02-12 Thread Ville Syrjälä via dri-devel
On Fri, Feb 08, 2019 at 11:54:56PM +0530, Uma Shankar wrote: > This patch attaches the colorspace connector property to the > hdmi connector. Based on colorspace change, modeset will be > triggered to switch to new colorspace. > > Based on colorspace property value create an infoframe > with appro

Re: [v15 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-12 Thread Ville Syrjälä via dri-devel
On Fri, Feb 08, 2019 at 11:54:55PM +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 specif

Re: [PATCH] drm: Remove unused argument from __drm_atomic_helper_disable_all()

2019-02-12 Thread Ville Syrjälä via dri-devel
On Tue, Feb 12, 2019 at 11:43:58AM -0500, Sean Paul wrote: > From: Sean Paul > > Its use was removed in an earlier commit, but it is still hanging > around. > > Fixes: e00fb8564ee9 ("drm: Stop updating plane->crtc/fb/old_fb on atomic > drivers") > Cc: Ville Syrjälä > Cc: Maarten Lankhorst > C

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

2019-02-12 Thread bugzilla-daemon--- via dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=202537 --- Comment #9 from Bernd Steinhauser (li...@bernd-steinhauser.de) --- (In reply to Michel Dänzer from comment #7) > kmemleak is claiming there are leaks all over the place. That's weird, since > other people (including myself) aren't seeing any s

[PATCH v2] drm: Merge __drm_atomic_helper_disable_all() into drm_atomic_helper_disable_all()

2019-02-12 Thread Sean Paul
From: Sean Paul The only difference between the functions is the clean_old_fbs argument, whose use was removed in the patch referenced below. So remove the internal copy and drop the guts back into drm_atomic_helper_disable_all() Changes in v2: - Instead of just removing the unused arg, merge th

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

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108879 Jan Vesely changed: What|Removed |Added Blocks||99553 Referenced Bugs: https://bugs.free

Re: [PATCHv2 1/9] mm: Introduce new vm_insert_range and vm_insert_range_buggy API

2019-02-12 Thread Souptick Joarder
On Fri, Feb 8, 2019 at 10:52 AM Souptick Joarder wrote: > > On Thu, Feb 7, 2019 at 10:17 PM Matthew Wilcox wrote: > > > > On Thu, Feb 07, 2019 at 09:19:47PM +0530, Souptick Joarder wrote: > > > Just thought to take opinion for documentation before placing it in v3. > > > Does it looks fine ? > >

[PATCHv13 0/3] Intel FPGA Video and Image Processing Suite

2019-02-12 Thread Hean-Loong, Ong via dri-devel
From: Ong, Hean Loong The FPGA FrameBuffer Soft IP could be seen as the GPU and the DRM driver patch here is allocating memory for information to be streamed from the ARM/Linux to the display port. Basically the driver just wraps the information such as the pixels to be drawn by the Sodt IP Fra

[PATCH] drm/mediatek: add mipi_tx driver for mt8183

2019-02-12 Thread Jitao Shi
This patch adds mipi tx driver support for mt8183. Mipi_tx of mt8183 is very different to mt8173. 1.Separate mipi tx setting to mtk_mt8173_mipi_tx.c for mt8173 2.Separate mipi tx setting to mtk_mt8183_mipi_tx.c for mt8183 3.To reuse the common code, make the common functions in mtk_mipi_tx.c Sign

Re: [PATCH v4 3/4] gpu: ipu-v3: ipu-ic: Add support for BT.709 encoding

2019-02-12 Thread Philipp Zabel
Hi Steve, On Mon, 2019-02-11 at 17:20 -0800, Steve Longerbeam wrote: [...] > > Should we support YUV BT.601 <-> YUV REC.709 conversions? That would > > require separate encodings for input and output. > > How about if we pass the input and output encodings to the init ic task > functions, but fo

[Bug 109607] [CI][DRMTIP] Time is passing at a different rate between IGT machines and the controller

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109607 --- Comment #2 from CI Bug Log --- A CI Bug Log filter associated to this bug has been updated: {- fi-icl-u3: random tests - incomplete -} {+ fi-icl-u3: random tests - incomplete +} New failures caught by the filter: * https://intel-gfx-ci.01

Re: [PATCH] drm/amd/display: Use vrr friendly pageflip throttling in DC.

2019-02-12 Thread Mario Kleiner via dri-devel
On Mon, Feb 11, 2019 at 7:44 PM Kazlauskas, Nicholas wrote: > > On 2/11/19 10:01 AM, Michel Dänzer wrote: > > On 2019-02-09 7:52 a.m., Mario Kleiner wrote: > >> In VRR mode, keep track of the vblank count of the last > >> completed pageflip in amdgpu_crtc->last_flip_vblank, as > >> recorded in the

Re: [PATCH v3 2/8] drm/sun4i: dsi: Change the start delay calculation

2019-02-12 Thread Paul Kocialkowski
Hi, On Mon, 2019-02-11 at 15:41 +0100, Maxime Ripard wrote: > The current calculation for the video start delay in the current DSI driver > is that it is the total vertical size, minus the front porch and sync length, > plus 1. This equals to the active vertical size plus the back porch plus 1. >

[PATCH] drm/nouveau/falcon: fix a few indentation issues

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are a few statements that are indented incorrectly. Fix these. Signed-off-by: Colin Ian King --- drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/falcon/msgqueue.c b

[PATCH] drm/amdgpu: fix several indentation issues

2019-02-12 Thread Colin King via dri-devel
From: Colin Ian King There are several statements that are incorrectly indented. Fix these. Signed-off-by: Colin Ian King --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c| 2 +- drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c

[Bug 202511] amdgpu fails to load saying "Could not allocate 8192 bytes percpu data"

2019-02-12 Thread bugzilla-daemon--- via dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=202511 --- Comment #13 from Michael A. Leonetti (mikealeone...@gmail.com) --- Created attachment 281107 --> https://bugzilla.kernel.org/attachment.cgi?id=281107&action=edit bisect log 2 I'm not sure if this is helpful. Basically all of the builds that

[Bug 108572] Could not start gimp (probably due to opencl)

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108572 --- Comment #6 from Marco --- As previously said, commenting si_clear_buffer makes clinfo and opencl work again (with mesa master from git) ndex c6f93e7..1523919 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.c +++ b/src/gallium/drivers/rad

Re: [PATCH] linux-firmware: update firmware for mhdp8546

2019-02-12 Thread Josh Boyer via dri-devel
On Wed, Jan 30, 2019 at 8:24 AM Damian Kos wrote: > > Updated firmware for Cadence MHDP8546 DP bridge. > > Release version: 1.2.15 You're missing a Signed-off-by and can you please update the WHENCE file as well? josh > --- > cadence/mhdp8546.bin | Bin 131072 -> 131072 bytes > 1 file changed,

[Bug 108194] Civilization VI - Animated leader characters small black squares artifacts

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108194 --- Comment #7 from Dieter Nützel --- If I read this right Civilization VI in an OpenGL game? Without shifting the focus to much have anyone maybe set EQAA filtering? I've found an EQAA regression with TGSI and NIR running DiRT Rally on our Pol

Re: [PATCH] drm: Remove unused argument from __drm_atomic_helper_disable_all()

2019-02-12 Thread Sean Paul
On Tue, Feb 12, 2019 at 11:43:58AM -0500, Sean Paul wrote: > From: Sean Paul > > Its use was removed in an earlier commit, but it is still hanging > around. > > Fixes: e00fb8564ee9 ("drm: Stop updating plane->crtc/fb/old_fb on atomic > drivers") > Cc: Ville Syrjälä > Cc: Maarten Lankhorst > C

[GIT PULL] drm/imx: fixes for plane, ldb, and ipu-v3

2019-02-12 Thread Philipp Zabel
Hi Dave, Daniel, please consider merging these fixes for v5.0. regards Philipp The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.pengutronix.de/pza/linux tags/imx-drm-fix

[PATCHv13 2/3] ARM:socfpga-defconfig Intel FPGA Video and Image Processing Suite

2019-02-12 Thread Hean-Loong, Ong via dri-devel
From: Ong Hean Loong Intel FPGA Video and Image Processing Suite Frame Buffer II driver config for Arria 10 devkit and its variants Signed-off-by: Ong, Hean Loong --- arch/arm/configs/socfpga_defconfig |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/config

Re: [PATCH] drm/amd/display: Use vrr friendly pageflip throttling in DC.

2019-02-12 Thread Michel Dänzer
On 2019-02-12 9:39 a.m., Mario Kleiner via dri-devel wrote: > On Mon, Feb 11, 2019 at 4:01 PM Michel Dänzer wrote: >> >> On 2019-02-09 7:52 a.m., Mario Kleiner wrote: >>> In VRR mode, keep track of the vblank count of the last >>> completed pageflip in amdgpu_crtc->last_flip_vblank, as >>> recorde

[PATCH] drm: Remove unused argument from __drm_atomic_helper_disable_all()

2019-02-12 Thread Sean Paul
From: Sean Paul Its use was removed in an earlier commit, but it is still hanging around. Fixes: e00fb8564ee9 ("drm: Stop updating plane->crtc/fb/old_fb on atomic drivers") Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Harry Wentland Cc: Sinclair Yeh Cc: Maxime Ripard Cc: Sean Paul Cc: Davi

RE: [Intel-gfx] [v15 4/4] drm/i915: Attach colorspace property and enable modeset

2019-02-12 Thread Shankar, Uma via dri-devel
>-Original Message- >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] >Sent: Tuesday, February 12, 2019 10:32 PM >To: Shankar, Uma >Cc: intel-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; Syrjala, >Ville >; Lankhorst, Maarten >Subject: Re: [Intel-gfx] [v15 4/4]

Re: [PATCH v3 3/7] of: address: Add parent pointer to the __of_translate_address args

2019-02-12 Thread Robin Murphy
On 11/02/2019 15:02, Maxime Ripard wrote: The __of_translate_address function is used to translate the device tree addresses to physical addresses using the various ranges property to create the offset. However, it's shared between the CPU addresses (based on the ranges property) and the DMA add

Re: [PATCH 0/3] gcc-plugins: Introduce stackinit plugin

2019-02-12 Thread Kees Cook via dri-devel
On Mon, Jan 28, 2019 at 4:12 PM Alexander Popov wrote: > > On 23.01.2019 14:03, Kees Cook wrote: > > This adds a new plugin "stackinit" that attempts to perform unconditional > > initialization of all stack variables > > Hello Kees! Hello everyone! > > I was curious about the performance impact of

Re: [PATCH v4 3/4] gpu: ipu-v3: ipu-ic: Add support for BT.709 encoding

2019-02-12 Thread Steve Longerbeam via dri-devel
On 2/12/19 3:34 AM, Philipp Zabel wrote: Hi Steve, On Mon, 2019-02-11 at 17:20 -0800, Steve Longerbeam wrote: [...] Should we support YUV BT.601 <-> YUV REC.709 conversions? That would require separate encodings for input and output. How about if we pass the input and output encodings to the

Re: [PATCH] drm/mediatek: add mipi_tx driver for mt8183

2019-02-12 Thread Matthias Brugger via dri-devel
On 12/02/2019 07:19, Jitao Shi wrote: > This patch adds mipi tx driver support for mt8183. > > Mipi_tx of mt8183 is very different to mt8173. > 1.Separate mipi tx setting to mtk_mt8173_mipi_tx.c for mt8173 > 2.Separate mipi tx setting to mtk_mt8183_mipi_tx.c for mt8183 > 3.To reuse the common co

Re: [PATCH v4 1/4] gpu: ipu-v3: ipu-ic: Rename yuv2rgb encoding matrices

2019-02-12 Thread Steve Longerbeam via dri-devel
On 2/12/19 2:17 AM, Philipp Zabel wrote: Hi Steve, On Mon, 2019-02-11 at 10:24 -0800, Steve Longerbeam wrote: [...] Looking more closely at these coefficients now, I see you are right, they are the BT.601 YUV full-range coefficients (Y range 0 to 1, U and V range -0.5 to 0.5). Well, not even

Re: [PATCH v3 4/7] of: address: Add support for the parent DMA bus

2019-02-12 Thread Robin Murphy
On 11/02/2019 15:02, Maxime Ripard wrote: Some SoCs have devices that are using a separate bus from the main bus to perform DMA. These buses might have some restrictions and/or different mapping than from the CPU side, so we'd need to express those using the usual dma-ranges, but using a differe

[Bug 108194] Civilization VI - Animated leader characters small black squares artifacts

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108194 --- Comment #8 from Hadrien Nilsson --- I started both Steam and the game with R600_DEBUG=nir, it has no effect on the bug. Graphics settings are all either "Low" or "Disabled", with the exception of v-sync. This includes anti-aliasing (thus no

Re: [PATCH v2 2/5] drm: etnaviv: Switch to use drm_gem_object reservation_object

2019-02-12 Thread Christian Gmeiner via dri-devel
Am Sa., 2. Feb. 2019 um 16:42 Uhr schrieb Rob Herring : > > Now that the base struct drm_gem_object has a reservation_object, use it > and remove the private BO one. > > Cc: Lucas Stach > Cc: Russell King > Cc: Christian Gmeiner > Cc: David Airlie > Cc: Daniel Vetter > Cc: etna...@lists.freede

Re: [PATCH v2 1/5] drm: Add reservation_object to drm_gem_object

2019-02-12 Thread Christian Gmeiner via dri-devel
Am Di., 12. Feb. 2019 um 15:16 Uhr schrieb Daniel Vetter : > > On Fri, Feb 08, 2019 at 08:23:44AM +0100, Christian Gmeiner wrote: > > Am Sa., 2. Feb. 2019 um 16:42 Uhr schrieb Rob Herring : > > > > > > Many users of drm_gem_object embed a struct reservation_object into > > > their subclassed struct

Re: [PATCH v3 5/7] drm/sun4i: Rely on dma interconnect for our RAM offset

2019-02-12 Thread Robin Murphy
On 11/02/2019 15:02, Maxime Ripard wrote: Now that we can express our DMA topology, rely on those property instead of hardcoding an offset from the dma_addr_t which wasn't really great. We still need to add some code to deal with the old DT that would lack that property, but we move the offset t

Re: [PATCH v3 2/7] dt-bindings: bus: Add binding for the Allwinner MBUS controller

2019-02-12 Thread Robin Murphy
On 11/02/2019 15:02, Maxime Ripard wrote: The MBUS controller drives the MBUS that other devices in the SoC will use to perform DMA. It also has a register interface that allows to monitor and control the bandwidth and priorities for masters on that bus. Signed-off-by: Maxime Ripard --- Docum

[Bug 109048] [amdgpu] [apitrace] Penumbra Overture crash in radeonsi_dri.so on RX580

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109048 Henri Valta changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from Henri Valta ---

Re: [PATCH] drm/amdgpu: fix several indentation issues

2019-02-12 Thread Koenig, Christian
Am 12.02.19 um 15:05 schrieb Colin King: > From: Colin Ian King > > There are several statements that are incorrectly indented. Fix these. > > Signed-off-by: Colin Ian King Reviewed-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- > drivers/gpu/drm/am

Re: [PATCH 1/4] drm/v3d: Update top-level kerneldoc for the addition of TFU.

2019-02-12 Thread Eric Anholt
Thomas Spurden writes: > On Thu, 7 Feb 2019 at 20:10, Eric Anholt wrote: >> >> Signed-off-by: Eric Anholt > > Reviewed-by: Thomas Spurden Merged this one, will send out respins of the others. signature.asc Description: PGP signature ___ dri-devel

Re: [PATCH] drm/v3d: Fix BO stats accounting for dma-buf-imported buffers.

2019-02-12 Thread Eric Anholt
Daniel Vetter writes: > On Thu, Feb 07, 2019 at 03:26:13PM -0800, Eric Anholt wrote: >> We always decrement at GEM free, so make sure we increment at GEM >> creation for dma-bufs. > > Indeed. Reviewed-by: Daniel Vetter Merged to drm-misc-next. Thanks! signature.asc Description: PGP signature

Re: [PATCH 2/2] drm/lima: driver for ARM Mali4xx GPUs

2019-02-12 Thread Rob Herring via dri-devel
On Tue, Feb 12, 2019 at 10:24 AM Alex Deucher wrote: > > On Tue, Feb 12, 2019 at 10:53 AM Rob Herring via dri-devel > wrote: > > > > On Wed, Feb 6, 2019 at 7:16 AM Qiang Yu wrote: > > > > > > From: Lima Project Developers [...] > > > +static int lima_ioctl_gem_va(struct drm_device *dev, void

[PATCH v2 2/3] drm/v3d: Don't try to set OVRTMUOUT on V3D 4.x.

2019-02-12 Thread Eric Anholt
The old field is gone and the register now has a different field, QRMAXCNT for how many TMU requests get serviced before thread switch. We were accidentally reducing it from its default of 0x3 (4 requests) to 0x0 (1). v2: Skip setting the reg at all on 4.x, instead of trying to update only the

[PATCH v2 3/3] drm/v3d: Make sure the GPU is on when measuring clocks.

2019-02-12 Thread Eric Anholt
You'll get garbage measurements if the registers always read back 0xdeadbeef Signed-off-by: Eric Anholt --- drivers/gpu/drm/v3d/v3d_debugfs.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/v3d/v3d_debugfs.c b/drivers/gpu/drm/v3d/v3d_debugfs.c index eb2b2d2f8553..a24

[PATCH v2 1/3] drm/v3d: Add support for V3D v4.2.

2019-02-12 Thread Eric Anholt
No compatible string for it yet, just the version-dependent changes. They've now tied the hub and the core interrupt lines into a single interrupt line coming out of the block. It also turns out I made a mistake in modeling the V3D v3.3 and v4.1 bridge as a part of V3D itself -- the bridge is goin

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

2019-02-12 Thread Jagan Teki
Feiyang FY07024DI26A30-D is 1024x600, 4-lane MIPI-DSI LCD panel. Add panel driver for it. Signed-off-by: Jagan Teki Reviewed-by: Sam Ravnborg Tested-by: Bhushan Shah Tested-by: Merlijn Wajer --- Changes for v7: - rebase on master - collect Merlijn Tested-by - add tabs about drm timings Change

[PATCH v7 1/2] dt-bindings: panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel

2019-02-12 Thread Jagan Teki
Feiyang FY07024DI26A30-D is 1024x600, 4-lane MIPI-DSI LCD panel. Add dt-bingings for it. Signed-off-by: Jagan Teki Reviewed-by: Rob Herring --- Changes for v7, v6, v5, v4, v3: - none Changes for v2: - new patch, derived from another dsi series .../display/panel/feiyang,fy07024di26a30d.txt |

RE: [v15 3/4] drm: Add colorspace info to AVI Infoframe

2019-02-12 Thread Shankar, Uma via dri-devel
>-Original Message- >From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] >Sent: Tuesday, February 12, 2019 10:35 PM >To: Shankar, Uma >Cc: intel-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; Syrjala, >Ville >; emil.l.veli...@gmail.com; Lankhorst, Maarten > >Subject:

Re: [PATCH 2/3] drm: Add basic helper to allow precise pageflip timestamps in vrr.

2019-02-12 Thread Mario Kleiner via dri-devel
On Mon, Feb 11, 2019 at 6:04 PM Daniel Vetter wrote: > > On Mon, Feb 11, 2019 at 4:01 PM Kazlauskas, Nicholas > wrote: > > > > On 2/11/19 3:35 AM, Daniel Vetter wrote: > > > On Mon, Feb 11, 2019 at 04:22:24AM +0100, Mario Kleiner wrote: > > >> The pageflip completion timestamps transmitted to use

[Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version 3.15rc2 onward

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108514 --- Comment #28 from Paul Dufresne --- client@client-LIFEBOOK-AH531 ~/mylinux $ git bisect log # bad: [a798c10faf62a505d24e5f6213fbaf904a39623f] Linux 3.15-rc2 # good: [c9eaa447e77efe77b7fa4c953bd62de8297fd6c5] Linux 3.15-rc1 git bisect start 'v

[Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version 3.15rc2 onward

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108514 --- Comment #27 from Paul Dufresne --- I have done a git bisect: client@client-LIFEBOOK-AH531 ~/mylinux $ git bisect good f8a2645ecede4eaf90b3d785f2805c8ecb76d43e is the first bad commit commit f8a2645ecede4eaf90b3d785f2805c8ecb76d43e Author: Ch

[Bug 108514] heavy screen flickering with Mobility Radeon X1600 and kernel version 3.15rc2 onward

2019-02-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108514 --- Comment #29 from Paul Dufresne --- Created attachment 143368 --> https://bugs.freedesktop.org/attachment.cgi?id=143368&action=edit git show of firt bad commit -- You are receiving this mail because: You are the assignee for the bug._

  1   2   >