mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 01:36:44 +07:00
drm/edid: remove an unneeded variable
We don't use timing_level any more after: 9cf00977da
"drm/edid: Unify
detailed block parsing between base and extension blocks".
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
68b61a7fd2
commit
0bcad4c95e
@ -1509,7 +1509,6 @@ static int add_detailed_info_eedid(struct drm_connector *connector,
|
||||
char *edid_ext = NULL;
|
||||
struct detailed_timing *timing;
|
||||
int start_offset, end_offset;
|
||||
int timing_level;
|
||||
|
||||
if (edid->version == 1 && edid->revision < 3)
|
||||
return 0;
|
||||
@ -1536,7 +1535,6 @@ static int add_detailed_info_eedid(struct drm_connector *connector,
|
||||
return 0;
|
||||
}
|
||||
|
||||
timing_level = standard_timing_level(edid);
|
||||
end_offset = EDID_LENGTH;
|
||||
end_offset -= sizeof(struct detailed_timing);
|
||||
for (i = start_offset; i < end_offset;
|
||||
|
Loading…
Reference in New Issue
Block a user