Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c1940 s32 line_thresh1, line_thresh2, line_thresh = 0; in cdns_mhdp_sst_enable() local
1960 line_thresh2 = (pxlclock << 5) / 1000 / rate * (vs + 1) - (1 << 5); in cdns_mhdp_sst_enable()
1961 line_thresh = line_thresh1 - line_thresh2 / (s32)mhdp->link.num_lanes; in cdns_mhdp_sst_enable()