[Bug 105883] booting with kernel using amd-staging-drm-next on 2400G hangs

2018-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105883 --- Comment #7 from Joshua Lee --- I'm not sure where the kernel log is on arch. When I add that option to my kernel command line that you recommended, both my drm-next-staging kernel and 4.16 mainline kernels fail. I have

Re: [PATCH] drm: Add crtc_queue_syncobj and crtc_get_syncobj ioctls

2018-04-07 Thread Keith Packard
Jason Ekstrand writes: > Yeah, I suppose an application could ask for 10k frames in the future or > something ridiculous like that. For sync_file, people strongly want a > finite time guarantee for security/deadlock reasons. I don't know how > happy they would be with a

Re: [PATCH 1/2 v2] drm/pl111: Support the Versatile Express

2018-04-07 Thread Eric Anholt
Linus Walleij writes: > The Versatile Express uses a special configuration controller > deeply embedded in the system motherboard FPGA to multiplex the > two to three (!) CLCD instances out to the single SiI9022 > bridge. > > Set up an extra file with the logic to probe

Re: [PATCH 2/2 v2] drm/pl111: Enable device-specific assigned memory

2018-04-07 Thread Eric Anholt
Linus Walleij writes: > The Versatile Express has 8 MB of dedicated video RAM (VRAM) > on the motherboard, which is what we should be using for the > PL111 if available. On this platform, the memory backplane > is constructed so that only this memory will work properly

[Bug 105941] Dolphin emulator crashes a few seconds after playing a game

2018-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105941 Bug ID: 105941 Summary: Dolphin emulator crashes a few seconds after playing a game Product: Mesa Version: 18.0 Hardware: x86-64 (AMD64) OS: Linux (All)

[PATCH] drm/stm: ltdc: add user update info in plane print state

2018-04-07 Thread Philippe Cornu
This patch adds the user update information in frames-per-second into the drm debugfs plane state. Signed-off-by: Philippe Cornu --- drivers/gpu/drm/stm/ltdc.c | 22 ++ drivers/gpu/drm/stm/ltdc.h | 8 2 files changed, 30 insertions(+) diff

[PATCH] drm/stm: move enable/disable_vblank to crtc

2018-04-07 Thread Philippe Cornu
enable/disable_vblank() functions at drm_driver level are deprecated. Move them to the ltdc drm_crtc_funcs structure. Signed-off-by: Philippe Cornu --- drivers/gpu/drm/stm/drv.c | 2 -- drivers/gpu/drm/stm/ltdc.c | 10 ++ drivers/gpu/drm/stm/ltdc.h | 2 -- 3

[Bug 105426] [regression] Mesa-18.0rc4 - black screen in some Valve games when run under Wine

2018-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105426 --- Comment #10 from QwertyChouskie --- Can confirm TrackMania Nations Forever is fixed in 18.0-rc5. -- You are receiving this mail because: You are the assignee for the

[Bug 105911] DVI-D monitor connected to DVI-I output not detected (regression from kernel 4.14.32 to kernel 4.16.0 using graphic core)

2018-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105911 --- Comment #10 from Matthias Nagel --- Created attachment 138677 --> https://bugs.freedesktop.org/attachment.cgi?id=138677=edit dmesg output of kernel 4.16.0 with dc_log=1 Created new dmesg with amdgpu.dc_log=1,

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2018-04-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=51381 Nico Sneck (nicosn...@hotmail.com) changed: What|Removed |Added CC||nicosn...@hotmail.com

[Bug 199229] choppy cursor on ryzen 5 2400g

2018-04-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199229 david becerra (davidbecerrapor...@gmail.com) changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 2/2] media: omapfb: relax compilation if COMPILE_TEST

2018-04-07 Thread Laurent Pinchart
Hi Mauro, Thank you for the patch. On Friday, 6 April 2018 18:33:20 EEST Mauro Carvalho Chehab wrote: > The dependency of DRM_OMAP = n can be relaxed for just > compilation test. > > This allows building the omap3isp driver with allyesconfig > on ARM. omapfb has nothing to do with omap3isp. I

[Bug 104391] DC R9 285 HDMI audio regression since drm/amd/display: try to find matching audio inst for enc inst first

2018-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104391 --- Comment #3 from Andy Furniss --- Thanks, I'll close when the fix makes it into something public. Current agd5f drm-next-4.18-wip still has the issue. -- You are receiving this mail because: You are the assignee for

Re: [PATCH v7 1/2] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-04-07 Thread Laurent Pinchart
Hi Jacopo, On Saturday, 7 April 2018 12:45:56 EEST jacopo mondi wrote: > On Fri, Apr 06, 2018 at 06:40:14PM +0300, Laurent Pinchart wrote: > > Hi Jacopo, > > > > (CC'ing Mark Brown) > > Hi Mark > > [snip] > > >> Anyway, we spent enough time on naming issues, starting from my first > >> stupid

Re: [PATCH v7 1/2] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-04-07 Thread jacopo mondi
Hi Laurent On Fri, Apr 06, 2018 at 06:40:14PM +0300, Laurent Pinchart wrote: > Hi Jacopo, > > (CC'ing Mark Brown) Hi Mark [snip] > > > > Anyway, we spent enough time on naming issues, starting from my first > > stupid 'pdwn' permutations then on this semi-standard names. > > > > I'll send next

Re: [Intel-gfx] [PATCH] drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers

2018-04-07 Thread Hans de Goede
Hi, On 06-04-18 18:06, Ville Syrjälä wrote: On Thu, Apr 05, 2018 at 01:37:31PM +0200, Hans de Goede wrote: Hi, On 04-04-18 22:49, Ville Syrjälä wrote: On Wed, Apr 04, 2018 at 10:06:29PM +0200, Hans de Goede wrote: Hi, On 04-04-18 17:50, Ville Syrjälä wrote: On Fri, Mar 30, 2018 at

[DPU PATCH 2/2] drm/msm/dsi: implement auto PHY timing calculator for 10nm PHY

2018-04-07 Thread Abhinav Kumar
Currently the DSI PHY timings are hard-coded for a specific panel for the 10nm PHY. Replace this with the auto PHY timing calculator which can calculate the PHY timings for any panel. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/phy/dsi_phy.c | 111

[DPU PATCH 1/2] drm/msm/dsi: check video mode engine status before waiting

2018-04-07 Thread Abhinav Kumar
Make sure the video mode engine is on before waiting for the video done interrupt. Otherwise it leads to silent timeouts increasing display turn ON time. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dsi/dsi_host.c | 14 ++ 1 file changed, 10

[DPU PATCH 2/2] drm/panel: add backlight control support for truly panel

2018-04-07 Thread Abhinav Kumar
Register truly panel as a backlight led device and provide methods to control its backlight operation. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/panel/panel-truly-dual-dsi.c | 96 +++- 1 file changed, 94 insertions(+), 2 deletions(-) diff

[DPU PATCH 1/2] drm/panel: Add Truly Dual DSI video mode panel

2018-04-07 Thread Abhinav Kumar
From: Archit Taneja Add support for truly dual DSI video mode panel panel used in MSM reference platforms. Signed-off-by: Archit Taneja Signed-off-by: Abhinav Kumar --- .../bindings/display/truly,dual_wqxga.txt