Searched refs:dfixed_init (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r100.c | 3172 dfixed_init(1), in r100_bandwidth_update() 3173 dfixed_init(2), in r100_bandwidth_update() 3174 dfixed_init(3), in r100_bandwidth_update() 3175 dfixed_init(0), in r100_bandwidth_update() 3178 dfixed_init(0), in r100_bandwidth_update() 3181 dfixed_init(0), in r100_bandwidth_update() 3182 dfixed_init(1), in r100_bandwidth_update() 3183 dfixed_init(2), in r100_bandwidth_update() 3184 dfixed_init(3), in r100_bandwidth_update() 3185 dfixed_init(0), in r100_bandwidth_update() [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_fixed.h | 41 #define dfixed_init(A) { .full = dfixed_const((A)) } macro
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | hub.c | 605 fixed20_12 width = dfixed_init(new_state->src_w >> 16); in tegra_shared_plane_atomic_update() 616 fixed20_12 height = dfixed_init(new_state->src_h >> 16); in tegra_shared_plane_atomic_update()
|
H A D | dc.c | 130 fixed20_12 outf = dfixed_init(out); in compute_dda_inc() 131 fixed20_12 inf = dfixed_init(in); in compute_dda_inc() 163 fixed20_12 inf = dfixed_init(in); in compute_initial_dda()
|