]> Git Repo - linux.git/commitdiff
drm/edid: Add a FIXME about DispID CEA data block revision
authorVille Syrjälä <[email protected]>
Fri, 24 Jan 2020 20:02:29 +0000 (22:02 +0200)
committerVille Syrjälä <[email protected]>
Fri, 14 Feb 2020 21:39:25 +0000 (23:39 +0200)
I don't understand what the DispID CEA data block revision
means. The spec doesn't say. I guess some DispID must have
a value of >= 3 in there or else we generally wouldn't
even parse the CEA data blocks. Or does all this code
actually not do anything?

Cc: Andres Rodriguez <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Andres Rodriguez <[email protected]>
Reviewed-by: Uma Shankar <[email protected]>
drivers/gpu/drm/drm_edid.c

index 61f77377b49ff6e314955531a21fa2c9ef1b66ad..097e54a4379e9c627ebb7e1dd8c995a2432deaaa 100644 (file)
@@ -3993,6 +3993,13 @@ cea_db_tag(const u8 *db)
 static int
 cea_revision(const u8 *cea)
 {
+       /*
+        * FIXME is this correct for the DispID variant?
+        * The DispID spec doesn't really specify whether
+        * this is the revision of the CEA extension or
+        * the DispID CEA data block. And the only value
+        * given as an example is 0.
+        */
        return cea[1];
 }
 
This page took 0.064191 seconds and 4 git commands to generate.