Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c50 uint32_t this_colour; in mga_crtc_cursor_set() local
136 this_colour = ioread32(bo->kmap.virtual + i); in mga_crtc_cursor_set()
138 if (this_colour>>24 != 0xff && in mga_crtc_cursor_set()
139 this_colour>>24 != 0x0) { in mga_crtc_cursor_set()
149 if (this_colour>>24 == 0x0) in mga_crtc_cursor_set()
153 if (*palette_iter == this_colour) { in mga_crtc_cursor_set()
170 *next_space = this_colour; in mga_crtc_cursor_set()
202 this_colour = ioread32(bo->kmap.virtual + 4*(col + 64*row)); in mga_crtc_cursor_set()
204 if (this_colour>>24 == 0x0) { in mga_crtc_cursor_set()
211 if (colour_set[i] == this_colour) { in mga_crtc_cursor_set()