Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/gud/
Dgud_pipe.c82 unsigned int pixpos = x % block_width; /* within byte from the left */ in gud_xrgb8888_to_r124() local
83 unsigned int pixshift = (block_width - pixpos - 1) * bits_per_pixel; in gud_xrgb8888_to_r124()
85 if (!pixpos) { in gud_xrgb8888_to_r124()
121 unsigned int pixpos = x % block_width; /* within byte from the left */ in gud_xrgb8888_to_color() local
122 unsigned int pixshift = (block_width - pixpos - 1) * bits_per_pixel; in gud_xrgb8888_to_color()
124 if (!pixpos) { in gud_xrgb8888_to_color()