Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_fixed.h36 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) macro
41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr100.c3480 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()
3590 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()