Files
u-boot-krane/cmd
Tom Rini 5652ccc86a Merge patch series "video: display: refactor display_read_timing to avoid code duplication"
Julien Stephan <jstephan@baylibre.com> says:

Commit 2dcf143398 ("dm: video: Repurpose the 'displayport' uclass to 'display'")
left the display_read_edid() function unused by mistake.

This series addresses that oversight and introduces a new useful cmd.

Patch 1:
 - Refactors display_read_timing() to use the existing
   display_read_edid() function, eliminating redundant code.
 - Marks display_read_edid() as static since it is not used outside of
   the file.

Patch 2:
 - Adds a new read_edid command, which can be very useful for debugging
   or developing new display drivers.
 - As this command uses display_read_edid(), the function is made
   non-static again.

Link: https://lore.kernel.org/r/20250630-read_edid_cleanup-v1-0-ec7d425472c7@baylibre.com
2025-12-30 11:23:00 -06:00
..
2025-07-11 10:43:29 -06:00
2025-09-24 11:03:43 -06:00
2025-05-30 09:49:31 +01:00
2025-12-05 08:54:44 -06:00
2025-07-08 15:00:17 +02:00
2025-08-06 07:49:13 +02:00
2025-08-06 08:41:30 +02:00
2025-06-02 17:26:16 -06:00
2025-06-02 17:26:16 -06:00
2025-08-23 16:37:20 +02:00
2025-12-30 11:22:57 -06:00
2025-12-04 09:38:58 -06:00
2025-12-04 09:38:58 -06:00
2025-10-08 11:34:54 +02:00