Searched refs:rgb_565 (Results 1 – 1 of 1) sorted by relevance
94 u16 rgb_565 = le16_to_cpu(*pixels); in RGB565_to_argb_u16() local95 s64 fp_r = drm_int2fixp((rgb_565 >> 11) & 0x1f); in RGB565_to_argb_u16()96 s64 fp_g = drm_int2fixp((rgb_565 >> 5) & 0x3f); in RGB565_to_argb_u16()97 s64 fp_b = drm_int2fixp(rgb_565 & 0x1f); in RGB565_to_argb_u16()