Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c288 static struct cursor_mode_format cursor_pixel_formats[] = { variable
352 if (!cursor_pixel_formats[index].bpp) { in intel_vgpu_decode_cursor_plane()
357 plane->bpp = cursor_pixel_formats[index].bpp; in intel_vgpu_decode_cursor_plane()
358 plane->drm_format = cursor_pixel_formats[index].drm_format; in intel_vgpu_decode_cursor_plane()
359 plane->width = cursor_pixel_formats[index].width; in intel_vgpu_decode_cursor_plane()
360 plane->height = cursor_pixel_formats[index].height; in intel_vgpu_decode_cursor_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c289 static const struct cursor_mode_format cursor_pixel_formats[] = { variable
353 if (!cursor_pixel_formats[index].bpp) { in intel_vgpu_decode_cursor_plane()
358 plane->bpp = cursor_pixel_formats[index].bpp; in intel_vgpu_decode_cursor_plane()
359 plane->drm_format = cursor_pixel_formats[index].drm_format; in intel_vgpu_decode_cursor_plane()
360 plane->width = cursor_pixel_formats[index].width; in intel_vgpu_decode_cursor_plane()
361 plane->height = cursor_pixel_formats[index].height; in intel_vgpu_decode_cursor_plane()

Completed in 2 milliseconds