diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-11-26 19:03:23 +0300 |
|---|---|---|
| committer | Ard Biesheuvel <ardb@kernel.org> | 2025-12-16 16:12:44 +0300 |
| commit | 4fcae635887195d6ecc427d503d7671ca46bc11b (patch) | |
| tree | 31a42454f03c299d19f655fe42a6328d4ef332f0 /include/video | |
| parent | 08e583ad68577ff5135d2b6fad1d3b4b400074a5 (diff) | |
| download | linux-4fcae635887195d6ecc427d503d7671ca46bc11b.tar.xz | |
sysfb: Move edid_info into sysfb_primary_display
Move x86's edid_info into sysfb_primary_display as a new field named
edid. Adapt all users.
An instance of edid_info has only been defined on x86. With the move
into sysfb_primary_display, it becomes available on all architectures.
Therefore remove this contraint from CONFIG_FIRMWARE_EDID.
x86 fills the EDID data from boot_params.edid_info. DRM drivers pick
up the raw data and make it available to DRM clients. Replace the
drivers' references to edid_info and instead use the sysfb_display_info
as passed from sysfb.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'include/video')
| -rw-r--r-- | include/video/edid.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/video/edid.h b/include/video/edid.h index c2b186b1933a..52aabb706032 100644 --- a/include/video/edid.h +++ b/include/video/edid.h @@ -4,8 +4,4 @@ #include <uapi/video/edid.h> -#if defined(CONFIG_FIRMWARE_EDID) -extern struct edid_info edid_info; -#endif - #endif /* __linux_video_edid_h__ */ |
