[Bug 111122] 2500U: Graphics corruption on kernel 5.2

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=22 --- Comment #2 from andreas...@web.de --- Reintroducing iommu=pt does, indeed, seem to fix these graphical issues. Why is this flag suddenly required for proper operation again? Is every laptop with an Raven Ridge APU different here or why can t

[Bug 109206] Kernel 4.20 amdgpu fails to load firmware on Ryzen 2500U

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109206 --- Comment #59 from Jay Fitzpatrick --- (In reply to Jay Fitzpatrick from comment #56) > (In reply to Ondrej Lang from comment #53) > > According to the linux kernel 5.2 changelog > > (https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.2)

[PATCH 0/3] drm/sun4i: Add support for color encoding and range

2019-07-13 Thread Jernej Skrabec
In order to correctly convert image between YUV and RGB, you have to know color encoding and color range. This patch set adds appropriate properties and considers them when choosing CSC conversion matrix for DE2 and DE3. Note that this is only the half of needed changes when using HDMI output. DW

[PATCH 1/3] drm/sun4i: Introduce color encoding and range properties

2019-07-13 Thread Jernej Skrabec
In order to correctly convert YUV color space to RGB, we have to know color encoding and range. Introduce these two properties using helper method. Signed-off-by: Jernej Skrabec --- drivers/gpu/drm/sun4i/sun8i_vi_layer.c | 17 + 1 file changed, 17 insertions(+) diff --git a/dri

[PATCH 3/3] drm/sun4i: sun8i-csc: Add support for color encoding and range

2019-07-13 Thread Jernej Skrabec
Conversion from YUV to RGB depends on range (limited or full) and encoding (BT.601 or BT.709). Current code doesn't consider this and always uses BT.601 encoding and limited range. Fix this by introducing new CSC matrices, which are selected based on range and encoding parameters. Signed-off-by:

[PATCH 2/3] drm/sun4i: sun8i_csc: Simplify register writes

2019-07-13 Thread Jernej Skrabec
It turns out addition of 0x200 to constant parts (+0.5) is not really necessary. Besides, we can consider that before and fix value in CSC matrix. This simplifies register writes quiet a bit. Signed-off-by: Jernej Skrabec --- drivers/gpu/drm/sun4i/sun8i_csc.c | 11 +++ 1 file changed, 3

[Bug 204145] amdgpu video playback causes host to hard reset (checkstop) on POWER9 with RX 580

2019-07-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204145 Daniel Kolesa (li...@octaforge.org) changed: What|Removed |Added CC||li...@octaforge.org

Re: [PATCH] drm/amd/display: return 'NULL' instead of 'false' from dcn20_acquire_idle_pipe_for_layer

2019-07-13 Thread Nathan Chancellor
On Fri, Jul 12, 2019 at 11:39:52AM +0200, Arnd Bergmann wrote: > clang complains that 'false' is a not a pointer: > > drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_resource.c:2428:10: > error: expression which evaluates to zero treated as a null pointer constant > of type 'struct pipe_ctx

[PATCH] staging: android: ion: Remove unused rbtree for ion_buffer

2019-07-13 Thread Lecopzer Chen
ion_buffer_add() insert ion_buffer into rbtree every time creating an ion_buffer but never use it after ION reworking. Also, buffer_lock protects only rbtree operation, remove it together. Signed-off-by: Lecopzer Chen Cc: YJ Chiang Cc: Lecopzer Chen --- drivers/staging/android/ion/ion.c | 36 -

Re: [PATCH v1] drm/modes: Skip invalid cmdline mode

2019-07-13 Thread Dmitry Osipenko
12.07.2019 11:10, Maxime Ripard пишет: > On Thu, Jul 11, 2019 at 06:55:03PM +0300, Dmitry Osipenko wrote: >> 11.07.2019 12:03, Maxime Ripard пишет: >>> On Wed, Jul 10, 2019 at 06:05:18PM +0300, Dmitry Osipenko wrote: 10.07.2019 17:05, Maxime Ripard пишет: > On Wed, Jul 10, 2019 at 04:29:19

Re: [PATCH] drm/amd/display: Support clang option for stack alignment

2019-07-13 Thread Nick Desaulniers
On Fri, Jul 12, 2019 at 2:37 AM Arnd Bergmann wrote: > > As previously fixed for dml in commit 4769278e5c7f ("amdgpu/dc/dml: > Support clang option for stack alignment") and calcs in commit > cc32ad8f559c ("amdgpu/dc/calcs: Support clang option for stack > alignment"), dcn20 uses an option that is

Re: [PATCH v1] drm/modes: Skip invalid cmdline mode

2019-07-13 Thread Dmitry Osipenko
12.07.2019 22:53, Maxime Ripard пишет: > On Fri, Jul 12, 2019 at 11:30:01AM +0300, Dmitry Osipenko wrote: >> 12.07.2019 11:10, Maxime Ripard пишет: >>> On Thu, Jul 11, 2019 at 06:55:03PM +0300, Dmitry Osipenko wrote: 11.07.2019 12:03, Maxime Ripard пишет: > On Wed, Jul 10, 2019 at 06:05:18

[Bug 109955] amdgpu [RX Vega 64] system freeze while gaming

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109955 --- Comment #51 from shadow.archem...@gmail.com --- (In reply to Wilko Bartels from comment #49) > (In reply to Sam from comment #47) > > The relevant issue and bug report here (the system freezing completely or if > > lucky just killing the X se

[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-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107296 Paul Menzel changed: What|Removed |Added CC||paulepanter@users.sourcefor

Re: [PATCH v1] drm/modes: Don't apply cmdline's rotation if it wasn't specified

2019-07-13 Thread Dmitry Osipenko
12.07.2019 22:54, Maxime Ripard пишет: > On Thu, Jul 11, 2019 at 05:13:13AM +0300, Dmitry Osipenko wrote: >> The rotation mode from cmdline shouldn't be taken into account if it >> wasn't specified in the cmdline. This fixes ignored default display >> orientation when display mode is given using cm

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 Bug ID: 24 Summary: [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #1 from mikhail.v.gavri...@gmail.com --- Created attachment 144776 --> https://bugs.freedesktop.org/attachment.cgi?id=144776&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug.__

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #3 from mikhail.v.gavri...@gmail.com --- Created attachment 144778 --> https://bugs.freedesktop.org/attachment.cgi?id=144778&action=edit halt_waves -- You are receiving this mail because: You are the assignee for the bug._

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #2 from mikhail.v.gavri...@gmail.com --- Created attachment 144777 --> https://bugs.freedesktop.org/attachment.cgi?id=144777&action=edit event_dump -- You are receiving this mail because: You are the assignee for the bug._

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #4 from mikhail.v.gavri...@gmail.com --- Created attachment 144779 --> https://bugs.freedesktop.org/attachment.cgi?id=144779&action=edit gfx -- You are receiving this mail because: You are the assignee for the bug.

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #5 from mikhail.v.gavri...@gmail.com --- Created attachment 144780 --> https://bugs.freedesktop.org/attachment.cgi?id=144780&action=edit ./umr -O many,bits -r *.*.mmGRBM_STATUS* -- You are receiving this mail because: You are the

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #6 from mikhail.v.gavri...@gmail.com --- Created attachment 144781 --> https://bugs.freedesktop.org/attachment.cgi?id=144781&action=edit ./umr -O many,bits -r *.*.mmCP_EOP_* -- You are receiving this mail because: You are the assi

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #8 from mikhail.v.gavri...@gmail.com --- Created attachment 144783 --> https://bugs.freedesktop.org/attachment.cgi?id=144783&action=edit ./umr -O many,bits -r *.*.mmCP_ME_HEADER_DUMP -- You are receiving this mail because: You are

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #7 from mikhail.v.gavri...@gmail.com --- Created attachment 144782 --> https://bugs.freedesktop.org/attachment.cgi?id=144782&action=edit ./umr -O many,bits -r *.*.mmCP_PFP_HEADER_DUMP -- You are receiving this mail because: You ar

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 mikhail.v.gavri...@gmail.com changed: What|Removed |Added Attachment #144778|halt_waves |./umr -O halt_waves -wa

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 mikhail.v.gavri...@gmail.com changed: What|Removed |Added Attachment #144779|gfx |./umr -R gfx[.] de

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 mikhail.v.gavri...@gmail.com changed: What|Removed |Added Attachment #144777|event_dump |trace-cmd start -e

[Bug 111124] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out or interrupted! happens every time when a сutscene showed in Max Payne 3

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24 --- Comment #9 from mikhail.v.gavri...@gmail.com --- GPU: AMD Radeon VII -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dri-devel@lists.freedesktop

[Bug 111122] 2500U: Graphics corruption on kernel 5.2

2019-07-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=22 --- Comment #3 from Brian Schott --- I think that I'm seeing something related with my 2700u Inspiron 7375. If I have compositing enabled in XFWM4, the system will immediately stop responding after logging in with LightDM. If the window manager