Home
last modified time | relevance | path

Searched refs:GENERIC_EDIDS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_edid_load.c50 #define GENERIC_EDIDS 6 macro
51 static const char * const generic_edid_name[GENERIC_EDIDS] = {
60 static const u8 generic_edid[GENERIC_EDIDS][128] = {
189 builtin = match_string(generic_edid_name, GENERIC_EDIDS, name); in edid_load()