Searched defs:dc_dpia_bw_alloc (Results 1 – 1 of 1) sorted by relevance
1226 struct dc_dpia_bw_alloc { struct1227 int remote_sink_req_bw[MAX_SINKS_PER_LINK]; // BW requested by remote sinks1228 …ink_verified_bw; // The Verified BW that link can allocated and use that has been verified already1229 int link_max_bw; // The Max BW that link can require/support1230 int allocated_bw; // The Actual Allocated BW for this DPIA1231 int estimated_bw; // The estimated available BW for this DPIA1232 int bw_granularity; // BW Granularity1233 int dp_overhead; // DP overhead in dp tunneling1234 bool bw_alloc_enabled; // The BW Alloc Mode Support is turned ON for all 3: DP-Tx & Dpia & CM1235 uint8_t nrd_max_lane_count; // Non-reduced max lane count[all …]
Completed in 15 milliseconds