Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dfb_decoder.c293 static struct cursor_mode_format cursor_pixel_formats[] = { variable
357 if (!cursor_pixel_formats[index].bpp) { in intel_vgpu_decode_cursor_plane()
362 plane->bpp = cursor_pixel_formats[index].bpp; in intel_vgpu_decode_cursor_plane()
363 plane->drm_format = cursor_pixel_formats[index].drm_format; in intel_vgpu_decode_cursor_plane()
364 plane->width = cursor_pixel_formats[index].width; in intel_vgpu_decode_cursor_plane()
365 plane->height = cursor_pixel_formats[index].height; in intel_vgpu_decode_cursor_plane()