Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c55 u8 this_row[48]; in mga_crtc_cursor_set() local
200 memset(&this_row[0], 0, 48); in mga_crtc_cursor_set()
205 this_row[47 - col/8] |= 0x80>>(col%8); in mga_crtc_cursor_set()
213 this_row[col/2] |= i<<4; in mga_crtc_cursor_set()
215 this_row[col/2] |= i; in mga_crtc_cursor_set()
220 memcpy_toio(pixels_prev->kmap.virtual + row*48, &this_row[0], 48); in mga_crtc_cursor_set()