Searched refs:fixed20_12 (Results 1 – 10 of 10) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_fixed.h | 34 } fixed20_12; typedef 47 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() 54 static inline u32 dfixed_ceil(fixed20_12 A) in dfixed_ceil() 64 static inline u32 dfixed_div(fixed20_12 A, fixed20_12 B) in dfixed_div()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | rs690.c | 72 fixed20_12 tmp; in rs690_pm_info() 261 fixed20_12 num_line_pair; 262 fixed20_12 estimated_width; 263 fixed20_12 worst_case_latency; 264 fixed20_12 consumption_rate; 265 fixed20_12 active_time; 266 fixed20_12 dbpp; 267 fixed20_12 priority_mark_max; 268 fixed20_12 priority_mark; 269 fixed20_12 sclk; [all …]
|
| H A D | rv515.c | 912 fixed20_12 num_line_pair; 913 fixed20_12 estimated_width; 914 fixed20_12 worst_case_latency; 915 fixed20_12 consumption_rate; 916 fixed20_12 active_time; 917 fixed20_12 dbpp; 918 fixed20_12 priority_mark_max; 919 fixed20_12 priority_mark; 920 fixed20_12 sclk; 929 fixed20_12 a, b, c; in rv515_crtc_bandwidth_compute() [all …]
|
| H A D | evergreen.c | 1943 fixed20_12 vsc; /* vertical scale ratio */ 1953 fixed20_12 dram_efficiency; /* 0.7 */ in evergreen_dram_bandwidth() 1954 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth() 1955 fixed20_12 a; in evergreen_dram_bandwidth() 1973 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ in evergreen_dram_bandwidth_for_display() 1974 fixed20_12 yclk, dram_channels, bandwidth; in evergreen_dram_bandwidth_for_display() 1975 fixed20_12 a; in evergreen_dram_bandwidth_for_display() 1993 fixed20_12 return_efficiency; /* 0.8 */ in evergreen_data_return_bandwidth() 1994 fixed20_12 sclk, bandwidth; in evergreen_data_return_bandwidth() 1995 fixed20_12 a; in evergreen_data_return_bandwidth() [all …]
|
| H A D | radeon_mode.h | 343 fixed20_12 vsc; 344 fixed20_12 hsc;
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | dce_v8_0.c | 657 fixed20_12 vsc; /* vertical scale ratio */ 676 fixed20_12 dram_efficiency; /* 0.7 */ in dce_v8_0_dram_bandwidth() 677 fixed20_12 yclk, dram_channels, bandwidth; in dce_v8_0_dram_bandwidth() 678 fixed20_12 a; in dce_v8_0_dram_bandwidth() 705 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ in dce_v8_0_dram_bandwidth_for_display() 706 fixed20_12 yclk, dram_channels, bandwidth; in dce_v8_0_dram_bandwidth_for_display() 707 fixed20_12 a; in dce_v8_0_dram_bandwidth_for_display() 734 fixed20_12 return_efficiency; /* 0.8 */ in dce_v8_0_data_return_bandwidth() 735 fixed20_12 sclk, bandwidth; in dce_v8_0_data_return_bandwidth() 736 fixed20_12 a; in dce_v8_0_data_return_bandwidth() [all …]
|
| H A D | dce_v6_0.c | 557 fixed20_12 vsc; /* vertical scale ratio */ 576 fixed20_12 dram_efficiency; /* 0.7 */ in dce_v6_0_dram_bandwidth() 577 fixed20_12 yclk, dram_channels, bandwidth; in dce_v6_0_dram_bandwidth() 578 fixed20_12 a; in dce_v6_0_dram_bandwidth() 605 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ in dce_v6_0_dram_bandwidth_for_display() 606 fixed20_12 yclk, dram_channels, bandwidth; in dce_v6_0_dram_bandwidth_for_display() 607 fixed20_12 a; in dce_v6_0_dram_bandwidth_for_display() 634 fixed20_12 return_efficiency; /* 0.8 */ in dce_v6_0_data_return_bandwidth() 635 fixed20_12 sclk, bandwidth; in dce_v6_0_data_return_bandwidth() 636 fixed20_12 a; in dce_v6_0_data_return_bandwidth() [all …]
|
| H A D | dce_v10_0.c | 704 fixed20_12 vsc; /* vertical scale ratio */ 723 fixed20_12 dram_efficiency; /* 0.7 */ in dce_v10_0_dram_bandwidth() 724 fixed20_12 yclk, dram_channels, bandwidth; in dce_v10_0_dram_bandwidth() 725 fixed20_12 a; in dce_v10_0_dram_bandwidth() 752 fixed20_12 disp_dram_allocation; /* 0.3 to 0.7 */ in dce_v10_0_dram_bandwidth_for_display() 753 fixed20_12 yclk, dram_channels, bandwidth; in dce_v10_0_dram_bandwidth_for_display() 754 fixed20_12 a; in dce_v10_0_dram_bandwidth_for_display() 781 fixed20_12 return_efficiency; /* 0.8 */ in dce_v10_0_data_return_bandwidth() 782 fixed20_12 sclk, bandwidth; in dce_v10_0_data_return_bandwidth() 783 fixed20_12 a; in dce_v10_0_data_return_bandwidth() [all …]
|
| H A D | amdgpu_display.c | 1555 fixed20_12 a, b; in amdgpu_display_crtc_scaling_mode_fixup()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_dp_mst_helper_test.c | 74 fixed20_12 expected;
|