Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.h414 #define FOUR_BLOCK_SIZE (128 * 4) macro
422 u8 edid_raw_data[FOUR_BLOCK_SIZE];
H A Danx7625.c1794 edid = kmalloc(FOUR_BLOCK_SIZE, GFP_KERNEL); in anx7625_get_edid()
1802 FOUR_BLOCK_SIZE); in anx7625_get_edid()
1819 memcpy(edid, ctx->slimport_edid_p.edid_raw_data, FOUR_BLOCK_SIZE); in anx7625_get_edid()