Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_display_pattern.c86 const struct color_yuv colors_top[] = { in fill_smpte_yuv_planar() local
123 y_mem[x] = colors_top[x * 7 / width].y; in fill_smpte_yuv_planar()
146 u_mem[x * cs / xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()
147 v_mem[x * cs / xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()
189 const uint16_t colors_top[] = { in fill_smpte_rgb16() local
220 ((uint16_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb16()
250 const struct color_rgb24 colors_top[] = { in fill_smpte_rgb24() local
281 ((struct color_rgb24 *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb24()
311 const uint32_t colors_top[] = { in fill_smpte_rgb32() local
342 ((uint32_t *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb32()