Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c3611 #define fixed16_to_double_to_cpu(x) fixed16_to_double(le32_to_cpu(x)) macro
3634 fixed16_to_double_to_cpu(bb->sr_exit_time_us);
3636 fixed16_to_double_to_cpu(bb->sr_enter_plus_exit_time_us);
3638 fixed16_to_double_to_cpu(bb->urgent_latency_us);
3640 fixed16_to_double_to_cpu(bb->urgent_latency_pixel_data_only_us);
3642 fixed16_to_double_to_cpu(bb->urgent_latency_pixel_mixed_with_vm_data_us);
3644 fixed16_to_double_to_cpu(bb->urgent_latency_vm_data_only_us);
3652 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_pixel_only);
3654 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_pixel_and_vm);
3656 fixed16_to_double_to_cpu(bb->pct_ideal_dram_sdp_bw_after_urgent_vm_only);
[all …]