Searched refs:rgb_565 (Results 1 – 1 of 1) sorted by relevance
129 u16 rgb_565 = le16_to_cpu(*src_pixels); in RGB565_to_argb_u16() local130 s64 fp_r = drm_int2fixp((rgb_565 >> 11) & 0x1f); in RGB565_to_argb_u16()131 s64 fp_g = drm_int2fixp((rgb_565 >> 5) & 0x3f); in RGB565_to_argb_u16()132 s64 fp_b = drm_int2fixp(rgb_565 & 0x1f); in RGB565_to_argb_u16()