Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c54 u8 this_row[48]; in mga_crtc_cursor_set() local
180 memset(&this_row[0], 0, 48); in mga_crtc_cursor_set()
185 this_row[47 - col/8] |= 0x80>>(col%8); in mga_crtc_cursor_set()
193 this_row[col/2] |= i<<4; in mga_crtc_cursor_set()
195 this_row[col/2] |= i; in mga_crtc_cursor_set()
200 memcpy_toio(dst + row*48, &this_row[0], 48); in mga_crtc_cursor_set()