Subject: Documentation/driver-api/edid - update omitted reference From: Carsten Emde Date: Fri, 27 Dec 2019 18:46:21 +0100 When the file Documentation/EDID/HOWTO.txt was converted, renamed to edid.rst and moved to Documentation driver-api, it was omitted to search for references in the text that would need to be updated to reflect the new location of the file. I made the necessary change and corrected another omission from an earlier patch to honor the fact that the Makefile now uses a wildcard function to retrieve the source code file names instead of explicit given target dependencies. Signed-off-by: Carsten Emde Index: linux-5.4.5-rt3/Documentation/driver-api/edid.rst =================================================================== --- linux-5.4.5-rt3.orig/Documentation/driver-api/edid.rst +++ linux-5.4.5-rt3/Documentation/driver-api/edid.rst @@ -29,15 +29,15 @@ commonly used screen resolutions (800x60 not contain code to create these data. In order to elucidate the origin of the built-in binary EDID blobs and to facilitate the creation of individual data for a specific misbehaving monitor, commented sources -and a Makefile environment are given here. - -To create binary EDID and C source code files from the existing data -material, simply type "make". +are provided at Documentation/EDID/*.S along with a Makefile environment. +To create C source code and binary EDID files from the EDID source codes +in that directory, simply type "make". If you want to create your own EDID file, copy the file 1024x768.S, -replace the settings with your own data and add a new target to the -Makefile. Please note that the EDID data structure expects the timing -values in a different way as compared to the standard X11 format. +replace the settings with your own data and type "make". + +Please note that the EDID data structure expects the timing values in +a different way as compared to the standard X11 format. X11: HTimings: @@ -45,8 +45,7 @@ X11: VTimings: vdisp vsyncstart vsyncend vtotal -EDID:: - +EDID: #define XPIX hdisp #define XBLANK htotal-hdisp #define XOFFSET hsyncstart-hdisp