Re: [Xen-devel] [RFC 1/3] xen/balloon: Allow allocating DMA buffers

2018-05-22 Thread Boris Ostrovsky
On 05/21/2018 03:13 PM, Oleksandr Andrushchenko wrote: > On 05/21/2018 09:53 PM, Boris Ostrovsky wrote: >> On 05/21/2018 01:32 PM, Oleksandr Andrushchenko wrote: >>> On 05/21/2018 07:35 PM, Boris Ostrovsky wrote: On 05/21/2018 01:40 AM, Oleksandr Andrushchenko wrote: > On 05/19/2018 01:04

Re: [Xen-devel] [RFC 1/3] xen/balloon: Allow allocating DMA buffers

2018-05-22 Thread Boris Ostrovsky
On 05/21/2018 01:32 PM, Oleksandr Andrushchenko wrote: > On 05/21/2018 07:35 PM, Boris Ostrovsky wrote: >> On 05/21/2018 01:40 AM, Oleksandr Andrushchenko wrote: >>> On 05/19/2018 01:04 AM, Boris Ostrovsky wrote: On 05/17/2018 04:26 AM, Oleksandr Andrushchenko wrote: > From: Oleksandr Andr

Re: [PATCH 05/15] drm/sun4i: Add TCON TOP driver

2018-05-22 Thread Jernej Škrabec
Hi, Dne ponedeljek, 21. maj 2018 ob 10:05:17 CEST je Maxime Ripard napisal(a): > On Sat, May 19, 2018 at 08:31:17PM +0200, Jernej Skrabec wrote: > > As already described in DT binding, TCON TOP is responsible for > > configuring display pipeline. In this initial driver focus is on HDMI > > pipelin

Re: [Xen-devel] [RFC 1/3] xen/balloon: Allow allocating DMA buffers

2018-05-22 Thread Boris Ostrovsky
On 05/21/2018 01:40 AM, Oleksandr Andrushchenko wrote: > On 05/19/2018 01:04 AM, Boris Ostrovsky wrote: >> On 05/17/2018 04:26 AM, Oleksandr Andrushchenko wrote: >>> From: Oleksandr Andrushchenko >> >> A commit message would be useful. > Sure, v1 will have it >> >>> Signed-off-by: Oleksandr Andrus

Re: [linux-sunxi] Re: [PATCH 12/15] drm/sun4i: Add support for second clock parent to DW HDMI PHY clk driver

2018-05-22 Thread Jernej Škrabec
Hi, Dne ponedeljek, 21. maj 2018 ob 10:12:53 CEST je Maxime Ripard napisal(a): > On Sat, May 19, 2018 at 08:31:24PM +0200, Jernej Skrabec wrote: > > Expand HDMI PHY clock driver to support second clock parent. > > > > Signed-off-by: Jernej Skrabec > > --- > > > > drivers/gpu/drm/sun4i/sun8i_dw

Re: [PATCH 06/15] drm/sun4i: tcon: Add support for tcon-top

2018-05-22 Thread Jernej Škrabec
Hi, Dne ponedeljek, 21. maj 2018 ob 10:07:59 CEST je Maxime Ripard napisal(a): > On Sat, May 19, 2018 at 08:31:18PM +0200, Jernej Skrabec wrote: > > If SoC has TCON TOP unit, it has to be configured from TCON, since it > > has all information needed. Additionally, if it is TCON TV, it must also >

Re: vc4: Detect working driver from cmdline

2018-05-22 Thread Stefan Wahren
> Eric Anholt hat am 21. Mai 2018 um 19:55 geschrieben: > > > Stefan Wahren writes: > > > Hi, > > in order to improve kernelci.org results and avoid false positive cases > > like this [1], i suggested to also test for a working VC4 driver. In order > > to keep it simple, we should do it fro

[PATCH] gpu: drm: omapdrm: Adding new typedef vm_fault_t

2018-05-22 Thread Souptick Joarder
Use new return type vm_fault_t for fault handler. For now, this is just documenting that the function returns a VM_FAULT value rather than an errno. Once all instances are converted, vm_fault_t will become a distinct type. Ref-> commit 1c8f422059ae ("mm: change return type to vm_fault_t") Previou

Re: [PATCH v4 2/2] drm/panel: Add device_link from panel device to drm device

2018-05-22 Thread Peter Rosin
On 2018-05-21 11:21, Andrzej Hajda wrote: > On 21.05.2018 10:53, Peter Rosin wrote: >> On 2018-05-21 10:15, Andrzej Hajda wrote: >>> On 19.05.2018 18:48, Peter Rosin wrote: On 2018-05-18 13:51, Andrzej Hajda wrote: > On 26.04.2018 10:07, Jyri Sarha wrote: >> Add device_link from panel

Re: [PATCH 04/15] dt-bindings: display: sunxi-drm: Add TCON TOP description

2018-05-22 Thread Jernej Škrabec
Hi, Dne ponedeljek, 21. maj 2018 ob 10:01:47 CEST je Maxime Ripard napisal(a): > Hi, > > On Sat, May 19, 2018 at 08:31:16PM +0200, Jernej Skrabec wrote: > > TCON TOP main purpose is to configure whole display pipeline. It > > determines relationships between mixers and TCONs, selects source TCON

Re: [PATCH v6 5/5] drm/rockchip: support dp training outside dp firmware

2018-05-22 Thread hl
Hi Enric, On Monday, May 21, 2018 11:22 PM, Enric Balletbo Serra wrote: Hi Lin, 2018-05-21 11:37 GMT+02:00 Lin Huang : DP firmware uses fixed phy config values to do training, but some boards need to adjust these values to fit for their unique hardware design. So get phy config values from d

Re: [PATCH 1/2] drm/fourcc: add a 10bits fully packed variant of NV12

2018-05-22 Thread Nicolas Dufresne
Le lundi 21 mai 2018 à 17:49 +0300, Ville Syrjälä a écrit : > On Mon, May 21, 2018 at 01:17:04AM +0800, Randy Li wrote: > > This pixel format is a fully packed and 10bits variant of NV12. > > A luma pixel would take 10bits in memory, without any > > filled bits between pixels in a stride. The color

Re: [Xen-devel] [RFC 1/3] xen/balloon: Allow allocating DMA buffers

2018-05-22 Thread Oleksandr Andrushchenko
On 05/21/2018 09:53 PM, Boris Ostrovsky wrote: On 05/21/2018 01:32 PM, Oleksandr Andrushchenko wrote: On 05/21/2018 07:35 PM, Boris Ostrovsky wrote: On 05/21/2018 01:40 AM, Oleksandr Andrushchenko wrote: On 05/19/2018 01:04 AM, Boris Ostrovsky wrote: On 05/17/2018 04:26 AM, Oleksandr Andrushc

Re: [PATCH V3 2/3] drm/vkms: Add basic CRTC initialization

2018-05-22 Thread Haneen Mohammed
On Mon, May 21, 2018 at 10:06:40PM -0300, Rodrigo Siqueira wrote: > This commit appends the essential CRTCs infrastructure for VKMS. CRTCs > demands other elements to work correctly, in this sense, this patch adds > a new data struct that centralizes the data structures related to the > output, sim

[PATCH] gpu: drm: etnaviv: Change return type to vm_fault_t

2018-05-22 Thread Souptick Joarder
Use new return type vm_fault_t for fault handler. For now, this is just documenting that the function returns a VM_FAULT value rather than an errno. Once all instances are converted, vm_fault_t will become a distinct type. Ref- commit 1c8f422059ae ("mm: change return type to vm_fault_t") Previous

[Bug 106441] Totem video playback stuttering and graphical artifacts

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106441 --- Comment #4 from kaspar.t...@gmail.com --- Xorg or Linux then or a combination or all of them? I use Arch Linux - I think right when I updated Xorg.. the issue got fixed actually. But the same update also contained upgrades for Mesa and Linux

Re: [PATCH v6 5/5] drm/rockchip: support dp training outside dp firmware

2018-05-22 Thread Enric Balletbo Serra
Hi Lin 2018-05-22 3:08 GMT+02:00 hl : > Hi Enric, > > > > > On Monday, May 21, 2018 11:22 PM, Enric Balletbo Serra wrote: >> >> Hi Lin, >> >> 2018-05-21 11:37 GMT+02:00 Lin Huang : >>> >>> DP firmware uses fixed phy config values to do training, but some >>> boards need to adjust these values to f

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #8 from taij...@posteo.de --- Created attachment 139673 --> https://bugs.freedesktop.org/attachment.cgi?id=139673&action=edit dmesg with 4.18-wip 'vanilla-as-is' OK, here come three dmesg outputs - first one is 'vanilla' drm-next-4

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #9 from taij...@posteo.de --- Created attachment 139674 --> https://bugs.freedesktop.org/attachment.cgi?id=139674&action=edit dmesg with 4.18-wip 'atpx-quirk reversed' Here the second dmesg - forced atpx method quirk reversed. --

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #10 from taij...@posteo.de --- Created attachment 139675 --> https://bugs.freedesktop.org/attachment.cgi?id=139675&action=edit dmesg with 4.18-wip 'vga_switcheroo-patches reversed' Here the third dmesg output - this one with the vg

Re: [PATCH v4 3/5] mfd: cros-ec: Introduce CEC commands and events definitions.

2018-05-22 Thread Enric Balletbo Serra
Hi Neil, 2018-05-21 16:21 GMT+02:00 Neil Armstrong : > The EC can expose a CEC bus, this patch adds the CEC related definitions > needed by the cros-ec-cec driver. > Having a 16 byte mkbp event size makes it possible to send CEC > messages from the EC to the AP directly inside the mkbp event > ins

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #11 from taij...@posteo.de --- $ cat /sys/bus/pci/devices/:01:00.0/power/runtime_status active $ cat /sys/bus/pci/devices/:01:00.0/power/runtime_usage 1 $ cat /sys/bus/pci/devices/:01:00.0/power/runtime_active_kids 0 $ ca

Re: [PATCH 1/2] Remove unused function drm_agp_bind_pages

2018-05-22 Thread Jani Nikula
On Mon, 21 May 2018, Maya Rashish wrote: Please add a commit message and your Signed-off-by here. Please prefix the subject with "drm/agp: " or "drm/agpsupport: ". BR, Jani. > --- > drivers/gpu/drm/drm_agpsupport.c | 43 > include/drm/drm_agpsupport.h | 14

[Bug 199633] Stable kernel regression after 4.16.3: startxfce4 no longer works: X startup seems to hang

2018-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199633 --- Comment #8 from Michel Dänzer (mic...@daenzer.net) --- Can you update the status of this report accordingly? -- You are receiving this mail because: You are watching the assignee of the bug. ___ dr

Re: [PATCH 1/1] drm/mediatek: Add support for mediatek SOC MT2712

2018-05-22 Thread CK Hu
Hi, Stu: On Tue, 2018-05-22 at 15:47 +0800, Stu Hsieh wrote: > Hi, CK: > > I've some reply for comment > > On Tue, 2018-05-15 at 10:30 +0800, CK Hu wrote: > > Hi, Stu: > > > > I've some inline comments. > > > > On Mon, 2018-05-14 at 17:59 +0800, Stu Hsieh wrote: > > > This patch add support fo

Re: [PATCH 2/2] Use char * for struct drm_dp_aux_msg's buffer

2018-05-22 Thread Jani Nikula
On Mon, 21 May 2018, Maya Rashish wrote: > In drm_dp_i2c_drain_msg we do msg.buffer += err which isn't > legal for void *. Well, this isn't pedantic C, it's GCC. There are tons of pointer arithmetics for void pointers all over the kernel. BR, Jani. > --- > include/drm/drm_dp_helper.h | 2 +- >

Re: [PATCH 22/33] drm/i915: use match_string() helper

2018-05-22 Thread Jani Nikula
On Tue, 22 May 2018, Andy Shevchenko wrote: > On Mon, May 21, 2018 at 2:57 PM, Yisheng Xie wrote: >> match_string() returns the index of an array for a matching string, >> which can be used intead of open coded variant. > > https://patchwork.kernel.org/patch/10382323/ Even more convincingly, 47

Re: [PATCH 24/33] drm: use match_string() helper

2018-05-22 Thread Jani Nikula
On Tue, 22 May 2018, Andy Shevchenko wrote: > On Mon, May 21, 2018 at 2:58 PM, Yisheng Xie wrote: >> match_string() returns the index of an array for a matching string, >> which can be used intead of open coded variant. > > https://patchwork.kernel.org/patch/10382377/ 818c05d8e267 ("drm: panel-o

[Bug 106594] [radeonsi,regression,apitrace] Prison Architect exhibits glitches

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106594 --- Comment #3 from Kai --- I was able to check for this behaviour on a system with an integrated Intel GPU (HD Graphics 530 (Skylake GT2); PCIID: 0x1912) on Mesa 18.0.3 and it didn't show these glitches. The OpenGL error line ("==OPENGL==> [lo

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #12 from Lukas Wunner --- Hm, the first 4.17 output does not show anything suspicious. Could you also post the output of: cat /sys/bus/pci/devices/:01:00.0/power/control cat /sys/bus/pci/devices/:01:00.1/power/control -- Y

[Bug 106589] HP w2207 monitor not waking from sleep

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106589 Michel Dänzer changed: What|Removed |Added CC||harry.wentl...@amd.com --- Comment #8 f

[radeon-alex:amd-staging-drm-next 441/468] fixpt31_32.c:undefined reference to `__divdi3'

2018-05-22 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-staging-drm-next head: e92fc21bcb298e0dc2823c7910961c7587de12e5 commit: af5fb0c0cc37a3483e83a481032f580e2fa9887a [441/468] drm/amd/display: fix 31_32_fixpt shift functions config: i386-allyesconfig (attached as .config) compiler: gcc-7 (D

Re: [PATCH 1/2] drm/fourcc: add a 10bits fully packed variant of NV12

2018-05-22 Thread Maarten Lankhorst
Op 20-05-18 om 19:17 schreef Randy Li: > This pixel format is a fully packed and 10bits variant of NV12. > A luma pixel would take 10bits in memory, without any > filled bits between pixels in a stride. The color gamut > follows the BT.2020 standard. > > Signed-off-by: Randy Li > --- > drivers/gp

Re: [PATCH] drm/gma500: Fix Medfield for drm_framebuffer move

2018-05-22 Thread Thierry Reding
On Mon, May 21, 2018 at 03:24:49PM +0100, Daniel Stone wrote: > bc61c97502e2 moved the gtt_range structure, from being in > psb_framebuffer and embedding the GEM object, to being placed in the > drm_framebuffer with the gtt_range being derived from the GEM object. > > The conversion missed out the

Re: [PATCH] drm/gma500: Fix Medfield for drm_framebuffer move

2018-05-22 Thread Daniel Stone
On 22 May 2018 at 10:19, Thierry Reding wrote: > On Mon, May 21, 2018 at 03:24:49PM +0100, Daniel Stone wrote: >> bc61c97502e2 moved the gtt_range structure, from being in >> psb_framebuffer and embedding the GEM object, to being placed in the >> drm_framebuffer with the gtt_range being derived fr

Re: [PATCH 1/2] drm/fourcc: add a 10bits fully packed variant of NV12

2018-05-22 Thread Maarten Lankhorst
Op 20-05-18 om 19:17 schreef Randy Li: > This pixel format is a fully packed and 10bits variant of NV12. > A luma pixel would take 10bits in memory, without any > filled bits between pixels in a stride. The color gamut > follows the BT.2020 standard. > > Signed-off-by: Randy Li > --- > drivers/gp

Re: vc4: Detect working driver from cmdline

2018-05-22 Thread Tomeu Vizoso
On 21 May 2018 at 21:02, Stefan Wahren wrote: > >> Eric Anholt hat am 21. Mai 2018 um 19:55 geschrieben: >> >> >> Stefan Wahren writes: >> >> > Hi, >> > in order to improve kernelci.org results and avoid false positive cases >> > like this [1], i suggested to also test for a working VC4 driver.

Re: [PATCH] drm/bridge: dw-hdmi: Switch to SPDX identifier

2018-05-22 Thread Lucas Stach
Hi Fabio, Am Sonntag, den 20.05.2018, 14:05 -0300 schrieb Fabio Estevam: > > From: Fabio Estevam > > Adopt the SPDX license identifier headers to ease license compliance > management. > > > Signed-off-by: Fabio Estevam > --- >  drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 7 +-- >  1 file ch

Re: [PATCH] drm/gma500: Fix Medfield for drm_framebuffer move

2018-05-22 Thread Thierry Reding
On Tue, May 22, 2018 at 10:24:18AM +0100, Daniel Stone wrote: > On 22 May 2018 at 10:19, Thierry Reding wrote: > > On Mon, May 21, 2018 at 03:24:49PM +0100, Daniel Stone wrote: > >> bc61c97502e2 moved the gtt_range structure, from being in > >> psb_framebuffer and embedding the GEM object, to bein

[PATCH v2 1/2] drm/agp: Remove unused function drm_agp_bind_pages

2018-05-22 Thread Maya Rashish
This function has no callers anywhere within the kernel. Signed-off-by: Maya Rashish --- drivers/gpu/drm/drm_agpsupport.c | 43 include/drm/drm_agpsupport.h | 14 --- 2 files changed, 57 deletions(-) diff --git a/drivers/gpu/drm/drm_agpsupport.c b/dr

Re: [PATCH v4 2/2] drm/panel: Add device_link from panel device to drm device

2018-05-22 Thread Andrzej Hajda
On 22.05.2018 09:36, Peter Rosin wrote: > On 2018-05-22 08:29, Andrzej Hajda wrote: >> On 21.05.2018 23:56, Peter Rosin wrote: >>> On 2018-05-21 11:21, Andrzej Hajda wrote: On 21.05.2018 10:53, Peter Rosin wrote: > On 2018-05-21 10:15, Andrzej Hajda wrote: >> On 19.05.2018 18:48, Peter

Re: [PATCH 1/2] drm/fourcc: add a 10bits fully packed variant of NV12

2018-05-22 Thread Randy Li
On 05/22/2018 05:26 PM, Maarten Lankhorst wrote: Op 20-05-18 om 19:17 schreef Randy Li: This pixel format is a fully packed and 10bits variant of NV12. A luma pixel would take 10bits in memory, without any filled bits between pixels in a stride. The color gamut follows the BT.2020 standard. S

[Bug 106578] RedShift: xf86-video-amdgpu + amdgpu.dc=1 seems to apply gamma adjustment twice to the mouse cursor

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106578 Michel Dänzer changed: What|Removed |Added Version|unspecified |git Assignee|dri-devel@lists.

Re: [PATCH] drm/bridge: dw-hdmi: Switch to SPDX identifier

2018-05-22 Thread Laurent Pinchart
Hi Lucas, On Tuesday, 22 May 2018 12:29:21 EEST Lucas Stach wrote: > Am Sonntag, den 20.05.2018, 14:05 -0300 schrieb Fabio Estevam: > > > From: Fabio Estevam > > > > Adopt the SPDX license identifier headers to ease license compliance > > management. > > > > > Signed-off-by: Fabio Estevam > >

[Bug 106490] VA-API video deconding broken for Chromium on Mesa 18.0.3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106490 --- Comment #2 from Luke McKee --- I'm having a crack at this now and I've got it working using a vdpau-wrapper of sorts, though there has been some scrambling of the colours. I'm still fixing it. What I have seen is that Chrome expects a featu

[Bug 106490] VA-API video deconding broken for Chromium on Mesa 18.0.3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106490 Luke McKee changed: What|Removed |Added CC||hojur...@gmail.com --- Comment #3 from Luk

[Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106617 Bug ID: 106617 Summary: monitor often unable to get out from dpms off Product: DRI Version: XOrg git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

[Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106617 --- Comment #1 from Sylvain BERTRAND --- Created attachment 139680 --> https://bugs.freedesktop.org/attachment.cgi?id=139680&action=edit kernel log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106617 --- Comment #2 from Sylvain BERTRAND --- Created attachment 139681 --> https://bugs.freedesktop.org/attachment.cgi?id=139681&action=edit xserver log -- You are receiving this mail because: You are the assignee for the bug.___

Re: [RFC PATCH] drm: Add per-plane pixel blend mode property

2018-05-22 Thread Lowry Li
On Wed, May 09, 2018 at 10:08:16AM +0200, Daniel Vetter wrote: > On Tue, May 08, 2018 at 06:34:36PM +0800, Lowry Li wrote: > > Pixel blend modes represent the alpha blending equation > > selection, describing how the pixels from the current > > plane are composited with the background. > > > > Add

[Bug 199633] Stable kernel regression after 4.16.3: startxfce4 no longer works: X startup seems to hang

2018-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199633 Klaus Kusche (klaus.kus...@computerix.info) changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 106490] VA-API video deconding broken for Chromium on Mesa 18.0.3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106490 --- Comment #4 from Luke McKee --- P.S. Leonid everything you are running is too old. I'm using git for libva and all amd drivers, kernel etc - except ffmpeg. Why running the bleeding edge may break some things it fixes others. Until last mont

Re: [RFC PATCH] drm: Add per-plane pixel blend mode property

2018-05-22 Thread Lowry Li
On Wed, May 09, 2018 at 01:48:06PM +0300, Ville Syrjälä wrote: > On Tue, May 08, 2018 at 06:34:36PM +0800, Lowry Li wrote: > > Pixel blend modes represent the alpha blending equation > > selection, describing how the pixels from the current > > plane are composited with the background. > > > > Add

[Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106617 --- Comment #3 from Sylvain BERTRAND --- Created attachment 139682 --> https://bugs.freedesktop.org/attachment.cgi?id=139682&action=edit xserver log with successfull dpms off exit -- You are receiving this mail because: You are the assignee

Re: [RFC PATCH] drm: Add per-plane pixel blend mode property

2018-05-22 Thread Lowry Li
On Thu, May 17, 2018 at 10:05:35AM +0200, Maarten Lankhorst wrote: > Op 08-05-18 om 12:34 schreef Lowry Li: > > Pixel blend modes represent the alpha blending equation > > selection, describing how the pixels from the current > > plane are composited with the background. > > > > Add a pixel_blend_m

Re: [PATCH 03/10] drm/msm/gpu: Capture the state of the GPU

2018-05-22 Thread Sharat Masetty
A few nits On 4/18/2018 4:14 AM, Jordan Crouse wrote: Add the infrastructure to capture the state current state of the remove extra state GPU and store it in memory. This is useful for storing the state of a hung GPU so it can be dumped later. For now grab the same basic ringbuffer informati

[drm-intel:drm-intel-next-queued 1/2] include/linux/nospec.h:53:2: note: in expansion of macro 'BUILD_BUG_ON'

2018-05-22 Thread kbuild test robot
tree: git://anongit.freedesktop.org/drm-intel drm-intel-next-queued head: 1abb70f5955d1a9021f96359a2c6502ca569b68d commit: 84b510e22da7926522a257cfe295d3695346a0bd [1/2] drm/i915/query: Protect tainted function pointer lookup config: i386-randconfig-x012-201820 (attached as .config) compiler:

Re: [PATCH 3/5] arm64: dts: renesas: r8a77995: Add LVDS support

2018-05-22 Thread Geert Uytterhoeven
Hi Laurent, On Sun, May 20, 2018 at 10:50 AM, Laurent Pinchart wrote: > On Tuesday, 15 May 2018 15:20:38 EEST Ulrich Hecht wrote: >> From: Kieran Bingham >> >> The r8a77995 D3 platform has 2 LVDS channels connected to the DU. >> >> Signed-off-by: Kieran Bingham >> [uli: moved lvds* into the soc

Re: [PATCH V3 2/3] drm/vkms: Add basic CRTC initialization

2018-05-22 Thread Rodrigo Siqueira
I fixed it, and I'm preparing the v4 patchset. Thanks again for the review :) On Mon, May 21, 2018 at 11:57 PM, Haneen Mohammed wrote: > On Mon, May 21, 2018 at 10:06:40PM -0300, Rodrigo Siqueira wrote: > > This commit appends the essential CRTCs infrastructure for VKMS. CRTCs > > demands other

[Bug 199797] New: Low resolution on monitor reconnect with amdgpu and Dell P2715Q

2018-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199797 Bug ID: 199797 Summary: Low resolution on monitor reconnect with amdgpu and Dell P2715Q Product: Drivers Version: 2.5 Kernel Version: 4.16.10 Hardware: All

[PATCH V4 0/3] Expanding the basic vkms features

2018-05-22 Thread Rodrigo Siqueira
This series of patches add a centralized initialization mechanism, a single CRTC with a plane, an encoder, and extra module information. Changes in v2: - Remove unused definitions - Improve file names - Improve code separation - Remove unnecessary formats Changes in v3: - Adds drm_crtc_help

[PATCH V4 1/3] drm/vkms: Add mode_config initialization

2018-05-22 Thread Rodrigo Siqueira
Set a frame buffer default size for width and height (minimum and maximum). Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/vkms/vkms_drv.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/gpu/drm/vkms/vkms_drv.c b/drivers/gpu/drm/vkms/vkms_drv.c index 35517b095

[PATCH V4 2/3] drm/vkms: Add basic CRTC initialization

2018-05-22 Thread Rodrigo Siqueira
This commit appends the essential CRTCs infrastructure for VKMS. CRTCs demands other elements to work correctly, in this sense, this patch adds a new data struct that centralizes the data structures related to the output, simple planes management, and single encoder attached to the connector. Sign

[PATCH V4 3/3] drm/vkms: Add extra information about vkms

2018-05-22 Thread Rodrigo Siqueira
Add authors and description in Kconfig. Signed-off-by: Rodrigo Siqueira --- drivers/gpu/drm/Kconfig | 8 ++-- drivers/gpu/drm/vkms/vkms_drv.c | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 0893b1d8ede7..a

Re: [PATCH] gpu: drm: omapdrm: Adding new typedef vm_fault_t

2018-05-22 Thread kbuild test robot
-ci/linux/commits/Souptick-Joarder/gpu-drm-omapdrm-Adding-new-typedef-vm_fault_t/20180522-135920 base: git://people.freedesktop.org/~airlied/linux.git drm-next config: arm-omap2plus_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget

Re: [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process.

2018-05-22 Thread Christian König
Am 18.05.2018 um 17:02 schrieb Andrey Grodzovsky: On 05/18/2018 10:50 AM, Christian König wrote: Am 18.05.2018 um 16:44 schrieb Michel Dänzer: On 2018-05-18 11:42 AM, Christian König wrote: Anyway, the kernel can't rely on userspace using O_CLOEXEC. If the flush callback being called from m

[Bug 104920] Broken hardware video encoding with vaapi/ffmpeg

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104920 Christian König changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #8 from Christian

Re: [PATCH] swiotlb: Fix inversed DMA_ATTR_NO_WARN test

2018-05-22 Thread Christian König
Am 02.05.2018 um 18:59 schrieb Michel Dänzer: On 2018-05-02 06:21 PM, Christoph Hellwig wrote: On Wed, May 02, 2018 at 04:31:09PM +0200, Michel Dänzer wrote: No. __GFP_NOWARN (and gfp_t flags in general) are the wrong interface for dma allocations and just cause problems. I actually plan to g

[Bug 106601] The internal format RGB32F is not color-renderable, This is not in accordance with Opengl 3.0 spec

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106601 --- Comment #5 from Ilia Mirkin --- Note that in the core OpenGL 4.6 specification, table 8.12, GL_RGB32F is marked as color-renderable, but not required to be renderable. Looking at the OpenGL 3.0 spec, page 180, RGB32F is listed in the "textu

Re: Asking for help

2018-05-22 Thread Eric Engestrom
Hey Mohammed, In case you didn't see, that repository is a fork of the project, apparently to improve Tegra support; it isn't officially supported or anything. If you want the official libdrm repo, you can find it at: https://cgit.freedesktop.org/mesa/drm/ As for your issue, you are simply confi

[PATCH] drm: Fix possible race conditions while unplugging DRM device

2018-05-22 Thread Oleksandr Andrushchenko
From: Oleksandr Andrushchenko When unplugging a hotpluggable DRM device we first unregister it with drm_dev_unregister and then set drm_device.unplugged flag which is used to mark device critical sections with drm_dev_enter()/ drm_dev_exit() preventing access to device resources that are not avai

Re: [Xen-devel] [RFC 1/3] xen/balloon: Allow allocating DMA buffers

2018-05-22 Thread Oleksandr Andrushchenko
On 05/22/2018 05:33 PM, Boris Ostrovsky wrote: On 05/22/2018 01:55 AM, Oleksandr Andrushchenko wrote: On 05/21/2018 11:36 PM, Boris Ostrovsky wrote: On 05/21/2018 03:13 PM, Oleksandr Andrushchenko wrote: On 05/21/2018 09:53 PM, Boris Ostrovsky wrote: On 05/21/2018 01:32 PM, Oleksandr Andrushc

[Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106617 --- Comment #4 from Alex Deucher --- Is this a regression? -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop.org https://

[Bug 106594] [radeonsi,regression,apitrace] Prison Architect rendered unplayable by multicoloured flickering triangles and overlayed triangles when performing certain actions

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106594 Kai changed: What|Removed |Added Summary|[radeonsi,regression,apitra |[radeonsi,regression,apitra |ce

Re: [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process.

2018-05-22 Thread Andrey Grodzovsky
On 05/18/2018 04:46 AM, Michel Dänzer wrote: On 2018-05-17 09:05 PM, Andrey Grodzovsky wrote: On 05/17/2018 10:48 AM, Michel Dänzer wrote: On 2018-05-17 01:18 PM, Andrey Grodzovsky wrote: Hi Michele and others, I am trying to implement the approach bellow to resolve AMDGPU's hang when comman

Re: [PATCH v6 2/5] Documentation: dt-bindings: phy: add phy_config for Rockchip USB Type-C PHY

2018-05-22 Thread Rob Herring
On Mon, May 21, 2018 at 05:37:01PM +0800, Lin Huang wrote: > If want to do training outside DP Firmware, need phy voltage swing > and pre_emphasis value. > > Signed-off-by: Lin Huang > --- > Changes in v2: > - None > Changes in v3: > - modify property description and add this property to Example

Re: [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process.

2018-05-22 Thread Michel Dänzer
On 2018-05-22 05:49 PM, Andrey Grodzovsky wrote: > On 05/18/2018 04:46 AM, Michel Dänzer wrote: >> On 2018-05-17 09:05 PM, Andrey Grodzovsky wrote: >>> On 05/17/2018 10:48 AM, Michel Dänzer wrote: On 2018-05-17 01:18 PM, Andrey Grodzovsky wrote: > Hi Michele and others, I am trying to impl

[Bug 104920] Broken hardware video encoding with vaapi/ffmpeg

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104920 --- Comment #9 from gr...@sub.red --- Thanks, that's what I was (In reply to Christian König from comment #8) > > No, that is perfectly correct. VA-API advises to the application what the > hardware can do or can't do. > > When the application

Re: [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process.

2018-05-22 Thread Andrey Grodzovsky
On 05/22/2018 12:09 PM, Michel Dänzer wrote: On 2018-05-22 05:49 PM, Andrey Grodzovsky wrote: On 05/18/2018 04:46 AM, Michel Dänzer wrote: On 2018-05-17 09:05 PM, Andrey Grodzovsky wrote: On 05/17/2018 10:48 AM, Michel Dänzer wrote: On 2018-05-17 01:18 PM, Andrey Grodzovsky wrote: Hi Miche

Re: [PATCH 1/3] drm: Trust format_mod_supported() when it OKs a plane modifier.

2018-05-22 Thread Ville Syrjälä
On Fri, Mar 16, 2018 at 03:04:33PM -0700, Eric Anholt wrote: > For parameterized modifiers (Broadcom's SAND and UIF), we need to > allow the parameter fields to be filled in, while exposing only the > variant of the modifier with the parameter unfilled in the internal > arrays and the format blob.

[Bug 199425] BUG: KASAN: use-after-free in drm_atomic_helper_wait_for_flip_done+0x247/0x260

2018-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199425 --- Comment #2 from Johannes Hirte (johannes.hi...@datenkhaos.de) --- ping? We have rc6, a use-after-free and no developer cares? -- You are receiving this mail because: You are watching the assignee of the bug. _

Re: [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process.

2018-05-22 Thread Michel Dänzer
On 2018-05-22 06:30 PM, Andrey Grodzovsky wrote: > On 05/22/2018 12:09 PM, Michel Dänzer wrote: >> On 2018-05-22 05:49 PM, Andrey Grodzovsky wrote: >>> On 05/18/2018 04:46 AM, Michel Dänzer wrote: On 2018-05-17 09:05 PM, Andrey Grodzovsky wrote: > On 05/17/2018 10:48 AM, Michel Dänzer wrot

Re: [PATCH v8 2/3] drm: writeback: Add out-fences for writeback connectors

2018-05-22 Thread Liviu Dudau
On Mon, May 21, 2018 at 12:02:25PM -0700, Eric Anholt wrote: > Liviu Dudau writes: > > > From: Brian Starkey > > > > Add the WRITEBACK_OUT_FENCE_PTR property to writeback connectors, to > > enable userspace to get a fence which will signal once the writeback is > > complete. It is not allowed to

Re: [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process.

2018-05-22 Thread Andrey Grodzovsky
On 05/22/2018 12:33 PM, Michel Dänzer wrote: On 2018-05-22 06:30 PM, Andrey Grodzovsky wrote: On 05/22/2018 12:09 PM, Michel Dänzer wrote: On 2018-05-22 05:49 PM, Andrey Grodzovsky wrote: On 05/18/2018 04:46 AM, Michel Dänzer wrote: On 2018-05-17 09:05 PM, Andrey Grodzovsky wrote: On 05/17

Re: [PATCH 0/5] R-Car D3 LVDS/HDMI support

2018-05-22 Thread Laurent Pinchart
Hi Ulrich, On Sunday, 20 May 2018 11:27:02 EEST Laurent Pinchart wrote: > On Tuesday, 15 May 2018 15:20:35 EEST Ulrich Hecht wrote: > > Hi! > > > > This adds D3 support to the DU and LVDS drivers, not including LVDS PLL > > support. > > > > It also adds LVDS encoders to the D3 device tree, and L

Re: [PATCH v6 5/5] drm/rockchip: support dp training outside dp firmware

2018-05-22 Thread Enric Balletbo Serra
Lin, 2018-05-22 9:41 GMT+02:00 Enric Balletbo Serra : > Hi Lin > > 2018-05-22 3:08 GMT+02:00 hl : >> Hi Enric, >> >> >> >> >> On Monday, May 21, 2018 11:22 PM, Enric Balletbo Serra wrote: >>> >>> Hi Lin, >>> >>> 2018-05-21 11:37 GMT+02:00 Lin Huang : DP firmware uses fixed phy config val

Re: [PATCH v3 6/6] drm/rockchip: dw_hdmi: add dw-hdmi support for the rk3328

2018-05-22 Thread Rob Herring
On Tue, May 15, 2018 at 03:47:36PM +0200, Heiko Stuebner wrote: > The rk3328 uses a dw-hdmi controller with an external hdmi phy from > Innosilicon which uses the generic phy framework for access. > Add the necessary data and the compatible for the rk3328 to the > rockchip dw-hdmi driver. > > Sign

Re: [PATCH v2 11/11] docs: fix broken references with multiple hints

2018-05-22 Thread Rob Herring
On Wed, May 09, 2018 at 10:18:54AM -0300, Mauro Carvalho Chehab wrote: > The script: > ./scripts/documentation-file-ref-check --fix-rst > > Gives multiple hints for broken references on some files. > Manually use the one that applies for some files. > > Signed-off-by: Mauro Carvalho Chehab

Re: [PATCH v2 07/26] dt-bindings: display: Add compatible for A64 DE2 tcon1 blocks

2018-05-22 Thread Rob Herring
On Fri, May 18, 2018 at 03:15:17PM +0530, Jagan Teki wrote: > Allwinner A64 has DE2 pipeline with tcon0 and tcon1 block > which is similar Allwinner A83T. > > This patch adds dt-binding documentation for A64 DE2 tcon1 blocks. > > Mixer1 has different configuration for A64 so use separate compatib

Re: [PATCH v2 14/26] dt-bindings: display: Add compatible for A64 HDMI

2018-05-22 Thread Rob Herring
On Fri, May 18, 2018 at 03:15:24PM +0530, Jagan Teki wrote: > HDMI on Allwinner A64 has similar like H3/H5/A83T. > > Add compatible a64 and update A83T compatible as fallback. > > Signed-off-by: Jagan Teki > --- > Changes for v2: > - Add fallback compatible > > Documentation/devicetree/binding

Re: [Xen-devel] [RFC 1/3] xen/balloon: Allow allocating DMA buffers

2018-05-22 Thread Oleksandr Andrushchenko
On 05/22/2018 09:02 PM, Boris Ostrovsky wrote: On 05/22/2018 11:00 AM, Oleksandr Andrushchenko wrote: On 05/22/2018 05:33 PM, Boris Ostrovsky wrote: On 05/22/2018 01:55 AM, Oleksandr Andrushchenko wrote: On 05/21/2018 11:36 PM, Boris Ostrovsky wrote: On 05/21/2018 03:13 PM, Oleksandr Andrushc

Re: [Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread sylvain . bertrand
I cannot reasonably tell you if it is a regression, because my usage rarely gets my monitor in dpms off mode. That on top of the fact I did a new custom gnu/linux distro recently. If you have some compilation or not flags to enable tracing of video mode related code (in any/all components), I'll gi

[Bug 106617] monitor often unable to get out from dpms off

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106617 --- Comment #5 from Sylvain BERTRAND --- I cannot reasonably tell you if it is a regression, because my usage rarely gets my monitor in dpms off mode. That on top of the fact I did a new custom gnu/linux distro recently. If you have some compila

Re: [RESEND PATCH v2 1/2] dt-bindings: Add vendor prefix for DLC Display Co., Ltd.

2018-05-22 Thread Rob Herring
On Tue, May 22, 2018 at 11:48:11AM +0200, Marco Felsch wrote: > From: Philipp Zabel > > DLC provides a wide range of display solutions. > Website: http://www.dlcdisplay.com/ > > Signed-off-by: Philipp Zabel > Signed-off-by: Marco Felsch > --- > Documentation/devicetree/bindings/vendor-prefixe

Re: [RESEND PATCH v2 2/2] gpu: drm/panel: Add DLC DLC0700YZG-1 panel

2018-05-22 Thread Rob Herring
On Tue, May 22, 2018 at 11:48:12AM +0200, Marco Felsch wrote: > From: Philipp Zabel > > This patch adds support for DLC DLC0700YZG-1 1024x600 LVDS panels > to the simple-panel driver. > > Signed-off-by: Philipp Zabel > [m.fel...@pengutronix.de: fix typo in compatible dt-binding] > Signed-off-by

[Bug 104345] Playing video hangs X-Server with showing scrambled picture, sound still playing.

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104345 --- Comment #11 from bernhardu --- Happened again today. Got no such hang since 04.04.2018 >From Debian testing: Linux kernel: 4.16.5-1 Mesa: 18.0.3-1 xserver-xorg-video-amdgpu: 18.0.1-1 libdrm2: 2.4.91-2 (Nearly) current firmware: PRIME-B350M-A

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #13 from taij...@posteo.de --- $ cat /sys/bus/pci/devices/:01:00.0/power/control auto $ cat /sys/bus/pci/devices/:01:00.1/power/control auto again, this is with the 'vanilla' kernel. -- You are receiving this mail because:

[Bug 105990] [CI] igt@gem_eio@in-flight-immediate - fail - Failed assertion: __igt_device_drop_master(fd) == 0

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105990 Martin Peres changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #7 from Martin Peres

Re: [Intel-gfx] [PATCH v4 38/41] drm/i915: Implement the HDCP2.2 support for DP

2018-05-22 Thread kbuild test robot
Hi Ramalingam, Thank you for the patch! Yet something to improve: [auto build test ERROR on drm-intel/for-linux-next] [also build test ERROR on next-20180517] [cannot apply to v4.17-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3

2018-05-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106597 --- Comment #14 from taij...@posteo.de --- (In reply to Lukas Wunner from comment #5) > Also, there are Dell machines which can be switched to one of two modes in > the BIOS: In one mode, audio is streamed to external displays via the Intel > HD

  1   2   >