Home
last modified time | relevance | path

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

/drivers/gpu/drm/bridge/analogix/
Danx7625.c1515 if (hblanking < HBLANKING_MIN || (hfp < HP_MIN && hbp < HP_MIN)) { in anx7625_bridge_mode_fixup()
1532 } else if (adj_hfp < HP_MIN) { in anx7625_bridge_mode_fixup()
1534 delta_adj = HP_MIN - adj_hfp; in anx7625_bridge_mode_fixup()
1535 adj_hfp = HP_MIN; in anx7625_bridge_mode_fixup()
1541 if ((adj_hbp - delta_adj) < HP_MIN) in anx7625_bridge_mode_fixup()
1546 } else if (adj_hbp < HP_MIN) { in anx7625_bridge_mode_fixup()
1547 delta_adj = HP_MIN - adj_hbp; in anx7625_bridge_mode_fixup()
1548 adj_hbp = HP_MIN; in anx7625_bridge_mode_fixup()
1554 if ((adj_hfp - delta_adj) < HP_MIN) in anx7625_bridge_mode_fixup()
Danx7625.h120 #define HP_MIN 8 macro