summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorMarkus Schneider-Pargmann (TI.com) <[email protected]>2026-01-05 10:36:27 +0100
committerTom Rini <[email protected]>2026-01-16 09:07:28 -0600
commit36829e951bfeddb7b2e9eaa93223d646577fcc02 (patch)
treeb0b5d0b6f1612334b038d1f032ada685e70ee5bc /scripts/kernel-doc
parent60f5170c1fe2a438e36b71eea0237ca166e6ef23 (diff)
panel: Lightweight support of get_modes()
Linux uses get_modes() to fetch all available panel modes from the driver. This is also used to fetch the modes from Linux's simple panel implementation where a list of drm_display_mode structs is used to define the different possible panels. To make our work easier, create a compatible way of fetching and defining these modes in u-boot. get_modes() fetches the available modes from the panel driver. The get_display_timing() call maps the drm_display_mode properties to the display_timing struct. This call now uses whatever panel operation is available, get_display_timing() or get_modes(). Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions