Symbol: dce8_wm_params
sys/dev/drm/amd/amdgpu/dce_v8_0.c
642
static u32 dce_v8_0_dram_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
671
static u32 dce_v8_0_dram_bandwidth_for_display(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
700
static u32 dce_v8_0_data_return_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
729
static u32 dce_v8_0_dmif_request_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
760
static u32 dce_v8_0_available_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
779
static u32 dce_v8_0_average_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
812
static u32 dce_v8_0_latency_watermark(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
873
static bool dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
893
static bool dce_v8_0_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
911
static bool dce_v8_0_check_latency_hiding(struct dce8_wm_params *wm)
sys/dev/drm/amd/amdgpu/dce_v8_0.c
953
struct dce8_wm_params wm_low, wm_high;
sys/dev/drm/radeon/cik.c
8957
static u32 dce8_dram_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
8986
static u32 dce8_dram_bandwidth_for_display(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9015
static u32 dce8_data_return_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9044
static u32 dce8_dmif_request_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9075
static u32 dce8_available_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9094
static u32 dce8_average_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9127
static u32 dce8_latency_watermark(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9188
static bool dce8_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9208
static bool dce8_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9226
static bool dce8_check_latency_hiding(struct dce8_wm_params *wm)
sys/dev/drm/radeon/cik.c
9268
struct dce8_wm_params wm_low, wm_high;