Searched refs:set_pixel (Results 1 – 4 of 4) sorted by relevance
62 void (*set_pixel)(struct drm_scanout_buffer *sb, unsigned int x, member
154 sb->set_pixel(sb, clip->x1 + x, clip->y1 + y, fg_color); in drm_panic_blit_pixel()177 if (sb->set_pixel) in drm_panic_blit()209 sb->set_pixel(sb, clip->x1 + x, clip->y1 + y, color); in drm_panic_fill_pixel()225 if (sb->set_pixel) in drm_panic_fill()
687 sb->set_pixel = nv50_set_pixel_swizzle; in nv50_wndw_get_scanout_buffer()689 sb->set_pixel = nv50_set_pixel; in nv50_wndw_get_scanout_buffer()
1855 sb->set_pixel = amdgpu_display_set_pixel; in amdgpu_display_get_scanout_buffer()