From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/Documentation/driver-api/firmware/lookup-order.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/driver-api/firmware/lookup-order.rst b/kernel/Documentation/driver-api/firmware/lookup-order.rst index 88c8173..6064672 100644 --- a/kernel/Documentation/driver-api/firmware/lookup-order.rst +++ b/kernel/Documentation/driver-api/firmware/lookup-order.rst @@ -12,6 +12,8 @@ return it immediately * The ''Direct filesystem lookup'' is performed next, if found we return it immediately +* The ''Platform firmware fallback'' is performed next, but only when + firmware_request_platform() is used, if found we return it immediately * If no firmware has been found and the fallback mechanism was enabled the sysfs interface is created. After this either a kobject uevent is issued or the custom firmware loading is relied upon for firmware -- Gitblit v1.6.2