Lines Matching refs:dce6_wm_params
2052 struct dce6_wm_params { struct
2068 static u32 dce6_dram_bandwidth(struct dce6_wm_params *wm) in dce6_dram_bandwidth() argument
2088 static u32 dce6_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce6_dram_bandwidth_for_display()
2108 static u32 dce6_data_return_bandwidth(struct dce6_wm_params *wm) in dce6_data_return_bandwidth()
2128 static u32 dce6_get_dmif_bytes_per_request(struct dce6_wm_params *wm) in dce6_get_dmif_bytes_per_request()
2133 static u32 dce6_dmif_request_bandwidth(struct dce6_wm_params *wm) in dce6_dmif_request_bandwidth()
2165 static u32 dce6_available_bandwidth(struct dce6_wm_params *wm) in dce6_available_bandwidth()
2175 static u32 dce6_average_bandwidth(struct dce6_wm_params *wm) in dce6_average_bandwidth()
2199 static u32 dce6_latency_watermark(struct dce6_wm_params *wm) in dce6_latency_watermark()
2249 static bool dce6_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce6_average_bandwidth_vs_dram_bandwidth_for_display()
2258 static bool dce6_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm) in dce6_average_bandwidth_vs_available_bandwidth()
2267 static bool dce6_check_latency_hiding(struct dce6_wm_params *wm) in dce6_check_latency_hiding()
2298 struct dce6_wm_params wm_low, wm_high; in dce6_program_watermarks()