Searched refs:fixed20_12 (Results 1 – 7 of 7) 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 | r100.c | 3168 fixed20_12 trcd_ff, trp_ff, tras_ff, trbs_ff, tcas_ff; in r100_bandwidth_update() 3169 fixed20_12 sclk_ff, mclk_ff, sclk_eff_ff, sclk_delay_ff; in r100_bandwidth_update() 3170 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff; in r100_bandwidth_update() 3171 fixed20_12 crit_point_ff = {0}; in r100_bandwidth_update() 3173 fixed20_12 memtcas_ff[8] = { in r100_bandwidth_update() 3182 fixed20_12 memtcas_rs480_ff[8] = { in r100_bandwidth_update() 3192 fixed20_12 memtcas2_ff[8] = { in r100_bandwidth_update() 3202 fixed20_12 memtrbs[8] = { in r100_bandwidth_update() 3212 fixed20_12 memtrbs_r4xx[8] = { in r100_bandwidth_update() 3222 fixed20_12 min_mem_eff; in r100_bandwidth_update() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_mode.h | 480 fixed20_12 vsc; 481 fixed20_12 hsc;
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_dp_mst_helper_test.c | 74 fixed20_12 expected;
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | dc.c | 131 fixed20_12 outf = dfixed_init(out); in compute_dda_inc() 132 fixed20_12 inf = dfixed_init(in); in compute_dda_inc() 164 fixed20_12 inf = dfixed_init(in); in compute_initial_dda()
|