Re: [PATCH 1/4] drm/amd/display: Prevent vblank irq disable while VRR is active.

2019-03-18 Thread Kazlauskas, Nicholas
On 3/18/19 1:19 PM, Mario Kleiner wrote: > During VRR mode we can not allow vblank irq dis-/enable > transitions, as an enable after a disable can happen at > an arbitrary time during the video refresh cycle, e.g., > with a high likelyhood inside vblank front-porch. An > enable during front-porch w

[Bug 202445] amdgpu/dc: framerate dropping below adaptive sync range causes screen flickering

2019-03-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=202445 --- Comment #28 from Clément Guérin (li...@protonmail.com) --- Nevermind. This commit was merged right before 5.0 was released. So yes, it was in the tree. What I suspect is happening is that a couple or more frames are scheduled by the BTR code,

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

2019-03-18 Thread Jagan Teki
On Fri, Mar 15, 2019 at 7:03 PM 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 format. > > > >

Re: [PATCH 2/4] drm/amd/display: Rework vrr flip throttling for late vblank irq.

2019-03-18 Thread Kazlauskas, Nicholas
On 3/18/19 1:19 PM, Mario Kleiner wrote: > For throttling to work correctly, we always need a baseline vblank > count last_flip_vblank that increments at start of front-porch. > > This is the case for drm_crtc_vblank_count() in non-VRR mode, where > the vblank irq fires at start of front-porch and

Re: [PATCH] drm/rockchip: vop: reset scale mode when win is disabled

2019-03-18 Thread Heiko Stübner
Hi Jonas, Am Mittwoch, 20. Februar 2019, 23:40:06 CET schrieb Jonas Karlman: > NV12 framebuffers produced by the VPU shows distorted on RK3288 > after win has been disabled when scaling is active. > > This issue can be reproduced using a 1080p modeset by: > - Scale a 1280x720 NV12 framebuffer to

Re: [PATCH 13/17] drm/rockchip: Convert to using __drm_atomic_helper_crtc_reset() for reset.

2019-03-18 Thread Heiko Stübner
Am Freitag, 1. März 2019, 13:56:23 CET schrieb Maarten Lankhorst: > Convert rockchip to using __drm_atomic_helper_crtc_reset(), instead of > writing its own version. Instead of open coding > destroy_state(), call it directly for freeing the old state. > > Signed-off-by: Maarten Lankhorst > Cc: Sa

[Bug 110183] check out

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110183 Bug ID: 110183 Summary: check out Product: DRI Version: DRI git Hardware: Other OS: All Status: NEW Severity: critical Priority: medium

Re: [PATCH v4 01/10] drm/fourcc: Add AFBC yuv fourccs for Mali

2019-03-18 Thread Maarten Lankhorst
Op 18-03-2019 om 16:40 schreef Brian Starkey: > Hi, > > On Mon, Mar 18, 2019 at 11:17:55AM +0100, Maarten Lankhorst wrote: > > > >> Hey.. >> >> There's a conflict with this patch and the merge of topic/hdr-formats, >> resulting in double definitions for Y210, Y410 and P010. >> >> Worse still is t

Re: [PATCH v3] drm/fourcc: add ARM GPU tile modifier

2019-03-18 Thread Brian Starkey
Hello Qiang, Sorry for weighing in late on this, I've quite a backlog to work through. Since your first patch set, I did raise this internally. The request has been making it's way through: - GPU engineering, to determine what exactly this format is, and what other variants there might be wh

Re: [PATCH 3/9] drm/syncobj: add support for timeline point wait v8

2019-03-18 Thread Lionel Landwerlin
On 18/03/2019 17:20, Koenig, Christian wrote:   -    if (dma_fence_is_signaled(entries[i].fence)) { +    if (fence) +    entries[i].fence = fence; +    else +    entries[i].fence = dma_fence_get_stub(); + +    if ((flags & DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE) ||

Re: [PATCH v8 02/15] drm/sun4i: tcon: Compute DCLK dividers based on format, lanes

2019-03-18 Thread Jagan Teki
On Mon, Mar 11, 2019 at 9:36 PM Jagan Teki wrote: > > On Mon, Mar 11, 2019 at 9:08 PM Maxime Ripard > wrote: > > > > On Mon, Mar 11, 2019 at 07:06:24PM +0530, Jagan Teki wrote: > > > pll-video => pll-mipi => tcon0 => tcon0-pixel-clock is the typical > > > MIPI clock topology in Allwinner DSI con

Re: [PATCH] drm/amdkfd: Fix unchecked return value

2019-03-18 Thread Kuehling, Felix
Alex already applied an equivalent patch by Colin King (attached for reference). Regards,   Felix On 3/18/2019 2:05 PM, Gustavo A. R. Silva wrote: > Assign return value of function amdgpu_bo_sync_wait() to variable ret > for its further check. > > Addresses-Coverity-ID: 1443914 ("Logically dead

[PATCH] drm/amdkfd: Fix unchecked return value

2019-03-18 Thread Gustavo A. R. Silva
Assign return value of function amdgpu_bo_sync_wait() to variable ret for its further check. Addresses-Coverity-ID: 1443914 ("Logically dead code") Fixes: c60cd590cb7d ("drm/amdgpu: Replace ttm_bo_wait with amdgpu_bo_sync_wait") Signed-off-by: Gustavo A. R. Silva --- drivers/gpu/drm/amd/amdgpu/a

Re: [PATCH v9 0/5] drm/sun4i: sun6i_mipi_dsi: Fixes/updates

2019-03-18 Thread Jagan Teki
Hi, On Sun, Mar 3, 2019 at 11:06 PM Jagan Teki wrote: > > Unfortunately due to various reasons[3] the previous fixes[1] and burst[2] > changes are failed to apply. > > So, this series is filtered version of previous [1] and [2] changes on top > of drm-misc. > > patch-1: Fix for burst mode instruc

Re: [PATCH] drm/amdkfd: Fix unchecked return value

2019-03-18 Thread Gustavo A. R. Silva
On 3/18/19 1:25 PM, Kuehling, Felix wrote: > Alex already applied an equivalent patch by Colin King (attached for > reference). > Oh, that's great. Good to know. Thanks, Felix. -- Gustavo ___ dri-devel mailing list dri-devel@lists.freedesktop.org h

Re: [PATCH v4 01/10] drm/fourcc: Add AFBC yuv fourccs for Mali

2019-03-18 Thread Brian Starkey
On Mon, Mar 18, 2019 at 07:12:24PM +0100, Maarten Lankhorst wrote: > Op 18-03-2019 om 16:40 schreef Brian Starkey: > > Hi, > > > > On Mon, Mar 18, 2019 at 11:17:55AM +0100, Maarten Lankhorst wrote: > > > > > > > >> Hey.. > >> > >> There's a conflict with this patch and the merge of topic/hdr-forma

Re: [PATCH v4 01/10] drm/fourcc: Add AFBC yuv fourccs for Mali

2019-03-18 Thread Brian Starkey
On Mon, Mar 18, 2019 at 07:00:57PM +, Brian Starkey wrote: > On Mon, Mar 18, 2019 at 07:12:24PM +0100, Maarten Lankhorst wrote: > > Op 18-03-2019 om 16:40 schreef Brian Starkey: > > > Hi, > > > > > > On Mon, Mar 18, 2019 at 11:17:55AM +0100, Maarten Lankhorst wrote: > > > > > > > > > > > >> He

Re: [PATCH v4 01/10] drm/fourcc: Add AFBC yuv fourccs for Mali

2019-03-18 Thread Brian Starkey
On Mon, Mar 18, 2019 at 07:06:39PM +, Brian Starkey wrote: > > [1] > > https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/commit/0ac7d1187b234e86157ad74937c249a3c016807c > > Eh. I'm not familiar enough with the gitlab UI. Looks like this didn't > merge in GStreamer so far. Gah! Still

Re: [PATCH] drm/vkms: Solve bug on kms_crc_cursor tests

2019-03-18 Thread Rodrigo Siqueira
On 03/15, Ville Syrjälä wrote: > On Fri, Mar 15, 2019 at 08:51:57AM -0300, Rodrigo Siqueira wrote: > > On 03/11, Ville Syrjälä wrote: > > > On Sun, Mar 10, 2019 at 05:35:05PM -0300, Rodrigo Siqueira wrote: > > > > On 03/01, Ville Syrjälä wrote: > > > > > On Fri, Mar 01, 2019 at 03:35:35PM -0300, Sh

[Bug 109763] [radeonsi] Enable framerate capping

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109763 Kristoffer changed: What|Removed |Added CC||bri...@outlook.com --- Comment #13 from Kr

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

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107731 --- Comment #6 from Harry Wentland --- Thanks. This is definitely a link training failure. Can you see if your monitor is set to auto-select the input and force it to select the DP input? Some monitors don't respond well to link training when a

[Bug 109763] [radeonsi] Enable framerate capping

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109763 --- Comment #14 from Shmerl --- (In reply to Kristoffer from comment #13) > I believe Chill might be encumbered by patents so I'm not sure an open > source implementation is legally possible. > > https://patents.google.com/patent/US20080055318A

Re: [PATCH v1 6/6] clk: hi6220: use CLK_OF_DECLARE_DRIVER

2019-03-18 Thread Stephen Boyd
Quoting Peter Griffin (2019-03-18 12:38:51) > As now we also need to probe in the reset driver as well. > > Signed-off-by: Peter Griffin > --- > drivers/clk/hisilicon/clk-hi6220.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Doesn't this need to be squashed with the reset driver bits

Re: [PATCH v2 2/2] drm/msm: Cleanup A6XX opp-level reading

2019-03-18 Thread Doug Anderson
Hi, On Wed, Jan 16, 2019 at 10:46 AM Douglas Anderson wrote: > > The patch ("OPP: Add support for parsing the 'opp-level' property") > adds an API enabling a cleaner way to read the opp-level. Let's use > the new API. > > Signed-off-by: Douglas Anderson > Reviewed-by: Jordan Crouse > --- > Obv

Re: randr: Virtual monitor not present with MST display

2019-03-18 Thread Wentland, Harry
On 2019-03-08 4:11 a.m., Michel Dänzer wrote: > On 2019-03-06 5:35 p.m., Paul Menzel wrote: >> On 03/06/19 15:55, Michel Dänzer wrote: >>> On 2019-03-06 1:41 p.m., Paul Menzel wrote: On 03/05/19 20:07, Alex Deucher wrote: > On Tue, Mar 5, 2019 at 1:16 PM Paul Menzel wrote: >> Usin

Re: randr: Virtual monitor not present with MST display

2019-03-18 Thread Paul Menzel
Dear Harry, On 18.03.19 21:55, Wentland, Harry wrote: On 2019-03-08 4:11 a.m., Michel Dänzer wrote: On 2019-03-06 5:35 p.m., Paul Menzel wrote: On 03/06/19 15:55, Michel Dänzer wrote: On 2019-03-06 1:41 p.m., Paul Menzel wrote: On 03/05/19 20:07, Alex Deucher wrote: On Tue, Mar 5, 2019 at

[Bug 106571] Stoney [Radeon R5 Graphics] [1002:98E4] hangs on hibernate

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106571 lonelywoolf changed: What|Removed |Added Component|DRM/AMDgpu |DRM/amdkfd Severity|normal

[Bug 106571] Stoney [Radeon R5 Graphics] [1002:98E4] hangs on hibernate

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106571 --- Comment #2 from lonelywoolf --- suspend works ok. Only hibernate hanging. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freed

[Bug 103430] vbithyd.ac.in/contactus/spell

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103430 lonelywoolf changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 107296] WARNING: CPU: 0 PID: 370 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1355 dcn_bw_update_from_pplib+0x16b/0x280 [amdgpu]

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107296 --- Comment #10 from jzahra...@gmail.com --- Testing Linux 5.1-rc1, error still present. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@

Re: [PATCH v4 01/10] drm/fourcc: Add AFBC yuv fourccs for Mali

2019-03-18 Thread Ayan Halder
On Mon, Mar 18, 2019 at 07:12:24PM +0100, Maarten Lankhorst wrote: > Op 18-03-2019 om 16:40 schreef Brian Starkey: > > Hi, > > > > On Mon, Mar 18, 2019 at 11:17:55AM +0100, Maarten Lankhorst wrote: > > > > > > > >> Hey.. > >> > >> There's a conflict with this patch and the merge of topic/hdr-forma

[Bug 109370] [Runelite GPU plugin] Enabling GPU plugin produces incorrect rendering

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109370 --- Comment #5 from Tom Seewald --- Have the LLVM developers been notified of this, and if so, can you provide a link to the report? -- You are receiving this mail because: You are the assignee for the bug._

linux-next: manual merge of the drm-misc tree with the drm-intel tree

2019-03-18 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-misc tree got a conflict in: drivers/gpu/drm/i915/intel_hdmi.c between commit: fbf08556ed43 ("drm/i915: Precompute HDMI infoframes") from the drm-intel tree and commit: 2f146b78d5a9 ("drm/i915: Attach colorspace property and enable modeset")

[Bug 103430] vbithyd.ac.in/contactus/spell

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103430 Andre Klapper changed: What|Removed |Added Group||spam Component|DRM/amdkfd

[Bug 110184] kernel BUG at drivers/dma-buf/reservation.c:172 (kernel 5.0.2)

2019-03-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110184 Bug ID: 110184 Summary: kernel BUG at drivers/dma-buf/reservation.c:172 (kernel 5.0.2) Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux

Re: [linux-sunxi] Re: [PATCH 4/6] dt-bindings: display: bridge: Add ICN6211 MIPI-DSI to RGB convertor bridge

2019-03-18 Thread Chen-Yu Tsai
On Tue, Mar 19, 2019 at 12:58 AM Jagan Teki wrote: > > On Fri, Mar 15, 2019 at 7:04 PM Maxime Ripard > wrote: > > > > On Fri, Mar 15, 2019 at 06:38:23PM +0530, Jagan Teki wrote: > > > ICN6211 is MIPI-DSI/RGB converter bridge from chipone. > > > It has a flexible configuration of MIPI DSI signal

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

2019-03-18 Thread Chen-Yu Tsai
On Tue, Mar 19, 2019 at 1:59 AM Jagan Teki wrote: > > On Fri, Mar 15, 2019 at 7:03 PM 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 i

Re: Aw: Re: [PATCH 2/2] drm/mediatek: Add Mediatek framebuffer device

2019-03-18 Thread CK Hu
Hi, Frank: My platform's fbcon works correctly, so I've applied this series to [1]. If you have another patch, I'd treat it as a bug-fix. [1] https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-fixes-5.1 Regards, CK On Sun, 2019-01-20 at 14:36 +0100, Frank Wunderlich wrote: > T

[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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110142 --- Comment #5 from Peter Easton --- I'm going to try to see if I can narrow things down a bit by finding the last commit that worked before the bug happened and then bisect the kernel there. I'm going to try to compile the kernels, install the

[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-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110142 --- Comment #6 from Peter Easton --- Whoops, hit return too quickly. (In reply to Michel Dänzer from comment #3) > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ > ?id=c713a461459202504050305242cd854bad57837c seems

Re: [PATCH 2/6] drm/exynos: dsi: Use drm_bridge_detach

2019-03-18 Thread Inki Dae
19. 3. 15. 오후 10:08에 Jagan Teki 이(가) 쓴 글: > drm_bridge_detach now available to use while detaching > bridge, use this core wrapper instead of explicitly > pointing the bridge funcs. > > Cc: Dae > Cc: Joonyoung Shim > Cc: Seung-Woo Kim > Cc: Kyungmin Park > Signed-off-by: Jagan Teki Acked-b

[drm-exynos:exynos-drm-fixes 1/1] drivers/gpu/drm/exynos/exynos_drm_dsi.c:1586:3: error: implicit declaration of function 'drm_bridge_detach'; did you mean 'drm_bridge_attach'?

2019-03-18 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-fixes head: 17e6186af38ced4da78f15b935f6a483df627c99 commit: 17e6186af38ced4da78f15b935f6a483df627c99 [1/1] drm/exynos: dsi: Use drm_bridge_detach config: arm64-defconfig (attached as .config) compiler: aa

<    1   2