[Bug 108464] System fails to reboot after Ctrl-Alt-Del

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108464 --- Comment #11 from Duncan Roe --- There is a kernel Oops associated with this problem. I only just discovered it started on the same commit as reboot failure did. You can see the BUG line in attachment 142063 at time 5.075194 -- You are rece

[PATCH] drm/edid: Add 6 bpc quirk for BOE panel.

2018-10-28 Thread Lee, Shawn C
BOE panel (ID: 0x0771) that reports "DFP 1.x compliant TMDS". But it's 6bpc panel only instead of 8 bpc. Add panel ID to edid quirk list and set 6 bpc as default to work around this issue. Cc: Jani Nikula Cc: Maarten Lankhorst Cc: Gustavo Padovan Cc: Cooper Chiou Signed-off-by: Lee, Shawn C >

Re: [PATCH 3/3] drm/mediatek: Use drm_gem_cma_object instead of mtk_drm_gem_obj

2018-10-28 Thread CK Hu
Hi,Daniel: On Fri, 2018-10-26 at 12:21 +0200, Daniel Vetter wrote: > On Fri, Oct 26, 2018 at 03:22:03PM +0800, CK Hu wrote: > > After adding dma_dev in struct drm_device and > > drm_gem_cma_dumb_create_no_kmap(), drm_gem_cma_object could replace > > mtk_drm_gem_obj, so use drm_gem_cma_object inste

Re: [git pull] drm pull for 4.20-rc1

2018-10-28 Thread Linus Torvalds
On Sun, Oct 28, 2018 at 4:47 PM Dave Airlie wrote: > > This is the main drm pull request for 4.20-rc1. .. pulled. I'm not sure I love the new list helper, but it's not wrong. I think it would probably have been cleaner to do this as a "cut out first->last" followed by "splice to tail" pair (we

Re: [git pull] drm pull for 4.20-rc1

2018-10-28 Thread Linus Torvalds
On Sun, Oct 28, 2018 at 4:47 PM Dave Airlie wrote: > > I was just about to ask if I'd gotten a reply that require Linus > filtering, then I realised I hadn't sent this to you, but the mailing > list by mistake. Heh. And _I_ was just about to send you a query about where the pull request was, sinc

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #58 from CheatCodesOfLife --- Hi Adrià, Are you getting this by trying to run MK8 in Cemu? Or some other way? Could you try running through Andrey's instructions here: https://bugs.freedesktop.org/show_bug.cgi?id=105251#c23 That d

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 --- Comment #6 from Duncan Roe --- (In reply to Duncan Roe from comment #4) > After stripping the timestamps from good and bad copies of Xorg.0.log, the > only significant difference between them appears to be gart size. See > attachment 2 [deta

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 --- Comment #8 from Duncan Roe --- (In reply to Duncan Roe from comment #7) > (In reply to Duncan Roe from comment #6) > > (In reply to Duncan Roe from comment #4) > > > After stripping the timestamps from good and bad copies of Xorg.0.log, the

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 --- Comment #7 from Duncan Roe --- (In reply to Duncan Roe from comment #6) > (In reply to Duncan Roe from comment #4) > > After stripping the timestamps from good and bad copies of Xorg.0.log, the > > only significant difference between them ap

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 Duncan Roe changed: What|Removed |Added Attachment #142239|0 |1 is obsolete|

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 --- Comment #4 from Duncan Roe --- After stripping the timestamps from good and bad copies of Xorg.0.log, the only significant difference between them appears to be gart size. See attachment 2 -- You are receiving this mail because: You are th

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 Duncan Roe changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving this mail becaus

[Bug 108577] Black X laptop screen with cursor if HDMI not plugged in, bisected

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108577 --- Comment #3 from Duncan Roe --- The second bisect identifies 5099114ba3b2e5ae9fb487aeb3ae0434fe38a7da as the oldest commit showing the problem, which does not show in adjacent commit b646c1dc835b6b73884a88643c2534f1a4a1928f. In order to see

Re: [PATCH v5 5/5] drm/tinydrm: Switch from CMA to shmem buffers

2018-10-28 Thread Noralf Trønnes
Den 28.10.2018 21.21, skrev David Lechner: On 10/26/2018 05:38 PM, Noralf Trønnes wrote: Den 17.10.2018 15.04, skrev Noralf Trønnes: This move makes tinydrm useful for more drivers. tinydrm doesn't need continuous memory, but at the time it was convenient to use the CMA library. The spi core c

Re: [PATCH v5 5/5] drm/tinydrm: Switch from CMA to shmem buffers

2018-10-28 Thread David Lechner
On 10/26/2018 05:38 PM, Noralf Trønnes wrote: > > Den 17.10.2018 15.04, skrev Noralf Trønnes: >> This move makes tinydrm useful for more drivers. tinydrm doesn't need >> continuous memory, but at the time it was convenient to use the CMA >> library. The spi core can do dma on is_vmalloc() addresse

Re: [GIT PULL] VLA removal for v4.20-rc1

2018-10-28 Thread Linus Torvalds
On Sun, Oct 28, 2018 at 10:24 AM Kees Cook wrote: > > Please pull these VLA removal changes for v4.20-rc1. Pulled, Linus ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-de

[Bug 107261] [drm:generic_reg_wait [amdgpu]] *ERROR* REG_WAIT timeout 1us * 10 tries - optc1_lock line:628

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107261 --- Comment #9 from Kent Ross --- I am encountering this repeatedly, somewhere north of half of the times my computer attempts to resume from sleep (and I believe sometimes when it cold-boots). In a later attempt to resume from sleep, this happe

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

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102646 --- Comment #32 from Peter --- (In reply to L.Y. Sim from comment #30) > I have this issue on a 3840x1600 Acer XR382CQK with an RX560 with Kernel > 4.18.5-1 on Manjaro. > > When I set the refresh rate to 75Hz, severe artifacts and flickering a

[Bug 108098] Ryzen 7 2700U, amdgpu, graphics freezes on 4.19.0-041900-generic

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108098 --- Comment #5 from fin4...@hotmail.com --- Mint uses years old buggy software. for example old Mesa. All your software must be up to the date: OS, drivers and firmware. So use a rolling release distribution like Debian testing Xfce or Manjaro Li

[Bug 75794] Accumulation of black squares with OpenGL applications at high resolutions

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75794 --- Comment #13 from Brais --- Opening Google Chrome seems to "fix" the bug. Thats weird, my computer is a HP Compaq nw8440 with a FireGL V5200 GPU, only resolutions over 1920x1080 trigger the bug. It's fine at 1920x1080 but not at 1920x1081 (In

[Bug 104531] Cannot turn monitor off over DP cable

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104531 Parag changed: What|Removed |Added Priority|low |medium -- You are receiving this mail because:

[Bug 104531] Cannot turn monitor off over DP cable

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104531 Parag changed: What|Removed |Added Severity|minor |normal -- You are receiving this mail because:

[Bug 108579] Request new account for IGT

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108579 --- Comment #1 from Rodrigo Siqueira --- Created attachment 142245 --> https://bugs.freedesktop.org/attachment.cgi?id=142245&action=edit Public GPG -- You are receiving this mail because: You are the assignee for the bug.

[Bug 108579] Request new account for IGT

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108579 Bug ID: 108579 Summary: Request new account for IGT Product: DRI Version: DRI git Hardware: Other OS: All Status: NEW Severity: normal Priority

[Bug 108507] [rv790] Broken ground textures in World of Tanks

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108507 --- Comment #4 from Vladimir Usikov --- git bisect says this: d87913e72a0dfbd44aea7b767f49aa1175d52e0b is the first bad commit commit d87913e72a0dfbd44aea7b767f49aa1175d52e0b Author: Timothy Arceri Date: Wed Jun 20 13:03:40 2018 +1000 m

[Bug 108098] Ryzen 7 2700U, amdgpu, graphics freezes on 4.19.0-041900-generic

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108098 Antonio Chirizzi changed: What|Removed |Added Summary|Acer Swift 3 Ryzen 7 2700U, |Ryzen 7 2700U, amdgpu,

[Bug 108098] Acer Swift 3 Ryzen 7 2700U, amdgpu, graphics freezes on 4.15.0-34

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108098 Antonio Chirizzi changed: What|Removed |Added Attachment #141794|0 |1 is obsolete|

[Bug 105251] [Vega10] GPU lockup on boot: VMC page fault

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105251 --- Comment #57 from Antonio Chirizzi --- Hello there, I am seeing the same problems on my Ryzen 2700U which is freezing as well, with the latest Ubuntu kernel: 4.19.0-041900-generic. I am luckily able to ssh back in and try to shut it down, bu

[Bug 108507] [rv790] Broken ground textures in World of Tanks

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108507 Vladimir Usikov changed: What|Removed |Added Hardware|x86-64 (AMD64) |x86 (IA32) --- Comment #3 from Vladim

[Bug 108507] [rv790] Broken ground textures in World of Tanks

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108507 --- Comment #2 from Vladimir Usikov --- Created attachment 142242 --> https://bugs.freedesktop.org/attachment.cgi?id=142242&action=edit Normal ground textures -- You are receiving this mail because: You are the assignee for the bug._

[Bug 108542] hdmi issues with kernel 4.18

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108542 --- Comment #6 from davide26...@gmail.com --- Built 4.19 reverting both commits, everything works fine. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing l

[PATCH v2] drm/scheduler: use hw_rq_count for load calculation

2018-10-28 Thread Nayan Deshmukh
If the hardware queue for a scheduler is empty then we don't need to the shift the entities from their current scheduler as they are not getting scheduled because of some dependency. v2: to calculate the least loaded scheduler we only use hw_rq_count when the number of jobs in their run queue are

[Bug 201439] Amdgpu: general protection fault at dce110_vblank_set in display resume

2018-10-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201439 --- Comment #9 from fin4...@hotmail.com --- (In reply to fin4478 from comment #8) > Created attachment 279235 [details] > 4.19.0 kernel dmesg errors when waking up after monitor blanking > > The mainline kernel 4.19.0 from kernel.org works, but a

[Bug 108507] [rv790] Broken ground textures in World of Tanks

2018-10-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108507 --- Comment #1 from Vladimir Usikov --- Created attachment 142241 --> https://bugs.freedesktop.org/attachment.cgi?id=142241&action=edit Video of bug -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 201439] Amdgpu: general protection fault at dce110_vblank_set in display resume

2018-10-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201439 --- Comment #8 from fin4...@hotmail.com --- Created attachment 279235 --> https://bugzilla.kernel.org/attachment.cgi?id=279235&action=edit 4.19.0 kernel dmesg errors when waking up after monitor blanking The mainline kernel 4.19.0 from kernel.o