Searched defs:this_colour (Results 1 - 1 of 1) sorted by relevance

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

Completed in 61 milliseconds