Lines Matching full:graphics

51 	const struct xe_graphics_desc *graphics;  member
216 .graphics = &graphics_xelp,
225 .graphics = &graphics_xelp,
236 .graphics = &graphics_xelp,
251 .graphics = &graphics_xelp,
264 .graphics = &graphics_xelp,
276 .graphics = &graphics_xelpp,
301 .graphics = &graphics_xehpg,
310 .graphics = &graphics_xehpg,
319 .graphics = &graphics_xehpc,
328 /* .graphics and .media determined via GMD_ID */
342 /* Map of GMD_ID values to graphics IP */
471 * graphics descriptor. Simply forward the description and calculate the version
472 * appropriately. "graphics" should be present in all such platforms, while
476 const struct xe_graphics_desc *graphics, in handle_pre_gmdid() argument
479 xe->info.graphics_verx100 = graphics->ver * 100 + graphics->rel; in handle_pre_gmdid()
487 * GMD_ID platform: read IP version from hardware and select graphics descriptor
491 const struct xe_graphics_desc **graphics, in handle_gmdid() argument
503 *graphics = graphics_ip_map[i].ip; in handle_gmdid()
510 drm_err(&xe->drm, "Hardware reports unknown graphics version %u.%02u\n", in handle_gmdid()
571 * graphics / media IP version.
586 * descriptor to use from hardware registers. desc->graphics will only in xe_info_init()
603 * If we couldn't detect the graphics IP, that's considered a fatal in xe_info_init()
626 * depending on the graphics IP there may be additional "remote tiles." in xe_info_init()
702 "Your graphics device %04x is not officially supported\n" in xe_pci_probe()
746 err = xe_info_init(xe, desc->graphics, desc->media); in xe_pci_probe()
768 xe_step_name(xe->info.step.graphics), in xe_pci_probe()