[Bug 110701] GPU faults in in Unigine Valley 1.0

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110701 Christian Widmer changed: What|Removed |Added CC||cwid...@umbrox.de --- Comment #7

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #66 from CheatCodesOfLife --- I jumped ship to nvidia months ago so this doesn't help me, but for you guys following this thread, the Cemu developers managed to fix this issue on their end. If you install the latest public release

[Bug 107612] [Vega10] Hard Lock [gfxhub] VMC page fault when opening Mario Kart 8 in Cemu under wine

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107612 CheatCodesOfLife changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 104206] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2!

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104206 alex.bradata...@yahoo.it changed: What|Removed |Added CC||alex.bradata...@yahoo.it ---

Re: [PATCH] drm: etnaviv: avoid DMA API warning when importing buffers

2019-05-18 Thread Russell King - ARM Linux admin
On Sat, May 18, 2019 at 06:04:42PM -0300, Fabio Estevam wrote: > Hi Russell, > > On Sat, May 18, 2019 at 2:51 PM Russell King - ARM Linux admin > wrote: > > > > Ping. > > This patch is present in Lucas' pull request: > https://lists.freedesktop.org/archives/etnaviv/2019-May/002490.html I'm

Re: [PATCH] drm: etnaviv: avoid DMA API warning when importing buffers

2019-05-18 Thread Fabio Estevam
Hi Russell, On Sat, May 18, 2019 at 2:51 PM Russell King - ARM Linux admin wrote: > > Ping. This patch is present in Lucas' pull request: https://lists.freedesktop.org/archives/etnaviv/2019-May/002490.html ___ dri-devel mailing list

[Bug 110704] BLACK SCREEN RADEON RX570 fail to initialise GPU passtrough all linux in Hypervisor PROXMOX

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110704 Bas Nieuwenhuizen changed: What|Removed |Added QA Contact|mesa-dev@lists.freedesktop. | |org

Re: [PATCH] drm: etnaviv: avoid DMA API warning when importing buffers

2019-05-18 Thread Russell King - ARM Linux admin
Ping. On Mon, Feb 25, 2019 at 10:54:23AM +, Russell King - ARM Linux admin wrote: > On Mon, Feb 25, 2019 at 10:51:30AM +, Russell King wrote: > > During boot, I get this kernel warning: > > > > WARNING: CPU: 0 PID: 19001 at kernel/dma/debug.c:1301 > > debug_dma_map_sg+0x284/0x3dc > >

Re: [PATCH] drm: rcar-du: writeback: include interface header

2019-05-18 Thread Laurent Pinchart
Hi Sergei, On Sat, May 18, 2019 at 11:42:28AM +0300, Sergei Shtylyov wrote: > Hello! > > On 18.05.2019 0:20, Kieran Bingham wrote: > > > The new writeback feature is exports functions so that they can > ^^ not needed? Good catch. I'll fix it in my branch. > >

Re: [PATCH v5 1/6] drm: panfrost: add optional bus_clock

2019-05-18 Thread Clément Péron
Hi, On Sat, 18 May 2019 at 00:17, Rob Herring wrote: > > On Fri, May 17, 2019 at 5:08 PM Clément Péron wrote: > > > > Hi Rob, > > > > On Fri, 17 May 2019 at 22:07, Rob Herring wrote: > > > > > > On Fri, May 17, 2019 at 1:47 PM Clément Péron > > > wrote: > > > > > > > > Allwinner H6 has an

[Bug 110671] Regression: DP outputs out of sync on dual-DP tiled 5k screen

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110671 Denys changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 105651] Vega64 doesn't output properly onto dell up2715k at 5120x2880

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105651 Denys changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 110671] Regression: DP outputs out of sync on dual-DP tiled 5k screen

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110671 --- Comment #5 from Denys --- Have same issue on Vega FE + Dell UP2715K. Also it may be related to this bug: https://bugs.freedesktop.org/show_bug.cgi?id=105651 -- You are receiving this mail because: You are the assignee for the

[Bug 110701] GPU faults in in Unigine Valley 1.0

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110701 --- Comment #6 from Yury Zhuravlev --- Ok, currently I know bug somewhere in this 3 commits f3ae455eb08e8d718b828eb42f2529437916179b radeonsi: compute culling - flush CS to remove write references to buffers

[v4 2/5] drm/mediatek: dpi dual edge support

2019-05-18 Thread Jitao Shi
DPI sample the data both rising and falling edge. It can reduce half data io pins. Signed-off-by: Jitao Shi --- drivers/gpu/drm/mediatek/mtk_dpi.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c

[v4 5/5] drm/mediatek: add mt8183 support dpi pins control

2019-05-18 Thread Jitao Shi
Some DPI pins(Hsync Vsync DE ... ) keep high voltage and will cause leakage current. So set dpi pin as gpio and pull low when dpi off. Signed-off-by: Jitao Shi --- drivers/gpu/drm/mediatek/mtk_dpi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c

[v4 4/5] drm/mediatek: control dpi pins dpi or gpio mode in on or off

2019-05-18 Thread Jitao Shi
Pull dpi pins low when dpi has nothing to display. Aovid leakage current from some dpi pins (Hsync Vsync DE ... ). Some chips have dpi pins, but there are some chip don't have pins. So this function is controlled by chips driver data. Signed-off-by: Jitao Shi ---

[v4 3/5] drm/mediatek: add mt8183 dpi dual edge support

2019-05-18 Thread Jitao Shi
Add mt8183 dual edge support. DPI sample the data both rising and falling edge. It can reduce half data io pins. Signed-off-by: Jitao Shi --- drivers/gpu/drm/mediatek/mtk_dpi.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c

[v4 1/5] dt-bindings: display: mediatek: update dpi supported chips

2019-05-18 Thread Jitao Shi
Add decriptions about supported chips, including MT2701 & MT8173 & mt8183 Signed-off-by: Jitao Shi Reviewed-by: Rob Herring --- .../devicetree/bindings/display/mediatek/mediatek,dpi.txt| 1 + 1 file changed, 1 insertion(+) diff --git

[v4 0/5] Support dpi for mt8183

2019-05-18 Thread Jitao Shi
Changes since v3: - add dpi pin mode control when dpi on or off. - update dpi dual edge comment. Changes since v2: - update dt-bindings document for mt8183 dpi. - separate dual edge modfication as independent patch. Jitao Shi (5): dt-bindings: display: mediatek: update dpi supported chips

Re: [PATCH] drm: rcar-du: writeback: include interface header

2019-05-18 Thread Sergei Shtylyov
Hello! On 18.05.2019 0:20, Kieran Bingham wrote: The new writeback feature is exports functions so that they can ^^ not needed? integrate into the rcar_du_kms module. The interface functions are defined in the rcar_du_writeback header, but it is not included in

[v3 0/3] Support mipitx on mt8183

2019-05-18 Thread Jitao Shi
Changes since v2: - update Acked-by: Rob Herring - update mt8183 max bit rate support Changes since v1: - update dt-bindings document for mt8183 mipitx. - remove mtk_mipitx_clk_get_ops and assign clk_ops in probe. - fix the lincence - remove txdiv1 from mtk_mipi_tx_pll_prepare Jitao Shi

[v3 2/3] drm/mediatek: separate mipi_tx to different file

2019-05-18 Thread Jitao Shi
Different IC has different mipi_tx setting of dsi. This patch separates the mipi_tx hardware relate part for mt8173. Signed-off-by: Jitao Shi --- drivers/gpu/drm/mediatek/Makefile | 1 + drivers/gpu/drm/mediatek/mtk_mipi_tx.c| 342 ++

[v3 3/3] drm/mediatek: add mipi_tx driver for mt8183

2019-05-18 Thread Jitao Shi
This patch add mt8183 mipi_tx driver. And also support other chips that use the same binding and driver. Signed-off-by: Jitao Shi --- drivers/gpu/drm/mediatek/Makefile | 1 + drivers/gpu/drm/mediatek/mtk_mipi_tx.c| 2 + drivers/gpu/drm/mediatek/mtk_mipi_tx.h| 1

[v3 1/3] dt-bindings: display: mediatek: update dsi supported chips

2019-05-18 Thread Jitao Shi
Update device tree binding documentation for the dsi for Mediatek MT8183 SoCs. Signed-off-by: Jitao Shi Acked-by: Rob Herring --- .../devicetree/bindings/display/mediatek/mediatek,dsi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

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

2019-05-18 Thread Jitao Shi
On Mon, 2019-05-06 at 17:17 +0800, CK Hu wrote: > Hi, Jitao: > > On Tue, 2019-04-16 at 13:42 +0800, Jitao Shi wrote: > > This patch add mt8183 mipi_tx driver. > > And also support other chips that use the same binding and driver. > > > > Signed-off-by: Jitao Shi > > --- > >