Lines Matching full:graphics

48 	const struct xe_graphics_desc *graphics;  member
219 .graphics = &graphics_xelp,
228 .graphics = &graphics_xelp,
239 .graphics = &graphics_xelp,
254 .graphics = &graphics_xelp,
267 .graphics = &graphics_xelp,
279 .graphics = &graphics_xelpp,
304 .graphics = &graphics_xehpg,
313 .graphics = &graphics_xehpg,
322 .graphics = &graphics_xehpc,
331 /* .graphics and .media determined via GMD_ID */
358 /* Map of GMD_ID values to graphics IP */
537 * graphics descriptor. Simply forward the description and calculate the version
538 * appropriately. "graphics" should be present in all such platforms, while
542 const struct xe_graphics_desc *graphics, in handle_pre_gmdid() argument
545 xe->info.graphics_verx100 = graphics->ver * 100 + graphics->rel; in handle_pre_gmdid()
553 * GMD_ID platform: read IP version from hardware and select graphics descriptor
557 const struct xe_graphics_desc **graphics, in handle_gmdid() argument
569 *graphics = graphics_ip_map[i].ip; in handle_gmdid()
576 drm_err(&xe->drm, "Hardware reports unknown graphics version %u.%02u\n", in handle_gmdid()
639 * graphics / media IP version.
654 * descriptor to use from hardware registers. desc->graphics will only in xe_info_init()
671 * If we couldn't detect the graphics IP, that's considered a fatal in xe_info_init()
700 * depending on the graphics IP there may be additional "remote tiles." in xe_info_init()
799 "Your graphics device %04x is not officially supported\n" in xe_pci_probe()
841 err = xe_info_init(xe, desc->graphics, desc->media); in xe_pci_probe()
865 xe_step_name(xe->info.step.graphics), in xe_pci_probe()