Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c18 u32 new_color; in pre_mul_blend_channel() local
20 new_color = (src * 0xffff + dst * (0xffff - alpha)); in pre_mul_blend_channel()
22 return DIV_ROUND_CLOSEST(new_color, 0xffff); in pre_mul_blend_channel()