Searched refs:is_dgfx (Results 1 – 5 of 5) sorted by relevance
74 #define IS_DGFX(xe) ((xe)->info.is_dgfx)369 u8 is_dgfx:1; member
254 .is_dgfx = 1687 xe->info.is_dgfx = desc->is_dgfx; in xe_info_init_early()1057 xe->info.is_dgfx, in xe_pci_probe()
79 drm_printf(&p, "is_dgfx %s\n", str_yes_no(xe->info.is_dgfx)); in info()
848 if (!dev->desc->is_dgfx || dev->desc->platform < XE_BATTLEMAGE) in xe_config_device_is_visible()
147 func(is_dgfx); \