Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v6_0.c513 struct dce6_wm_params { struct
538 static u32 dce_v6_0_dram_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_dram_bandwidth() argument
567 static u32 dce_v6_0_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce_v6_0_dram_bandwidth_for_display()
596 static u32 dce_v6_0_data_return_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_data_return_bandwidth()
625 static u32 dce_v6_0_dmif_request_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_dmif_request_bandwidth()
656 static u32 dce_v6_0_available_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_available_bandwidth()
675 static u32 dce_v6_0_average_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_average_bandwidth()
708 static u32 dce_v6_0_latency_watermark(struct dce6_wm_params *wm) in dce_v6_0_latency_watermark()
769 static bool dce_v6_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce_v6_0_average_bandwidth_vs_dram_bandwidth_for_display()
789 static bool dce_v6_0_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm) in dce_v6_0_average_bandwidth_vs_available_bandwidth()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dsi.c2033 struct dce6_wm_params { struct
2049 static u32 dce6_dram_bandwidth(struct dce6_wm_params *wm) in dce6_dram_bandwidth() argument
2069 static u32 dce6_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce6_dram_bandwidth_for_display()
2089 static u32 dce6_data_return_bandwidth(struct dce6_wm_params *wm) in dce6_data_return_bandwidth()
2109 static u32 dce6_get_dmif_bytes_per_request(struct dce6_wm_params *wm) in dce6_get_dmif_bytes_per_request()
2114 static u32 dce6_dmif_request_bandwidth(struct dce6_wm_params *wm) in dce6_dmif_request_bandwidth()
2146 static u32 dce6_available_bandwidth(struct dce6_wm_params *wm) in dce6_available_bandwidth()
2156 static u32 dce6_average_bandwidth(struct dce6_wm_params *wm) in dce6_average_bandwidth()
2180 static u32 dce6_latency_watermark(struct dce6_wm_params *wm) in dce6_latency_watermark()
2230 static bool dce6_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm) in dce6_average_bandwidth_vs_dram_bandwidth_for_display()
[all …]