Re: [PATCH 07/19] drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()

2025-04-13 Thread Laurent Pinchart
Hi Ville, Thank you for the patch. On Thu, Apr 10, 2025 at 07:32:06PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Pass along the format info from .fb_create() to aliminate the > redundant drm_get_format_info() calls from the gem fb code. > > Cc: Dave Airlie > Cc: Gerd Hoffmann > Cc

Problem with QXL driver

2025-04-13 Thread Serhio Gor
Hello, My name is Sergio , I'm sysadmin and I use Proxmox with virtual machines with Spice remote connection. Today I faced with problem - Have Virtual machine with Devuan and GUI Mate . During surfing in internet and when I click some buttons on pages the virtual machine freezes and don't work .

[PATCH 1/2] drm: qxl: Remove dead qxl_io_flush_* functions

2025-04-13 Thread linux
From: "Dr. David Alan Gilbert" qxl_io_flush_release() and qxl_io_flush_surfaces() were both added in 2013's commit f64122c1f6ad ("drm: add new QXL driver. (v1.4)") but have remained unused. Remove them. Signed-off-by: Dr. David Alan Gilbert --- drivers/gpu/drm/qxl/qxl_cmd.c | 10 --

[PATCH 0/2] drm: qxl: Deadcoding

2025-04-13 Thread linux
From: "Dr. David Alan Gilbert" Hi, A couple of small deadcodings for qxl. The first just cleans up a couple of trivial unusued wrappers. The second cleans out some debugfs code that's been unused for a few years. Dave Signed-off-by: Dr. David Alan Gilbert Dr. David Alan Gilbert (2): drm:

[PATCH 2/2] drm: qxl: Remove unused debugfs code

2025-04-13 Thread linux
From: "Dr. David Alan Gilbert" qxl_debugfs_add_files() has been unused since 2022's commit d0719e09264b ("drm/qxl: Use TTM builtin resource manager debugfs code") Remove it. This now leaves the debugfs_count and debugfs members of struct qxl_device unused. Remove them. QXL_DEBUGFS_MAX_COMPONE

Re: Problem with QXL driver

2025-04-13 Thread Frediano Ziglio
On Sun, Apr 13, 2025 at 4:58 PM Serhio Gor wrote: > Hello, > My name is Sergio , I'm sysadmin and I use Proxmox with virtual machines > with Spice remote connection. > Today I faced with problem - > > Have Virtual machine with Devuan and GUI Mate . During surfing in internet > and when I click s