[Question] amdgpu: mmhub_v3_0_2.c

2025-02-01 Thread Gonzalo Silvalde Blanco
Hello, I was exploring the Linux kernel code and came across the following functions marked with //TODO in mmhub_v3_0_2.c: static void mmhub_v3_0_2_update_medium_grain_clock_gating(struct amdgpu_device *adev, bool enable) { //TODO } static void mmhub_v3_0_2_update_medium_grain_light_sleep(struct

Re: [PATCH] fbdev: udl: Make CONFIG_FB_DEVICE optional

2024-10-27 Thread gonzalo . silvalde
. Best regards, Gonzalo Silvalde Blanco [1] https://elixir.bootlin.com/linux/v6.11/source/Documentation/gpu/todo.rst#L459 On 25/10/24 17:37, Helge Deller wrote: On 10/25/24 11:25, Gonzalo Silvalde Blanco wrote: > The fb_udl driver currently depends on CONFIG_FB_DEVICE to create sysfs > e

[PATCH] fbdev: udl: Make CONFIG_FB_DEVICE optional

2024-10-25 Thread Gonzalo Silvalde Blanco
, both of which compiled and ran without issues. Signed-off-by: Gonzalo Silvalde Blanco --- drivers/video/fbdev/Kconfig | 1 - drivers/video/fbdev/udlfb.c | 41 ++--- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/drivers/video/fbdev/Kconfig b

[PATCH v3] fbdev: sstfb: Make CONFIG_FB_DEVICE optional and update Kconfig dependency

2024-10-15 Thread Gonzalo Silvalde Blanco
VGA pass-through, see: http://vogonswiki.com/index.php/VGA_passthrough_cable Tested by building with and without CONFIG_FB_DEVICE enabled, and both configurations compiled successfully without issues. Signed-off-by: Gonzalo Silvalde Blanco --- drivers/video/fbdev/Kconfig | 1 - drivers/video/fb

[PATCH v2] fbdev: sstfb: Make CONFIG_FB_DEVICE optional

2024-10-04 Thread Gonzalo Silvalde Blanco
VGA pass-through state and is not required for the display to work correctly. (See: http://vogonswiki.com/index.php/VGA_passthrough_cable for more information.) Tested by building with and without CONFIG_FB_DEVICE, both of which compiled without issues. Signed-off-by: Gonzalo Silvalde Bla

[PATCH] Subject: fbdev: sstfb: Make CONFIG_FB_DEVICE optional

2024-10-03 Thread Gonzalo Silvalde Blanco
out CONFIG_FB_DEVICE, both of which compile without issues Signed-off-by: Gonzalo Silvalde Blanco --- drivers/video/fbdev/sstfb.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/video/fbdev/sstfb.c b/drivers/video/fbdev/sstfb.c index f8ae54ca0cc3..17f39cc721aa 100