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
.
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
, 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
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
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
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