[Bug 104299] Crash on amdgpu_sync_get_fence

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104299 Bug ID: 104299 Summary: Crash on amdgpu_sync_get_fence Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal Prio

[Bug 101055] All GL programs segfault: i915_state_derived.c:calculate_vertex_layout: i915->fs == 0

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101055 --- Comment #5 from Rutger van Bergen --- I think this may relate to the problem described in this bug: https://bugs.freedesktop.org/show_bug.cgi?id=100189. It states there that the i915 Gallium driver is unmaintained, and may be removed from a

[PATCH/RFC 4/4] drm: rcar-du: Add support for color keying on Gen3

2017-12-16 Thread Laurent Pinchart
Gen3 hardware supports color keying with replacement of the pixel value. Implement it using the standard KMS colorkey properties. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_vsp.c | 16 1 file changed, 16 insertions(+) diff --git a/drivers/gpu/drm/rcar-d

[PATCH/RFC 3/4] v4l: vsp1: Add support for colorkey alpha blending

2017-12-16 Thread Laurent Pinchart
From: Alexandru Gheorghe The VSP2 found in R-Car Gen3 SoCs supports changing the alpha value of source pixels that match a color key. Add support for this feature for display pipelines through the API exposed to the DU driver. The colorkey key value is expressed as a XYZ 888 value, where the X,

[PATCH/RFC 0/4] Implement standard color keying properties

2017-12-16 Thread Laurent Pinchart
Hello, This patch series is an attempt at implementing standard properties for color keying support in the KMS API. Before designing the API proposal I've analyzed the KMS drivers that support color keying in the upstream kernel. Part of the explanation below was initially posted in a reply to "[

[PATCH/RFC 2/4] drm: rcar-du: Use standard colorkey properties

2017-12-16 Thread Laurent Pinchart
Now that KMS has standard color keying properties, instantiate them for all the non-primary planes. This replaces the custom colorkey field in the driver plane state structure. The custom colorkey property is kept to ensure backward-compatibility, but now implemented as an alias for the standard co

[PATCH/RFC 1/4] drm: Add colorkey properties

2017-12-16 Thread Laurent Pinchart
Color keying is the action of replacing pixels matching a given color (or range of colors) with transparent pixels in an overlay when performing blitting. Depending on the hardware capabilities, the matching pixel can either become fully transparent, or gain a programmable alpha value. Color keyin

[Bug 104205] displayport connected monitor doesn't initialize display

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104205 --- Comment #3 from Bret Towe --- Created attachment 136234 --> https://bugs.freedesktop.org/attachment.cgi?id=136234&action=edit dmesg with working screen here is dmesg on a boot that brought up monitor correctly version is: Linux ghoststar

[PATCH libdrm 2/2] amdgpu: Add syncobj reset & signal wrappers.

2017-12-16 Thread Bas Nieuwenhuizen
--- amdgpu/amdgpu-symbol-check | 2 ++ amdgpu/amdgpu.h| 28 amdgpu/amdgpu_cs.c | 18 ++ 3 files changed, 48 insertions(+) diff --git a/amdgpu/amdgpu-symbol-check b/amdgpu/amdgpu-symbol-check index 59db3cfe..3f298d13 100755 --- a/am

[PATCH libdrm 1/2] drm: Add drmSyncobjReset & drmSyncobjSignal wrappers.

2017-12-16 Thread Bas Nieuwenhuizen
anv already uses the ioctls but does not use libdrm, so these were not wrapped yet. --- xf86drm.c | 26 ++ xf86drm.h | 2 ++ 2 files changed, 28 insertions(+) diff --git a/xf86drm.c b/xf86drm.c index c44621c1..deb76e4b 100644 --- a/xf86drm.c +++ b/xf86drm.c @@ -4247,3 +42

[Bug 104289] [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting certain Steam games

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104289 Vedran Miletić changed: What|Removed |Added Summary|[regression][vega10]|[regression][vega10]

[Bug 104295] Launching counter strike global offensive fails after update from 17.2 to 17.3

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104295 --- Comment #1 from kaspar.t...@gmail.com --- I am using Arch Linux with Steam using the operating systems native runtime if this makes any difference. Some system info also: phoronix-test-suite system-info Phoronix Test Suite v7.6.0 System In

[Bug 104295] Launching counter strike global offensive fails after update from 17.2 to 17.3

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104295 Bug ID: 104295 Summary: Launching counter strike global offensive fails after update from 17.2 to 17.3 Product: Mesa Version: 17.3 Hardware: x86-64 (AMD64)

[Bug 104205] displayport connected monitor doesn't initialize display

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104205 --- Comment #2 from Bret Towe --- Created attachment 136229 --> https://bugs.freedesktop.org/attachment.cgi?id=136229&action=edit dmesg log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 172421] radeon: allow to set the TMDS frequency by a special kernel parameter

2017-12-16 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=172421 Paweł Zmarzły (pawo2...@gmail.com) changed: What|Removed |Added CC||pawo2...@gmail.com -

Re: [PATCH v2] drm/panel: Add support for AUO G104SN02 V2 panel

2017-12-16 Thread Rob Herring
On Sat, Dec 16, 2017 at 02:13:36PM +0100, Christoph Fritz wrote: > This patch adds support for AUO G104SN02 V2 800x600 10.4" panel to DRM > simple panel driver. > > Signed-off-by: Christoph Fritz > Signed-off-by: Stefan Riedmueller > --- > Changes since v1: > - be explicit as to which propertie

[Bug 102646] [dc] Screen flickering under amdgpu-experimental [buggy auto power profile]

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102646 Justin Mitzel changed: What|Removed |Added Summary|Screen flickering under |[dc] Screen flickering

[Bug 102646] Screen flickering under amdgpu-experimental [buggy auto power profile]

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102646 Justin Mitzel changed: What|Removed |Added Summary|Screen flickering under |Screen flickering under

Re: [PATCH 1/4 v5] drm/bridge: Add bindings for TI THS8134

2017-12-16 Thread Rob Herring
On Fri, Dec 15, 2017 at 01:10:44PM +0100, Linus Walleij wrote: > This adds device tree bindings for the Texas Instruments > THS8134, THS8134A and THS8134B VGA DACs by extending and > renaming the existing bindings for THS8135. > > These DACs are used for the VGA outputs on the ARM reference > desi

[Bug 100239] Incorrect rendering in CS:GO

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100239 --- Comment #11 from network...@rkmail.ru --- There is no corruption on scope with current mesa git + llvm 6.0 on TAHITI. I don't have RX480 anymore, so I can't test it with POLARIS. -- You are receiving this mail because: You are the assignee

[Bug 104289] [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting Hitman

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104289 Bug ID: 104289 Summary: [regression][vega10] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring sdma0 timeout on exiting Hitman Product: DRI Version: DRI git Hardware: Other

[PATCH v2] drm/panel: Add support for AUO G104SN02 V2 panel

2017-12-16 Thread Christoph Fritz
This patch adds support for AUO G104SN02 V2 800x600 10.4" panel to DRM simple panel driver. Signed-off-by: Christoph Fritz Signed-off-by: Stefan Riedmueller --- Changes since v1: - be explicit as to which properties apply - adapt indenting .../bindings/display/panel/auo,g104sn02.txt|

Re: [PATCH 6/8] drm/sun4i: sun4i_layer: Wire in the frontend

2017-12-16 Thread kbuild test robot
Hi Maxime, I love your patch! Yet something to improve: [auto build test ERROR on ] url: https://github.com/0day-ci/linux/commits/Maxime-Ripard/drm-sun4i-Support-the-Display-Engine-frontend/20171216-122702 base: config: arm-allmodconfig (attached as .config) compiler: arm-linux-gnueabi

[Bug 104285] Euro Truck Simulator 2 and American Truck Simulator artifacts (Mesa 17.3, AMD R9 280X)

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104285 --- Comment #1 from Alex Vorobyev --- Created attachment 136214 --> https://bugs.freedesktop.org/attachment.cgi?id=136214&action=edit glxinfo My glxinfo. -- You are receiving this mail because: You are the assignee for the bug._

[Bug 104285] Euro Truck Simulator 2 and American Truck Simulator artifacts (Mesa 17.3, AMD R9 280X)

2017-12-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104285 Bug ID: 104285 Summary: Euro Truck Simulator 2 and American Truck Simulator artifacts (Mesa 17.3, AMD R9 280X) Product: Mesa Version: 17.3 Hardware: x86-64 (AMD64)