Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_display_pattern.c15 struct color_rgb24 { struct
250 const struct color_rgb24 colors_top[] = { in fill_smpte_rgb24()
259 const struct color_rgb24 colors_middle[] = { in fill_smpte_rgb24()
268 const struct color_rgb24 colors_bottom[] = { in fill_smpte_rgb24()
281 ((struct color_rgb24 *)mem)[x] = colors_top[x * 7 / width]; in fill_smpte_rgb24()
287 ((struct color_rgb24 *)mem)[x] = colors_middle[x * 7 / width]; in fill_smpte_rgb24()
293 ((struct color_rgb24 *)mem)[x] = in fill_smpte_rgb24()
296 ((struct color_rgb24 *)mem)[x] = in fill_smpte_rgb24()
299 ((struct color_rgb24 *)mem)[x] = colors_bottom[7]; in fill_smpte_rgb24()