Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c50 uint32_t this_colour; in mga_crtc_cursor_set() local
129 this_colour = ioread32(bo->kmap.virtual + i); in mga_crtc_cursor_set()
131 if (this_colour>>24 != 0xff && in mga_crtc_cursor_set()
132 this_colour>>24 != 0x0) { in mga_crtc_cursor_set()
142 if (this_colour>>24 == 0x0) in mga_crtc_cursor_set()
146 if (*palette_iter == this_colour) { in mga_crtc_cursor_set()
163 *next_space = this_colour; in mga_crtc_cursor_set()
195 this_colour = ioread32(bo->kmap.virtual + 4*(col + 64*row)); in mga_crtc_cursor_set()
197 if (this_colour>>24 == 0x0) { in mga_crtc_cursor_set()
204 if (colour_set[i] == this_colour) { in mga_crtc_cursor_set()