diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-07-04 04:54:21 +0300 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-07-04 04:54:31 +0300 |
| commit | 17d081ef84a6f3c2a1867cc753d7c8459a34d829 (patch) | |
| tree | 7980b7dd7fc4df747edff85802b30c0324e03b84 /include/linux | |
| parent | ca39a37174205808911700c9469ce58d3ce5ee8e (diff) | |
| parent | b4cd18f485687a2061ee7a0ce6833851fc4438da (diff) | |
| download | linux-17d081ef84a6f3c2a1867cc753d7c8459a34d829.tar.xz | |
Merge tag 'drm-misc-next-2025-07-03' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
drm-misc-next for 6.17:
UAPI Changes:
Cross-subsystem Changes:
Core Changes:
- bridge: More reference counting
- dp: Implement backlight control helpers
- fourcc: Add half-float and 32b float formats, RGB161616, BGR161616
- mipi-dsi: Drop MIPI_DSI_MODE_VSYNC_FLUSH flag
- ttm: Improve eviction
Driver Changes:
- i915: Use backlight control helpers for eDP
- tidss: Add AM65x OLDI bridge support
- panels:
- panel-edp: Add CMN N116BCJ-EAK support
- raydium-rm67200: misc cleanups, optional reset
- new panel: DJN HX83112B
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Maxime Ripard <mripard@redhat.com>
Link: https://lore.kernel.org/r/20250703-chirpy-lilac-dalmatian-2c5838@houat
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sysfb.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/sysfb.h b/include/linux/sysfb.h index 07cbab516942..b449665c686a 100644 --- a/include/linux/sysfb.h +++ b/include/linux/sysfb.h @@ -7,9 +7,13 @@ * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com> */ -#include <linux/kernel.h> +#include <linux/err.h> +#include <linux/types.h> + #include <linux/platform_data/simplefb.h> +struct device; +struct platform_device; struct screen_info; enum { |
