Re: [RFC][PATCH 1/5 v2] dma-buf: Add dma-buf heaps framework

2019-03-17 Thread Sumit Semwal
On Sat, 16 Mar 2019 at 04:15, Laura Abbott wrote: > > On 3/15/19 2:29 PM, John Stultz wrote: > > On Fri, Mar 15, 2019 at 1:18 PM Laura Abbott wrote: > >> > >> On 3/5/19 12:54 PM, John Stultz wrote: > >>> +DMA-BUF HEAPS FRAMEWORK > >>> +M: Laura Abbott > >>> +R: Liam Mark > >>> +R: Brian

Re: [RFC][PATCH 1/5 v2] dma-buf: Add dma-buf heaps framework

2019-03-17 Thread Sumit Semwal
On Sat, 16 Mar 2019 at 04:15, Laura Abbott wrote: > On 3/15/19 2:29 PM, John Stultz wrote: > > On Fri, Mar 15, 2019 at 1:18 PM Laura Abbott wrote: > >> > >> On 3/5/19 12:54 PM, John Stultz wrote: > >>> +DMA-BUF HEAPS FRAMEWORK > >>> +M: Laura Abbott > >>> +R: Liam Mark > >>> +R: Brian

[Bug 110142] "Oops: Kernel access of bad area sig 7" on Kernel 5.0.0 PPC64LE when loading amdgpu, xorg hangs after being unable to load after OS boots.

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110142 --- Comment #2 from Peter Easton --- Sure! I haven't git bisected a kernel before so I'll go and teach myself how to and report back as soon as I figure it out (I'm currently testing it with 4.20.16, which also seems to work). I apologize for

[Bug 110142] "Oops: Kernel access of bad area sig 7" on Kernel 5.0.0 PPC64LE when loading amdgpu, xorg hangs after being unable to load after OS boots.

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110142 --- Comment #1 from Alex Deucher --- Can you bisect? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop.org

Re: [PATCH v3 41/50] drm/bridge: ti-tfp410: Report input bus config through bridge timings

2019-03-17 Thread Laurent Pinchart
Hi Tomi, On Fri, Mar 15, 2019 at 03:30:11PM +0200, Tomi Valkeinen wrote: > On 15/03/2019 14:28, Peter Ujfalusi wrote: > > On 15/03/2019 14.07, Tomi Valkeinen wrote: > >>> If the pclk-sample is not defined in DT, it will default to 0 which > >>> selects SAMPLE_NEGEDGE (== DRIVE_POSEDGE), right? >

Re: [PATCH v2 0/3] drm: Add panic handling

2019-03-17 Thread Ahmed S. Darwish
=> Now that the dust has settled, here's a summary of this huge 50-email thread (thanks Daniel, Noralf, John, everyone!). => Parts of this document are a direct rewording of Daniel's replies, so I took the liberty of adding a Co-developed-by tag here.. => This is only a summary, and _not_

Re: [PATCH v2 1/6] drm: rcar-du: Link CRTCs to the DU device

2019-03-17 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Fri, Mar 15, 2019 at 05:01:05PM +, Kieran Bingham wrote: > The rcar_du_crtc functions have a heavy reliance on the rcar_du_group > structure, in many cases just to access the DU device context. > > To better separate the groups out of the CRTC handling

[PATCH] gpu: host1x: fix mismatch between function definitions and declarations

2019-03-17 Thread Colin King
From: Colin Ian King Three functions have arguments r and v swapped in their function declarations in the header file dev.h compared to their definitions in dev.c. Swap the order in the header file to fix this. Fixes: f1b53c4e2c08 ("gpu: host1x: Add Tegra186 support") Fixes: 6579324a41cc

[Bug 110140] Green bottom half of video frame when using JPEG acceleration (vcn_v1_0_jpeg_ring_emit_fence() WARNING)

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110140 --- Comment #8 from Rafał Miłecki --- Created attachment 143705 --> https://bugs.freedesktop.org/attachment.cgi?id=143705=edit all green frame (started with the commit 1b25d340b791 ("radeonsi: use compute for resource_copy_region when

[Bug 110140] Green bottom half of video frame when using JPEG acceleration (vcn_v1_0_jpeg_ring_emit_fence() WARNING)

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110140 --- Comment #7 from Rafał Miłecki --- Thanks for looking at this Leo! Initially I didn't realize the consequences of your patch. I hopefully understand it now. Before the commit 36258308a794 ("st/va: fix the incorrect max profiles report") my

[Bug 109080] Broken VP9 video playback colors on AMD Ryzen 5 (PRO) Mobile 2500U in Chromium

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109080 --- Comment #5 from Michael Eagle --- Does the 'corrupted colors' situation improve if you start chromium with the following: allow_rgb10_configs=false chromium ? -- You are receiving this mail because: You are the assignee for the

Re: [PATCH] android: libdrm_platform: add liblog shared dependency

2019-03-17 Thread Mauro Rossi
Hi, I used the option --subject-prefix="PATCH libdrm" but it did not go as expected. Anyway, the patch is for Android build of mesa/drm Mauro On Sun, Mar 17, 2019 at 9:50 PM Mauro Rossi wrote: > > Fixes the following building error: > > FAILED: >

[PATCH] android: libdrm_platform: add liblog shared dependency

2019-03-17 Thread Mauro Rossi
Fixes the following building error: FAILED: $(OUT)/obj/SHARED_LIBRARIES/libdrm_platform_intermediates/LINKED/libdrm_platform.so ... external/libdrm/xf86drm.c:146: error: undefined reference to '__android_log_vprint' clang.real: error: linker command failed with exit code 1 (use -v to see

[Bug 109080] Broken VP9 video playback colors on AMD Ryzen 5 (PRO) Mobile 2500U in Chromium

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109080 --- Comment #4 from Rafał Miłecki --- Hey Boyuan, thanks for looking at this issue! I agree it's quite confusing, but I finally found out what's going on. * Let me provide a new summary of Mesa releases & this problem: 1) Accelerated

[Bug 109080] Broken VP9 video playback colors on AMD Ryzen 5 (PRO) Mobile 2500U in Chromium

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109080 Rafał Miłecki changed: What|Removed |Added Summary|Broken video playback |Broken VP9 video playback

[Bug 107141] Manual setting of pp_dpm_sclk resets after monitor off/on (rx 480)

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107141 --- Comment #4 from Mihai Preda --- Please see my original report and discussion on ROCm: https://github.com/RadeonOpenCompute/ROCm/issues/605 Basically, the manually configured sclk is reset (lost) on monitor state change ("monitor on"). As

Re: [PATCH 0/3] drm: rcar-du: Cleanup minor CRTC issues

2019-03-17 Thread Laurent Pinchart
Hi Kieran, Thank you for the patches. On Thu, Mar 14, 2019 at 10:04:17PM +, Kieran Bingham wrote: > Three fairly trivial cleanup patches from while I've been working on the CRTC > code on rcar-du. > > The first is a small spelling error in the drm_crtc_state documentation, and > the

Re: [PATCH v6] drm/panel: simple: Add TFC S9700RTWV43TR-01B 800x480 panel support

2019-03-17 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Fri, Mar 15, 2019 at 04:12:39PM +0200, Jyri Sarha wrote: > Add support for Three Five displays TFC S9700RTWV43TR-01B 800x480 > panel with resistive touch found on TI's AM335X-EVM. > > Signed-off-by: Jyri Sarha > Reviewed-by: Tomi Valkeinen > --- > Changes

Re: [PATCH 5/6] drm/bridge: Add Chipone ICN6211 MIPI-DSI/RGB convertor bridge

2019-03-17 Thread Laurent Pinchart
Hello, On Fri, Mar 15, 2019 at 02:33:04PM +0100, Maxime Ripard wrote: > On Fri, Mar 15, 2019 at 06:38:24PM +0530, Jagan Teki wrote: > > ICN6211 is MIPI-DSI/RGB converter bridge from chipone. > > It has a flexible configuration of MIPI DSI signal input > > and produce RGB565, RGB666, RGB888 output

Re: [PATCH v4 5/6] dt-bindings: display: sii902x: Add HDMI audio bindings

2019-03-17 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Thu, Mar 14, 2019 at 01:27:51PM +0200, Jyri Sarha wrote: > The sii902x chip family supports also HDMI audio. Add binding for > describing the necessary i2s and mclk wiring for it. > > Signed-off-by: Jyri Sarha > --- >

[Bug 110149] put asterik (*) in pwd field

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110149 Bug ID: 110149 Summary: put asterik (*) in pwd field Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal

[Bug 110148] Correct credentials is not working on Login page

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110148 Bug ID: 110148 Summary: Correct credentials is not working on Login page Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity:

[Bug 110147] Login page is not opening

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110147 Bug ID: 110147 Summary: Login page is not opening Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal

[Bug 110146] Forgot password link is missing on login page

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110146 Bug ID: 110146 Summary: Forgot password link is missing on login page Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity:

[Bug 110145] Login page

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110145 Bug ID: 110145 Summary: Login page Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium

[Bug 110144] Home page : under images text is cutting off

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110144 Bug ID: 110144 Summary: Home page : under images text is cutting off Product: DRI Version: XOrg git Hardware: Other URL: https://www.flipkart.com/ OS: All

[Bug 107731] radeon (amdgpu) DisplayPort loss of max-resolution on DP monitor (after monitor power saving / idle)

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107731 L.S.S. changed: What|Removed |Added CC||ragnaros39...@yandex.com --- Comment #5 from

[Bug 110143] [Regression] Doom 3: BFG Edition - Steam and GOG.com - white flickering screen

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110143 --- Comment #1 from h...@inbox.lv --- Additional link to Steam Community fixes, which does not work: https://steamcommunity.com/app/208200/discussions/0/846958724796395601/?ctp=27 -- You are receiving this mail because: You are the assignee

[Bug 110143] [Regression] Doom 3: BFG Edition - Steam and GOG.com - white flickering screen

2019-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110143 Bug ID: 110143 Summary: [Regression] Doom 3: BFG Edition - Steam and GOG.com - white flickering screen Product: Mesa Version: 18.3 Hardware: Other OS: All