Searched refs:is_dgfx (Results 1 – 6 of 6) sorted by relevance
38 u8 is_dgfx:1; member
69 #define IS_DGFX(xe) ((xe)->info.is_dgfx)338 u8 is_dgfx:1; member
248 .is_dgfx = 1661 xe->info.is_dgfx = desc->is_dgfx; in xe_info_init_early()1022 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()
847 if (!dev->desc->is_dgfx || dev->desc->platform < XE_BATTLEMAGE) in xe_config_device_is_visible()
147 func(is_dgfx); \