Lines Matching full:graphics

48 	const struct xe_graphics_desc *graphics;  member
220 .graphics = &graphics_xelp,
229 .graphics = &graphics_xelp,
240 .graphics = &graphics_xelp,
255 .graphics = &graphics_xelp,
268 .graphics = &graphics_xelp,
280 .graphics = &graphics_xelpp,
305 .graphics = &graphics_xehpg,
314 .graphics = &graphics_xehpg,
323 .graphics = &graphics_xehpc,
332 /* .graphics and .media determined via GMD_ID */
353 /* Map of GMD_ID values to graphics IP */
528 * graphics descriptor. Simply forward the description and calculate the version
529 * appropriately. "graphics" should be present in all such platforms, while
533 const struct xe_graphics_desc *graphics, in handle_pre_gmdid() argument
536 xe->info.graphics_verx100 = graphics->ver * 100 + graphics->rel; in handle_pre_gmdid()
544 * GMD_ID platform: read IP version from hardware and select graphics descriptor
548 const struct xe_graphics_desc **graphics, in handle_gmdid() argument
560 *graphics = graphics_ip_map[i].ip; in handle_gmdid()
567 drm_err(&xe->drm, "Hardware reports unknown graphics version %u.%02u\n", in handle_gmdid()
630 * graphics / media IP version.
645 * descriptor to use from hardware registers. desc->graphics will only in xe_info_init()
662 * If we couldn't detect the graphics IP, that's considered a fatal in xe_info_init()
688 * depending on the graphics IP there may be additional "remote tiles." in xe_info_init()
769 "Your graphics device %04x is not officially supported\n" in xe_pci_probe()
811 err = xe_info_init(xe, desc->graphics, desc->media); in xe_pci_probe()
835 xe_step_name(xe->info.step.graphics), in xe_pci_probe()