Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c2306 if (hblanking < HBLANKING_MIN || (hfp < HP_MIN && hbp < HP_MIN)) { in anx7625_bridge_mode_fixup()
2323 } else if (adj_hfp < HP_MIN) { in anx7625_bridge_mode_fixup()
2325 delta_adj = HP_MIN - adj_hfp; in anx7625_bridge_mode_fixup()
2326 adj_hfp = HP_MIN; in anx7625_bridge_mode_fixup()
2332 if ((adj_hbp - delta_adj) < HP_MIN) in anx7625_bridge_mode_fixup()
2337 } else if (adj_hbp < HP_MIN) { in anx7625_bridge_mode_fixup()
2338 delta_adj = HP_MIN - adj_hbp; in anx7625_bridge_mode_fixup()
2339 adj_hbp = HP_MIN; in anx7625_bridge_mode_fixup()
2345 if ((adj_hfp - delta_adj) < HP_MIN) in anx7625_bridge_mode_fixup()
H A Danx7625.h146 #define HP_MIN 8 macro