Searched refs:this_row (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/mgag200/
H A Dmgag200_cursor.c55 u8 this_row[48]; mga_crtc_cursor_set() local
193 memset(&this_row[0], 0, 48); mga_crtc_cursor_set()
198 this_row[47 - col/8] |= 0x80>>(col%8); mga_crtc_cursor_set()
206 this_row[col/2] |= i<<4; mga_crtc_cursor_set()
208 this_row[col/2] |= i; mga_crtc_cursor_set()
213 memcpy_toio(pixels_prev->kmap.virtual + row*48, &this_row[0], 48); mga_crtc_cursor_set()

Completed in 61 milliseconds