Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c169 uint32_t start_point = 0; in optc1_program_timing() local
257 start_point = 1; in optc1_program_timing()
278 OTG_START_POINT_CNTL, start_point, in optc1_program_timing()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1676 … *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) in stbtt__new_active() argument
1688 …z->x = STBTT_ifloor(STBTT_FIX * e->x0 + z->dx * (start_point - e->y0)); // use z->dx so when we of… in stbtt__new_active()
1697 … *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float start_point, void *userdata) in stbtt__new_active() argument
1705 z->fx = e->x0 + dxdy * (start_point - e->y0); in stbtt__new_active()