Home
last modified time | relevance | path

Searched defs:dc_dpia_bw_alloc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1119 struct dc_dpia_bw_alloc { struct
1120 int remote_sink_req_bw[MAX_SINKS_PER_LINK]; // BW requested by remote sinks
1122 int link_max_bw; // The Max BW that link can require/support
1123 int allocated_bw; // The Actual Allocated BW for this DPIA
1124 int estimated_bw; // The estimated available BW for this DPIA
1125 int bw_granularity; // BW Granularity
1126 int dp_overhead; // DP overhead in dp tunneling
1127 bool bw_alloc_enabled; // The BW Alloc Mode Support is turned ON for all 3: DP-Tx & Dpia & CM
1128 bool response_ready; // Response ready from the CM side
1129 uint8_t nrd_max_lane_count; // Non-reduced max lane count
[all …]