Re: [PATCH 1/6] drm: include drm_device.h from drm_legacy.h

2018-12-28 Thread Jani Nikula
On Thu, 27 Dec 2018, Daniel Vetter wrote: > On Thu, Dec 27, 2018 at 05:04:20PM +0100, Daniel Vetter wrote: >> On Thu, Dec 27, 2018 at 02:56:36PM +0200, Jani Nikula wrote: >> > Make it easier to drop drmP.h includes. >> > >> > Cc: Sam Ravnborg >> > Cc: Daniel Vetter >> > Cc: Laurent Pinchart >>

[PATCH v2] drm: forward declare struct drm_file in drm_syncobj.h

2018-12-28 Thread Jani Nikula
Make it easier to drop drmP.h includes. Switch from "" to <> includes while at it. v2: forward declare instead of including drm_file.h (Daniel) Cc: Sam Ravnborg Cc: Daniel Vetter Cc: Laurent Pinchart Reviewed-by: Daniel Vetter Signed-off-by: Jani Nikula --- include/drm/drm_syncobj.h | 4 +++

[Bug 109163] employee module is not working

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109163 Bug ID: 109163 Summary: employee module is not working Product: DRI Version: XOrg git Hardware: All OS: All Status: NEW Severity: major Priorit

[Bug 109163] employee module is not working

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109163 bhawanawadalkar...@gmail.com changed: What|Removed |Added QA Contact||choudhari@gmail.com -

[Bug 109163] employee module is not working

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109163 bhawanawadalkar...@gmail.com changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop |pujabanage...@gmail.com

Re: [PATCH] drm/i915: avoid division by zero on skl_calc_wrpll_link

2018-12-28 Thread Jani Nikula
On Mon, 17 Dec 2018, Yang Xiao wrote: > From: Young Xiao > > If for some unexpected reason the registers all read zero it's better > to WARN and return instead of dividing by zero and completely freezing > the machine. > > See commit 0e005888b833 ("drm/i915: avoid division by zero on > cnl_calc_w

Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-28 Thread james qian wang (Arm Technology China)
On Mon, Dec 24, 2018 at 02:05:43PM +0100, Daniel Vetter wrote: > On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau wrote: > > > > On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm Technology > > China) wrote: > > > v2: Adjusted the position of KOMEDA by alphabetical order > > > > > > Signe

Re: [Intel-gfx] [PATCH v3 0/3] CRTC background color

2018-12-28 Thread Daniel Vetter
Am Fr., 28. Dez. 2018, 02:09 hat Stéphane Marchesin geschrieben: > On Thu, Dec 27, 2018 at 4:45 PM Matt Roper > wrote: > > > > On Thu, Dec 27, 2018 at 04:22:28PM -0800, Stéphane Marchesin wrote: > > > On Thu, Dec 27, 2018 at 3:49 PM Li, Wei C wrote: > > > > > > > > Matt, > > > > > > > > Is tha

Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 12:15 PM james qian wang (Arm Technology China) wrote: > > On Mon, Dec 24, 2018 at 02:05:43PM +0100, Daniel Vetter wrote: > > On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau wrote: > > > > > > On Fri, Dec 21, 2018 at 10:01:06AM +, james qian wang (Arm Technology > > > Chi

Re: [PATCH 6/6] drm/i915: drop all drmP.h includes

2018-12-28 Thread Daniel Vetter
On Thu, Dec 27, 2018 at 06:27:53PM +0200, Jani Nikula wrote: > On Thu, 27 Dec 2018, Daniel Vetter wrote: > > I guess next up would be to split up i915_drv.h and intel_drv.h and see > > how much our driver is a spaghetti mess where everything needs everything > > else :-) > > In general this got m

Re: [RFC PATCH 1/2] drm/fb-helper: Bring back workaround for bugs of SDL 1.2

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 04:26:56AM +0500, Ivan Mironov wrote: > On Thu, 2018-12-27 at 13:00 +0100, Daniel Vetter wrote: > > > + /* > > > + * Workaround for SDL 1.2, which is known to be setting all pixel format > > > + * fields values to zero in some cases. We treat this situation as a > > > +

Re: [PATCH v1 2/2] drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 04:13:08AM +0500, Ivan Mironov wrote: > Strict requirement of pixclock to be zero breaks support of SDL 1.2 > which contains hardcoded table of supported video modes with non-zero > pixclock values[1]. > > To better understand which pixclock values are considered valid and

Re: [PATCH] drm/vc4: Allow fb modifiers early enough to fill IN_FORMATS property

2018-12-28 Thread Daniel Vetter
On Thu, Dec 27, 2018 at 03:36:20PM -0800, Eric Anholt wrote: > Paul Kocialkowski writes: > > > The KMS mode_config elements are currently configured in vc4_kms_load, > > that is called after all components are binded (component_bind_all). > > However, the CRTC component (for the Pixel Valve) need

Re: [PATCH 1/6] drm: include drm_device.h from drm_legacy.h

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 10:23:00AM +0200, Jani Nikula wrote: > On Thu, 27 Dec 2018, Daniel Vetter wrote: > > On Thu, Dec 27, 2018 at 05:04:20PM +0100, Daniel Vetter wrote: > >> On Thu, Dec 27, 2018 at 02:56:36PM +0200, Jani Nikula wrote: > >> > Make it easier to drop drmP.h includes. > >> > > >>

Re: [PATCH v1 1/2] drm/fb-helper: Bring back workaround for bugs of SDL 1.2

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 04:13:07AM +0500, Ivan Mironov wrote: > SDL 1.2 sets all fields related to the pixel format to zero in some > cases[1]. Prior to commit db05c48197759 ("drm: fb-helper: Reject all > pixel format changing requests"), there was an unintentional workaround > for this that existe

Re: [PATCH 01/10] drm/etnaviv: move job context pointer to etnaviv_gem_submit

2018-12-28 Thread Christian Gmeiner
Am Mi., 19. Dez. 2018 um 15:45 Uhr schrieb Lucas Stach : > > The context isn't really related to the cmdbuf, but is a property of > the job. This has been missed when moving to a properly refcounted > etnaviv_gem_submit. > > Signed-off-by: Lucas Stach Reviewed-by: Christian Gmeiner > --- > dri

Re: [PATCH 0/6] drm/i915: drmP.h include removal w/ drm prep work

2018-12-28 Thread Sam Ravnborg
Hi Jani. On Thu, Dec 27, 2018 at 02:56:35PM +0200, Jani Nikula wrote: > First make some drm headers self-contained, removing the implicit > dependency on a previous drmP.h include. Then remove all drmP.h includes > from drm/i915. > > Inspired by Sam's series [1]. Theres a one line trivial conflic

[PATCH v2] drm: un-inline drm_legacy_findmap()

2018-12-28 Thread Jani Nikula
Also include drm_hashtab.h and add struct drm_device forward declaration in drm_legacy.h to make it more self-contained. Make it easier to drop drmP.h includes. v2: avoid including drm_device.h by un-inlining (Daniel) Cc: Sam Ravnborg Cc: Daniel Vetter Cc: Laurent Pinchart Signed-off-by: Jani

Re: [PATCH 1/6] drm: include drm_device.h from drm_legacy.h

2018-12-28 Thread Jani Nikula
On Fri, 28 Dec 2018, Daniel Vetter wrote: > On Fri, Dec 28, 2018 at 10:23:00AM +0200, Jani Nikula wrote: >> On Thu, 27 Dec 2018, Daniel Vetter wrote: >> > On Thu, Dec 27, 2018 at 05:04:20PM +0100, Daniel Vetter wrote: >> >> On Thu, Dec 27, 2018 at 02:56:36PM +0200, Jani Nikula wrote: >> >> > Make

Re: [PATCH v2] drm: un-inline drm_legacy_findmap()

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 03:04:46PM +0200, Jani Nikula wrote: > Also include drm_hashtab.h and add struct drm_device forward declaration > in drm_legacy.h to make it more self-contained. Make it easier to drop > drmP.h includes. > > v2: avoid including drm_device.h by un-inlining (Daniel) > > Cc:

[Bug 108340] Ambient Occlusion in Two Point Hospital shows black spot artifacts

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108340 --- Comment #2 from wietse.joris...@gmail.com --- I am noticing the same issue, also running on max graphical settings. Ubuntu 18.10 Kernel 4.18.0-13-generic AMD RX 480 OpenGL version string: 4.4 (Compatibility Profile) Mesa 18.2.2 Steps follow

[PATCH] drm/docs: improve docs for drm_drv.c

2018-12-28 Thread Daniel Vetter
Just a bit of drive-by reading: - drm_dev_set_unique() is really the exception, make that clear. - drm_dev_init() is the recomended approach. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_drv.c | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/d

Re: [PATCH 0/6] drm/i915: drmP.h include removal w/ drm prep work

2018-12-28 Thread Jani Nikula
On Thu, 27 Dec 2018, Daniel Vetter wrote: > On Thu, Dec 27, 2018 at 02:56:35PM +0200, Jani Nikula wrote: >> First make some drm headers self-contained, removing the implicit >> dependency on a previous drmP.h include. Then remove all drmP.h includes >> from drm/i915. >> >> Inspired by Sam's serie

Re: [PATCH] drm/vc4: Allow fb modifiers early enough to fill IN_FORMATS property

2018-12-28 Thread Paul Kocialkowski
On Fri, 2018-12-28 at 13:08 +0100, Daniel Vetter wrote: > On Thu, Dec 27, 2018 at 03:36:20PM -0800, Eric Anholt wrote: > > Paul Kocialkowski writes: > > > > > The KMS mode_config elements are currently configured in vc4_kms_load, > > > that is called after all components are binded (component_bin

[PATCH] drm/nouveau: fix incorrect FB_BACKLIGHT usage in Kconfig

2018-12-28 Thread Bartlomiej Zolnierkiewicz
Making FB_BACKLIGHT tristate by commit b4a1ed0cd18b ("fbdev: make FB_BACKLIGHT a tristate") caused unmet dependencies in some configurations: WARNING: unmet direct dependencies detected for FB_BACKLIGHT Depends on [m]: HAS_IOMEM [=y] && FB [=m] Selected by [y]: - DRM_NOUVEAU [=y] && HAS_IOME

[PATCH v2] drm/fb-helper: Scale back depth to supported maximum

2018-12-28 Thread Linus Walleij
The following happened when migrating an old fbdev driver to DRM: The Integrator/CP PL111 supports 16BPP but only ARGB1555/ABGR1555 or XRGB1555/XBGR1555 i.e. the maximum depth is 15. This makes the initialization of the framebuffer fail since the code in drm_fb_helper_single_fb_probe() assigns th

Re: [PATCH v2] drm/fb-helper: Scale back depth to supported maximum

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 4:40 PM Linus Walleij wrote: > > The following happened when migrating an old fbdev driver to DRM: > > The Integrator/CP PL111 supports 16BPP but only ARGB1555/ABGR1555 > or XRGB1555/XBGR1555 i.e. the maximum depth is 15. > > This makes the initialization of the framebuffer

Re: [PATCH v3 9/9] MAINTAINERS: Add maintainer for arm komeda driver

2018-12-28 Thread Liviu Dudau
On Fri, Dec 28, 2018 at 12:56:27PM +0100, Daniel Vetter wrote: > On Fri, Dec 28, 2018 at 12:15 PM james qian wang (Arm Technology > China) wrote: > > > > On Mon, Dec 24, 2018 at 02:05:43PM +0100, Daniel Vetter wrote: > > > On Mon, Dec 24, 2018 at 1:33 PM Liviu Dudau wrote: > > > > > > > > On Fri,

Re: [Intel-gfx] [PATCH v3 0/3] CRTC background color

2018-12-28 Thread Matt Roper
On Fri, Dec 28, 2018 at 12:53:29PM +0100, Daniel Vetter wrote: > Am Fr., 28. Dez. 2018, 02:09 hat Stéphane Marchesin > geschrieben: > > On Thu, Dec 27, 2018 at 4:45 PM Matt Roper > > wrote: > > > > > > On Thu, Dec 27, 2018 at 04:22:28PM -0800, Stéphane Marchesin wrote: > > > > On Thu, Dec 27, 2

[Bug 105910] Graphical artifacts on unresponsible surfaces on AMD Radeon RX 570

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105910 Michel Dänzer changed: What|Removed |Added Attachment #138632|text/x-log |text/plain mime type|

Re: [Intel-gfx] [PATCH v3 0/3] CRTC background color

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 5:35 PM Matt Roper wrote: > > On Fri, Dec 28, 2018 at 12:53:29PM +0100, Daniel Vetter wrote: > > Am Fr., 28. Dez. 2018, 02:09 hat Stéphane Marchesin > > geschrieben: > > > On Thu, Dec 27, 2018 at 4:45 PM Matt Roper > > > wrote: > > > > > > > > On Thu, Dec 27, 2018 at 04:2

[Bug 105910] Graphical artifacts on unresponsible surfaces on AMD Radeon RX 570

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105910 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Intel-gfx] [PATCH v3 0/3] CRTC background color

2018-12-28 Thread Matt Roper
On Fri, Dec 28, 2018 at 06:14:40PM +0100, Daniel Vetter wrote: > On Fri, Dec 28, 2018 at 5:35 PM Matt Roper wrote: > > > > On Fri, Dec 28, 2018 at 12:53:29PM +0100, Daniel Vetter wrote: > > > Am Fr., 28. Dez. 2018, 02:09 hat Stéphane Marchesin > > > geschrieben: > > > > On Thu, Dec 27, 2018 at 4:

Re: [PATCH v1 1/2] drm/fb-helper: Bring back workaround for bugs of SDL 1.2

2018-12-28 Thread Eugeniy Paltsev
On Fri, 2018-12-28 at 04:13 +0500, Ivan Mironov wrote: > SDL 1.2 sets all fields related to the pixel format to zero in some > cases[1]. Prior to commit db05c48197759 ("drm: fb-helper: Reject all > pixel format changing requests"), there was an unintentional workaround > for this that existed for m

Re: [PATCH v2 1/3] dt-bindings: display: bridge: fork out ti, ds90c185 from lvds-transmitter

2018-12-28 Thread Rob Herring
On Thu, Dec 27, 2018 at 4:54 PM Peter Rosin wrote: > > On 2018-12-27 22:27, Rob Herring wrote: > > On Wed, Dec 19, 2018 at 02:04:47PM +0100, Peter Rosin wrote: > >> From: Peter Rosin > >> > >> DS90C185 has a shutdown pin which does not fit in the lvds-transmitter > >> binding, which is meant to b

[Bug 109162] Bugs Bunny: Lost in Time

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109162 --- Comment #8 from smoki --- Got this old OpenGL game accelerated, by using gldirect: http://sourceforge.net/projects/gldirect/ That seems supports OpenGL 1.x to D3D9 just fine :) And then asking d3dadapter nine to play opengl game and ev

Re: [PATCH] qcom-scm: Include header

2018-12-28 Thread Fabio Estevam
Hi Bjorn, On Fri, Dec 28, 2018 at 5:31 PM Bjorn Andersson wrote: > > On Wed 26 Dec 04:06 PST 2018, Fabio Estevam wrote: > > > Since commit e6f6d63ed14c ("drm/msm: add headless gpu device for imx5") > > the DRM_MSM symbol can be selected by SOC_IMX5 causing the following > > error when building im

Re: [PATCH] qcom-scm: Include header

2018-12-28 Thread Fabio Estevam
Hi Bjorn, On Fri, Dec 28, 2018 at 5:52 PM Fabio Estevam wrote: > By the way, I just ran get_maintainers in this patch and linux-arm-msm > is not listed. Would you like to me to submit a patch like this to fix this problem? diff --git a/MAINTAINERS b/MAINTAINERS index 7a9804a891fd..e014de05b046

Re: [PATCH] qcom-scm: Include header

2018-12-28 Thread Fabio Estevam
On Fri, Dec 28, 2018 at 5:52 PM Fabio Estevam wrote: > > Andy, please pick up for inclusion in -rc > > Yes, it would be really nice if we could get this fix into 4.20-rc1 so > that imx_v6_v7_defconfig could be built. Ops, I meant 4.21-rc1 :-) ___ dri-d

Re: [PATCH] qcom-scm: Include header

2018-12-28 Thread Fabio Estevam
On Fri, Dec 28, 2018 at 5:56 PM Fabio Estevam wrote: > > Hi Bjorn, > > On Fri, Dec 28, 2018 at 5:52 PM Fabio Estevam wrote: > > > By the way, I just ran get_maintainers in this patch and linux-arm-msm > > is not listed. > > Would you like to me to submit a patch like this to fix this problem? Ju

Re: [PATCH 5/9] drm/fb-helper: Add generic fbdev emulation .fb_probe function

2018-12-28 Thread Daniel Vetter
On Tue, May 29, 2018 at 9:54 AM Daniel Vetter wrote: > > On Fri, May 25, 2018 at 02:42:02PM +0200, Noralf Trønnes wrote: > > > > Den 24.05.2018 11.16, skrev Daniel Vetter: > > > On Wed, May 23, 2018 at 04:34:07PM +0200, Noralf Trønnes wrote: > > > > This is the first step in getting generic fbdev

Re: [Intel-gfx] [PATCH v3 0/3] CRTC background color

2018-12-28 Thread Daniel Vetter
On Fri, Dec 28, 2018 at 6:19 PM Matt Roper wrote: > > On Fri, Dec 28, 2018 at 06:14:40PM +0100, Daniel Vetter wrote: > > On Fri, Dec 28, 2018 at 5:35 PM Matt Roper > > wrote: > > > > > > On Fri, Dec 28, 2018 at 12:53:29PM +0100, Daniel Vetter wrote: > > > > Am Fr., 28. Dez. 2018, 02:09 hat Stéph

[Bug 107561] [amdgpu] / rx550 / half the fps after thaw

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107561 arne_woer...@yahoo.com changed: What|Removed |Added Severity|major |critical -- You are receiving

[Bug 107561] [amdgpu] / rx550 / half the fps after thaw

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107561 --- Comment #1 from arne_woer...@yahoo.com --- Hi! The bug is still there. Is there something I could do in order to fix it? Or is suspend/resume not really supported? I use it daily and almost never use `halt -p`... Thx. Bye. -- You are r

[Bug 107561] [amdgpu] / rx550 / half the fps after thaw

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107561 Alex Deucher changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop | |.org

Re: [PATCH] drm/etnaviv: fix some off by one bugs

2018-12-28 Thread Christian Gmeiner
Am Fr., 13. Juli 2018 um 17:00 Uhr schrieb Dan Carpenter : > > The ->nr_signal is the supposed to be the number of elements in the > ->signal array. There was one place where it was 5 but it was supposed > to be 4. That looks like a copy and paste bug. There were also two > checks that were off

Re: [PATCH v2 2/3] dt-bindings: gpu: samsung-rotator: Document s5pv210 support

2018-12-28 Thread Rob Herring
On Fri, 28 Dec 2018 16:19:03 +0100, =?UTF-8?q?Pawe=C5=82=20Chmiel?= wrote: > This commit documents new compatible for s5pv210 soc, > which will be also supported by this driver. > > Signed-off-by: Paweł Chmiel > --- > Changes from v1: > - Removed list enumeration > - Placed s5pv210 at beginni

Re: [PATCH v2 2/3] dt-bindings: gpu: samsung-rotator: Document s5pv210 support

2018-12-28 Thread Krzysztof Kozlowski
On Fri, 28 Dec 2018 at 16:19, Paweł Chmiel wrote: > > This commit documents new compatible for s5pv210 soc, > which will be also supported by this driver. > > Signed-off-by: Paweł Chmiel > --- > Changes from v1: > - Removed list enumeration > - Placed s5pv210 at beginning of list (it's the ol

[Bug 109169] Stuck with 800x600 resolution on DisplayPort of RX570.

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109169 Bug ID: 109169 Summary: Stuck with 800x600 resolution on DisplayPort of RX570. Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: N

[PATCH v4 0/3] CRTC background color

2018-12-28 Thread Matt Roper
Fourth version of the series previously posted here: https://lists.freedesktop.org/archives/intel-gfx/2018-November/181939.html Code-wise, this version mainly just drops the bgcolor_changed flag. Most of the changes here are just to the kerneldoc: clarifying the interaction of background color

[PATCH v4 1/3] drm/i915: Force background color to black for gen9+ (v2)

2018-12-28 Thread Matt Roper
We don't yet allow userspace to control the CRTC background color, but we should manually program the color to black to ensure the BIOS didn't leave us with some other color. We should also set the pipe gamma and pipe CSC bits so that the background color goes through the same color management tra

[PATCH v4 2/3] drm: Add CRTC background color property (v4)

2018-12-28 Thread Matt Roper
Some display controllers can be programmed to present non-black colors for pixels not covered by any plane (or pixels covered by the transparent regions of higher planes). Compositors that want a UI with a solid color background can potentially save memory bandwidth by setting the CRTC background

[PATCH v4 3/3] drm/i915/gen9+: Add support for pipe background color (v4)

2018-12-28 Thread Matt Roper
Gen9+ platforms allow CRTC's to be programmed with a background/canvas color below the programmable planes. Let's expose this for use by compositors. v2: - Split out bgcolor sanitization and programming of csc/gamma bits to a separate patch that we can land before the ABI changes are ready to

Re: [PATCH v6 2/2] arm64: dts: sdm845: Add gpu and gmu device nodes

2018-12-28 Thread Stephen Boyd
Quoting Rajendra Nayak (2018-12-20 20:52:34) > > On 12/21/2018 2:59 AM, Stephen Boyd wrote: > > Quoting Rob Herring (2018-12-19 15:47:25) > >> On Wed, Dec 19, 2018 at 4:40 PM Doug Anderson > >> wrote: > >>> On Wed, Dec 19, 2018 at 12:40 PM Doug Anderson > >>> wrote: > On Wed, Dec 19, 2018

[Bug 107561] [amdgpu] / rx550 / half the fps after thaw

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107561 --- Comment #3 from arne_woer...@yahoo.com --- Created attachment 142906 --> https://bugs.freedesktop.org/attachment.cgi?id=142906&action=edit Xorg.0.log from fresh boot until second suspend -- You are receiving this mail because: You are the

[Bug 107561] [amdgpu] / rx550 / half the fps after thaw

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107561 --- Comment #4 from arne_woer...@yahoo.com --- Created attachment 142907 --> https://bugs.freedesktop.org/attachment.cgi?id=142907&action=edit log messages from reboot until second suspend -- You are receiving this mail because: You are the a

[Bug 107561] [amdgpu] / rx550 / half the fps after thaw

2018-12-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107561 --- Comment #5 from arne_woer...@yahoo.com --- Comment on attachment 142907 --> https://bugs.freedesktop.org/attachment.cgi?id=142907 log messages from reboot until second suspend i removed the lines with crond|CROND|iptables(vaako.intern.wgbo

Re: [git pull] drm next leftovers for rc1

2018-12-28 Thread pr-tracker-bot
The pull request you sent on Thu, 27 Dec 2018 10:09:49 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2018-12-27 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/7e59fad9c9d1aeacdc96dfffd35f9e12ddc34dbf Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [PATCH v4 2/3] drm: Add CRTC background color property (v4)

2018-12-28 Thread kbuild test robot
Hi Matt, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on next-20181224] [cannot apply to v4.20] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github