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
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,
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.
> >
> >
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
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
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
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
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
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
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) ||
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
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
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
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=109763
Kristoffer changed:
What|Removed |Added
CC||bri...@outlook.com
--- Comment #13 from Kr
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=106571
lonelywoolf changed:
What|Removed |Added
Component|DRM/AMDgpu |DRM/amdkfd
Severity|normal
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
https://bugs.freedesktop.org/show_bug.cgi?id=103430
lonelywoolf changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
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@
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
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._
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")
https://bugs.freedesktop.org/show_bug.cgi?id=103430
Andre Klapper changed:
What|Removed |Added
Group||spam
Component|DRM/amdkfd
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
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
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
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
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
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
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
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
101 - 142 of 142 matches
Mail list logo