Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_display_pattern.c82 unsigned char *y_mem, unsigned char *u_mem, in fill_smpte_yuv_planar() argument
146 u_mem[x * cs / xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()
149 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
155 u_mem[x * cs / xsub] = colors_middle[x * 7 / width].u; in fill_smpte_yuv_planar()
158 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()
164 u_mem[x * cs / xsub] = in fill_smpte_yuv_planar()
170 u_mem[x * cs / xsub] = colors_bottom[(x - width * 5 / 7) * 3 / (width / 7) + 4].u; in fill_smpte_yuv_planar()
174 u_mem[x * cs / xsub] = colors_bottom[7].u; in fill_smpte_yuv_planar()
177 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()