diff options
author | Dave Airlie <airlied@redhat.com> | 2024-08-30 11:28:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-08-30 11:28:11 +1000 |
commit | 27f5b729cb56e46d8beca47c227c0edf1e958fbb (patch) | |
tree | 07aa373fe5e76cea6ca2eed7a1c9eaf50c0a1f72 /drivers/of | |
parent | dde72a5d4fdf2e18fedb4b2abfba5f7e86bcb7c8 (diff) | |
parent | 9d824c7fce58f59982228aa85b0376b113cdfa35 (diff) | |
download | lwn-27f5b729cb56e46d8beca47c227c0edf1e958fbb.tar.gz lwn-27f5b729cb56e46d8beca47c227c0edf1e958fbb.zip |
Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
A revert for a previous TTM commit causing stuttering, 3 fixes for
vmwgfx related to buffer operations, a fix for video/aperture with
non-VGA primary devices, and a preemption status fix for v3d
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240829-efficient-swift-from-lemuria-f60c05@houat
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index 389d4ea6bfc1..ef622d41eb5b 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c @@ -592,7 +592,7 @@ static int __init of_platform_default_populate_init(void) * This can happen for example on DT systems that do EFI * booting and may provide a GOP handle to the EFI stub. */ - sysfb_disable(); + sysfb_disable(NULL); of_platform_device_create(node, NULL, NULL); of_node_put(node); } |