Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c48 uint32_t this_colour; in mga_crtc_cursor_set() local
127 this_colour = ioread32(src + i); in mga_crtc_cursor_set()
129 if (this_colour>>24 != 0xff && in mga_crtc_cursor_set()
130 this_colour>>24 != 0x0) { in mga_crtc_cursor_set()
140 if (this_colour>>24 == 0x0) in mga_crtc_cursor_set()
144 if (*palette_iter == this_colour) { in mga_crtc_cursor_set()
161 *next_space = this_colour; in mga_crtc_cursor_set()
182 this_colour = ioread32(src + 4*(col + 64*row)); in mga_crtc_cursor_set()
184 if (this_colour>>24 == 0x0) { in mga_crtc_cursor_set()
191 if (colour_set[i] == this_colour) { in mga_crtc_cursor_set()