Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c1699 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x)) macro
1729 fixed16_to_double_to_cpu(bb->sr_exit_time_us); in init_soc_bounding_box()
1731 fixed16_to_double_to_cpu(bb->sr_enter_plus_exit_time_us); in init_soc_bounding_box()
1733 fixed16_to_double_to_cpu(bb->urgent_latency_us); in init_soc_bounding_box()
1735 fixed16_to_double_to_cpu(bb->urgent_latency_pixel_data_only_us); in init_soc_bounding_box()
1737 fixed16_to_double_to_cpu(bb->urgent_latency_pixel_mixed_with_vm_data_us); in init_soc_bounding_box()
1739 fixed16_to_double_to_cpu(bb->urgent_latency_vm_data_only_us); in init_soc_bounding_box()
1747 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_pixel_only); in init_soc_bounding_box()
1749 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm); in init_soc_bounding_box()
1751 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_vm_only); in init_soc_bounding_box()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c3606 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x)) macro
3629 fixed16_to_double_to_cpu(bb->sr_exit_time_us);
3631 fixed16_to_double_to_cpu(bb->sr_enter_plus_exit_time_us);
3633 fixed16_to_double_to_cpu(bb->urgent_latency_us);
3635 fixed16_to_double_to_cpu(bb->urgent_latency_pixel_data_only_us);
3637 fixed16_to_double_to_cpu(bb->urgent_latency_pixel_mixed_with_vm_data_us);
3639 fixed16_to_double_to_cpu(bb->urgent_latency_vm_data_only_us);
3647 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_pixel_only);
3649 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm);
3651 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_vm_only);
[all …]