[Bug 106757] Qt's QOpenGLWidget renders a blank screen under XWayland

2018-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106757 Michael Arnold changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 108710] Since 4.20 kernel Vega 56 hangs when I surf pages in steam client

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

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

2018-11-11 Thread Lee, Shawn C
BOE panel (ID: 0x0770) 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: [kbuild-all] [PATCH] fbcon: Silence fbcon logo on 'quiet' boots

2018-11-11 Thread Rong Chen
On 10/29/2018 11:15 PM, Prarit Bhargava wrote: On 10/29/2018 09:56 AM, kbuild test robot wrote: Hi Prarit, Thank you for the patch! Yet something to improve: [auto build test ERROR on sof-driver-fuweitax/master] [also build test ERROR on v4.19 next-20181029] [if your patch is applied to the

[Bug 99923] HITMAN (2016) having lighting and artefacting, and overly light room.

2018-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99923 --- Comment #43 from Gregor Münch --- I really like to say that its fixed but either a system or a game update made the game crash on start. HitmanPro.sh: Zeile 421: 13106 Speicherzugriffsfehler (Speicherabzug geschrieben) ${GAME_LAUNCH_PREFIX}

[Bug 108711] GPU crash in some opengl 1.x applications on vega gpu

2018-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108711 Bug ID: 108711 Summary: GPU crash in some opengl 1.x applications on vega gpu Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

[PATCH] udlfb: fix NULL pointer dereference in dlfb_usb_probe()

2018-11-11 Thread Alexey Khoroshilov
If memory allocation for dlfb fails, error handling code unconditionally dereference NULL pointer. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Fixes: 68a958a915ca ("udlfb: handle unplug properly") --- drivers/video/fbdev/udlfb.c | 6 +++--- 1

[PATCH -next] drm/panel: Remove set but not used variable 'config'

2018-11-11 Thread YueHaibing
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/panel/panel-truly-nt35597.c: In function 'truly_nt35597_panel_add': drivers/gpu/drm/panel/panel-truly-nt35597.c:488:31: warning: variable 'config' set but not used [-Wunused-but-set-variable] It never used since introdution in 1dd

Re: [PATCH DRM] drm: msm: disp: dpu1: Use DRM_DEV_* instead of DPU_*

2018-11-11 Thread Mamta Shukla
On Wed, Nov 7, 2018 at 12:25 AM Sean Paul wrote: > > On Sat, Oct 20, 2018 at 11:33:54PM +0530, Mamta Shukla wrote: > > Use DRM_DEV_ERROR/DEBUG instead of DPU_ERROR/DEBUG to generate > > drm-formatted specific log messages in the Kernel log in case of > > multiple instances. > > > > Signed-off-by:

[PATCH -next] drm/qxl: remove set but not used variable 'map'

2018-11-11 Thread YueHaibing
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/qxl/qxl_object.c: In function 'qxl_bo_kunmap_atomic_page': drivers/gpu/drm/qxl/qxl_object.c:189:21: warning: variable 'map' set but not used [-Wunused-but-set-variable] Signed-off-by: YueHaibing --- drivers/gpu/drm/qxl/qxl_object.c

Re: [PATCH v3 17/25] dt-bindings: panel: Add Bananapi S070WV20-CT16 ICN6211 MIPI-DSI to RGB bridge

2018-11-11 Thread Jagan Teki
On Wed, Nov 7, 2018 at 2:41 PM Andrzej Hajda wrote: > > On 06.11.2018 19:08, Jagan Teki wrote: > > On Wed, Oct 31, 2018 at 2:45 PM Andrzej Hajda wrote: > >> On 31.10.2018 09:58, Chen-Yu Tsai wrote: > >>> On Wed, Oct 31, 2018 at 4:53 PM Andrzej Hajda wrote: > On 26.10.2018 16:43, Jagan Teki

Re: Performance regression in ast drm driver

2018-11-11 Thread Jean Delvare
On Fri, 9 Nov 2018 10:04:03 +1000, David Airlie wrote: > This seems likely to be a hw problem with PCI writes to the AST "GPU", > since it's just some sort of RAM + ARM on the end of a PCIE bus, we've > definitely seen possible issues in the past with write combining > around some of the mga GPUs w

[PATCH -next] drm/sti: remove set but not used variable 'priv'

2018-11-11 Thread YueHaibing
Fixes gcc '-Wunused-but-set-variable' warning: drivers/gpu/drm/sti/sti_crtc.c: In function 'sti_crtc_vblank_cb': drivers/gpu/drm/sti/sti_crtc.c:255:22: warning: variable 'priv' set but not used [-Wunused-but-set-variable] It never used since introduction in 9e1f05b28009 ("drm/sti: rename files

Re: [PATCH] backlight: pwm_bl: re-add driver internal enabled tracking

2018-11-11 Thread Enric Balletbo i Serra
Hi Heiko, Many thanks to catch and dig into this, I did more tests but I was not able to reproduce the issue with my nfs environment. Anyway the patch looks good to me and fixes the issue for you, so On 9/11/18 10:48, Heiko Stuebner wrote: > Commit e6bcca0890b9 ("backlight: pwm_bl: Switch to usin

[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]

2018-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107296 --- Comment #5 from darkbasic --- I confirm, the same with B450M + 2400g and 4.18/4.19/4.20-rc1. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing list dr

[Bug 108710] Since 4.20 kernel Vega 56 hangs when I surf pages in steam client

2018-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108710 Bug ID: 108710 Summary: Since 4.20 kernel Vega 56 hangs when I surf pages in steam client Product: DRI Version: XOrg git Hardware: Other OS: All

Re: [PATCH 2/3] backlight/arcxcnn fix vendor prefix

2018-11-11 Thread Pavel Machek
Hi! > The vendor-prefixes.txt file properly refers to ArcticSand > as arctic but the driver improperly abbreviated the prefix > to arc. This was a mistake in the original patch > > Signed-off-by: Brian Dodge > --- > drivers/video/backlight/arcxcnn_bl.c | 22 +++--- > 1 file chan

Re: [PATCH] backlight/arcxcnn user proper vendor prefix in device tree bindings

2018-11-11 Thread Pavel Machek
On Thu 2018-11-01 18:35:29, Brian Dodge wrote: > The vendor-prefixes.txt file properly refers to ArcticSand > as "arctic" while the actual backlight driver and the > device tree bindings for it improperly use "arc". The > bindings are also modified to support newer backlight chips > in the arcxcnn

[Bug 108709] WARNING: CPU: 0 PID: 507 at lib/debugobjects.c:329 debug_print_object+0x6a/0x80

2018-11-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108709 Bug ID: 108709 Summary: WARNING: CPU: 0 PID: 507 at lib/debugobjects.c:329 debug_print_object+0x6a/0x80 Product: DRI Version: XOrg git Hardware: Other OS: