[Bug 107784] [AMD tahiti XT] displayport broken

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107784 --- Comment #21 from Dmitrii Tcvetkov --- (In reply to Sylvain BERTRAND from comment #20) > Roughly, if you have a cpu with a frequency above 4.2GHz (max unsigned > 32bits), > linux time subsystem gets broken leading to the timeouts in

[Bug 107784] [AMD tahiti XT] displayport broken

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107784 --- Comment #20 from Sylvain BERTRAND --- Found the bug, very probably. It seems to be an upstream bug: a 32bits multiplication overflow on TSC frequency introduced in recent TSC cleanup:

Re: [Bug 107784] [AMD tahiti XT] displayport broken

2018-09-08 Thread sylvain . bertrand
Found the bug, very probably. It seems to be an upstream bug: a 32bits multiplication overflow on TSC frequency introduced in recent TSC cleanup: commit cf7a63ef4e0203f6f33284c69e8188d91422de83 Author: Pavel

[Bug 200621] Freezing with amdgpu driver

2018-09-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200621 --- Comment #11 from Jon (jon...@gmail.com) --- Still frequent freezing. Two so far today, one time everything froze but audio from youtube in firefox continued to play. Numlock light frozen on keyboard, no input would work from mouse, etc, but

Re: backlight - chicken and egg challenge

2018-09-08 Thread Sam Ravnborg
> > > > So the open question is how to fix this dependency challenge? > > > > 1) Drop the generic backlight driver and implement all pwm/backlight > >handling in the driver. > > 2) Re-introduce the MFD driver. > > 3) ? > > > > Any good ideas? > > component.c should be able to cope. The driver

Re: backlight - chicken and egg challenge

2018-09-08 Thread Daniel Vetter
On Sat, Sep 8, 2018 at 10:17 PM, Sam Ravnborg wrote: > Hi all. > > When working on the DRM driver for Atmel LCDC the first approach > was to use a MFD driver, that had two sub-drivers: > - PWM dirver > - DRM driver > > Feedback was that the PWM feature was too small to warrant a MFD driver. >

backlight - chicken and egg challenge

2018-09-08 Thread Sam Ravnborg
Hi all. When working on the DRM driver for Atmel LCDC the first approach was to use a MFD driver, that had two sub-drivers: - PWM dirver - DRM driver Feedback was that the PWM feature was too small to warrant a MFD driver. (There was no consencus on this, but I anyway went ahead). So the new

[Bug 49431] [Apple Inc. MacBookPro5,4] suspend/resume failure

2018-09-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=49431 mario.vuke...@dantian.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 107867] The game The Evil Within Demo lead to GPU hang when played first cut scene.

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107867 --- Comment #2 from mikhail.v.gavri...@gmail.com --- $ inxi -bM System:Host: localhost.localdomain Kernel: 4.19.0-0.rc2.git2.1.fc30.x86_64 x86_64 bits: 64 Desktop: Gnome 3.30.0 Distro: Fedora release 29 (Rawhide) Machine:

[Bug 107867] The game The Evil Within Demo lead to GPU hang when played first cut scene.

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107867 --- Comment #1 from mikhail.v.gavri...@gmail.com --- Created attachment 141491 --> https://bugs.freedesktop.org/attachment.cgi?id=141491=edit hung cut scene photo -- You are receiving this mail because: You are the assignee for the

[Bug 107867] The game The Evil Within Demo lead to GPU hang when played first cut scene.

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107867 Bug ID: 107867 Summary: The game The Evil Within Demo lead to GPU hang when played first cut scene. Product: DRI Version: XOrg git Hardware: Other OS: All

[Bug 107858] Screen resolution wrong after turning monitor off and on

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107858 --- Comment #7 from Lothar Paltins --- But the client must know the possible resolutions and this information must come from the X server and the driver. I'm using the KDE5 desktop environment and I've attached the appropriate log files. The

[Bug 107858] Screen resolution wrong after turning monitor off and on

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107858 --- Comment #6 from Lothar Paltins --- Created attachment 141488 --> https://bugs.freedesktop.org/attachment.cgi?id=141488=edit xrandr output after monitor power cycle -- You are receiving this mail because: You are the assignee for the

[Bug 107858] Screen resolution wrong after turning monitor off and on

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107858 --- Comment #5 from Lothar Paltins --- Created attachment 141487 --> https://bugs.freedesktop.org/attachment.cgi?id=141487=edit xrandr output before monitor power cycle -- You are receiving this mail because: You are the assignee for the

[Bug 107858] Screen resolution wrong after turning monitor off and on

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107858 --- Comment #4 from Lothar Paltins --- Created attachment 141486 --> https://bugs.freedesktop.org/attachment.cgi?id=141486=edit Xorg.0.log after monitor power cycle -- You are receiving this mail because: You are the assignee for the

[Bug 107858] Screen resolution wrong after turning monitor off and on

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107858 --- Comment #3 from Lothar Paltins --- Created attachment 141485 --> https://bugs.freedesktop.org/attachment.cgi?id=141485=edit Xorg.0.log output before monitor power cycle -- You are receiving this mail because: You are the assignee for

[Bug 107858] Screen resolution wrong after turning monitor off and on

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107858 --- Comment #2 from Lothar Paltins --- Created attachment 141484 --> https://bugs.freedesktop.org/attachment.cgi?id=141484=edit dmesg output before and after monitor power cycle -- You are receiving this mail because: You are the assignee

Re: [PATCH v2 0/4] Add support for Arm Framebuffer Compression(AFBC)

2018-09-08 Thread Neil Armstrong
Hi Ayan, On 10/07/2018 15:18, Ayan Kumar Halder wrote: > In the current series of patches, we are trying to add support for AFBC > modifiers in malidp. AFBC modifiers adds some constraints to framebuffer > size, alignment, pitch, formats, etc. Here we are trying to add support > for one

[PATCH 10/20] drm/atmel-hlcdc: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 19/20] drm/zte: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 16/20] drm/tilcdc: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 17/20] drm/tve200: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 15/20] drm/sun4i: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 20/20] drm/cma-helper: Remove unused fbdev code

2018-09-08 Thread Noralf Trønnes
CMA helper drivers have been converted to drm_fbdev_generic_setup() so the fbdev code can be removed. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/Kconfig | 4 - drivers/gpu/drm/drm_fb_cma_helper.c | 151 include/drm/drm_fb_cma_helper.h

[PATCH 18/20] drm/vc4: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 14/20] drm/stm: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 13/20] drm/sti: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 11/20] drm/imx: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 12/20] drm/pl111: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 02/20] drm/arc: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 03/20] drm/fsl-dcu: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 09/20] drm/arm/mali: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 00/20] drm/cma-helper drivers: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
This patchset moves the drivers using the CMA helper fully over to the generic fbdev emulation. The unused fbdev code is removed from the CMA helper. Noralf. Noralf Trønnes (20): drm/fb-helper: Improve error reporting in setup drm/arc: Use drm_fbdev_generic_setup() drm/fsl-dcu: Use

[PATCH 06/20] drm/mxsfb: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 05/20] drm/meson: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 07/20] drm/rcar-du: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 04/20] drm/hisilicon/kirin: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 08/20] drm/arm/hdlcd: Use drm_fbdev_generic_setup()

2018-09-08 Thread Noralf Trønnes
The CMA helper is already using the drm_fb_helper_generic_probe part of the generic fbdev emulation. This patch makes full use of the generic fbdev emulation by using its drm_client callbacks. This means that drm_mode_config_funcs->output_poll_changed and drm_driver->lastclose are now handled by

[PATCH 01/20] drm/fb-helper: Improve error reporting in setup

2018-09-08 Thread Noralf Trønnes
Improve error reporting in drm_fb_helper_fbdev_setup() by printing the error code. This is useful for drivers that choose to not fall over just because fbdev doesen't work, but still wants clues to why it failed. This way they don't have to provide an error message themselves. Signed-off-by:

[Bug 107793] Black screen on boot for Fedora 28 with 4.17 kernel (i.e. with amdgpu.dc defaulted)

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107793 --- Comment #10 from ZLD <8zst4a7dhsqbq...@tuta.io> --- Created attachment 141483 --> https://bugs.freedesktop.org/attachment.cgi?id=141483=edit output of journalctl on failed boot with amdgpu.dc=1 amdgpu.dc_log=1 -- You are receiving this

[Bug 107793] Black screen on boot for Fedora 28 with 4.17 kernel (i.e. with amdgpu.dc defaulted)

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107793 --- Comment #9 from 8zst4a7dhsqbq...@tuta.io --- Just to add - Same happens to me with an R9 380 graphics card since amdgpu.dc was enabled. I am using my monitor through the vga port (with an dvi to vga adapter on my gpu). Passing "amdgpu.dc=0"

[Bug 195159] nouveau incorrect ACPI usgage results in ACPI Error : AE_AML_PACKAGE_LIMIT

2018-09-08 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=195159 Peter Wu (pe...@lekensteyn.nl) changed: What|Removed |Added CC||pe...@lekensteyn.nl ---

[Bug 105760] [4.17-rc1] RIP: smu7_populate_single_firmware_entry.isra.6+0x57/0xc0 [amdgpu] RSP: ffffa17901efb930

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105760 --- Comment #65 from Thomas Martitz --- https://patchwork.kernel.org/patch/10583229/ (modified such that the quirk is applied unconditionally) fixes GPU resume on my laptop as well. I think it's got the same PCIe bridge as the ASUS machines

[Bug 102962] GPU crash running Overwatch in wine-staging

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102962 --- Comment #13 from Timothy Arceri --- (In reply to Tobias Auerochs from comment #12) > (In reply to Timothy Arceri from comment #11) > > (In reply to gloriouseggroll from comment #9) > > > Created attachment 138466 [details] > > > broken

[Bug 102423] kwin segfaults when Alt+Tabbing with windows thumbnails on AMDGPU

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102423 Timothy Arceri changed: What|Removed |Added Resolution|--- |NOTOURBUG Status|NEEDINFO

[Bug 102885] regression - 17.2 sparkle grid in shadows

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102885 Timothy Arceri changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug 105152] Display artifacts related to DCC on radeonsi

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105152 Timothy Arceri changed: What|Removed |Added CC||dark...@gmail.com --- Comment #2 from

[Bug 105152] Display artifacts related to DCC on radeonsi

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105152 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 106522] QA Notice

2018-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106522 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---