Symbol: GRAPHICS_VERx100
drivers/gpu/drm/xe/xe_bb.c
21
if (GRAPHICS_VERx100(xe) >= 1250 && xe_gt_is_main_type(gt))
drivers/gpu/drm/xe/xe_bo.c
142
GRAPHICS_VERx100(xe_bo_device(bo)) >= 1270;
drivers/gpu/drm/xe/xe_device.h
162
return GRAPHICS_VERx100(xe) >= 1250;
drivers/gpu/drm/xe/xe_execlist.c
103
if (GRAPHICS_VERx100(xe) >= 1250)
drivers/gpu/drm/xe/xe_execlist.c
54
if (GRAPHICS_VERx100(xe) >= 1250) {
drivers/gpu/drm/xe/xe_ggtt.c
341
if (GRAPHICS_VERx100(xe) >= 1250)
drivers/gpu/drm/xe/xe_ggtt.c
364
if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_gt_mcr.c
300
} else if (GRAPHICS_VERx100(xe) >= 1270) {
drivers/gpu/drm/xe/xe_gt_mcr.c
393
if (GRAPHICS_VERx100(gt_to_xe(gt)) >= 2000 &&
drivers/gpu/drm/xe/xe_gt_mcr.c
399
else if (GRAPHICS_VERx100(gt_to_xe(gt)) >= 1250)
drivers/gpu/drm/xe/xe_gt_mcr.c
524
if (GRAPHICS_VERx100(xe) == 3511) {
drivers/gpu/drm/xe/xe_gt_mcr.c
540
} else if (GRAPHICS_VERx100(xe) >= 1270) {
drivers/gpu/drm/xe/xe_gt_mcr.c
689
if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_gt_mcr.c
699
if (GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270)
drivers/gpu/drm/xe/xe_gt_mcr.c
720
if (GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270) {
drivers/gpu/drm/xe/xe_gt_sriov_pf.c
142
return GRAPHICS_VERx100(xe) == 1200;
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
124
} else if (GRAPHICS_VERx100(xe) >= 3000) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
127
} else if (GRAPHICS_VERx100(xe) >= 2000) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
130
} else if (GRAPHICS_VERx100(xe) >= 1270) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
133
} else if (GRAPHICS_VERx100(xe) == 1260) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
136
} else if (GRAPHICS_VERx100(xe) == 1255) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_service.c
139
} else if (GRAPHICS_VERx100(xe) == 1200) {
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
455
return GRAPHICS_VERx100(xe) >= 1270;
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
474
xe_gt_assert(gt, !GRAPHICS_VERx100(gt_to_xe(gt)) || has_gmdid(gt_to_xe(gt)));
drivers/gpu/drm/xe/xe_gt_topology.c
172
} else if (GRAPHICS_VERx100(xe) >= 1270) {
drivers/gpu/drm/xe/xe_gt_topology.c
214
} else if (GRAPHICS_VERx100(xe) == 1260) {
drivers/gpu/drm/xe/xe_gt_topology.c
217
} else if (GRAPHICS_VERx100(xe) >= 1250) {
drivers/gpu/drm/xe/xe_gt_topology.c
48
if (GRAPHICS_VERx100(xe) < 1250)
drivers/gpu/drm/xe/xe_gt_topology.c
51
if (GRAPHICS_VERx100(xe) == 1260 || GRAPHICS_VER(xe) >= 20) {
drivers/gpu/drm/xe/xe_guc.c
178
if (CCS_INSTANCES(gt) && GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270)
drivers/gpu/drm/xe/xe_guc.c
204
if (GRAPHICS_VERx100(xe) < 1270)
drivers/gpu/drm/xe/xe_guc.c
948
if (GRAPHICS_VERx100(xe) < 1250)
drivers/gpu/drm/xe/xe_guc_capture.c
319
else if (GRAPHICS_VERx100(xe) >= 1255)
drivers/gpu/drm/xe/xe_guc_capture.c
415
if (GRAPHICS_VERx100(xe) >= 1255)
drivers/gpu/drm/xe/xe_guc_capture.c
430
bool has_xehpg_extregs = GRAPHICS_VERx100(gt_to_xe(gt)) >= 1255;
drivers/gpu/drm/xe/xe_guc_hwconfig.c
72
if (GRAPHICS_VERx100(xe) < 1255 && xe->info.platform != XE_ALDERLAKE_P)
drivers/gpu/drm/xe/xe_guc_pc.c
454
if (GRAPHICS_VERx100(xe) >= 1270) {
drivers/gpu/drm/xe/xe_guc_pc.c
538
if (GRAPHICS_VERx100(xe) == 1260)
drivers/gpu/drm/xe/xe_guc_pc.c
540
else if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_guc_pc.c
557
if (GRAPHICS_VERx100(xe) == 1260)
drivers/gpu/drm/xe/xe_guc_pc.c
559
else if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_guc_pc.c
730
if (GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270) {
drivers/gpu/drm/xe/xe_guc_pc.c
814
if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_huc.c
79
if (!xe_gt_is_media_type(gt) && GRAPHICS_VERx100(xe) > 1255) {
drivers/gpu/drm/xe/xe_hw_engine.c
693
if (GRAPHICS_VERx100(xe) < 1250)
drivers/gpu/drm/xe/xe_hw_engine.c
751
else if (GRAPHICS_VERx100(xe) == 1260)
drivers/gpu/drm/xe/xe_irq.c
154
if (GRAPHICS_VERx100(xe) >= 3511 && !xe_device_has_msix(xe)) {
drivers/gpu/drm/xe/xe_irq.c
632
if (GRAPHICS_VERx100(xe) < 1210)
drivers/gpu/drm/xe/xe_irq.c
659
if (GRAPHICS_VERx100(xe) >= 1210)
drivers/gpu/drm/xe/xe_irq.c
675
if (GRAPHICS_VERx100(xe) >= 1210) {
drivers/gpu/drm/xe/xe_irq.c
690
if (GRAPHICS_VERx100(xe) < 1210)
drivers/gpu/drm/xe/xe_irq.c
720
if (GRAPHICS_VERx100(xe) >= 1210)
drivers/gpu/drm/xe/xe_irq.c
746
if (GRAPHICS_VERx100(xe) >= 1210)
drivers/gpu/drm/xe/xe_lmtt.c
42
return GRAPHICS_VERx100(xe) >= 1260;
drivers/gpu/drm/xe/xe_lrc.c
1570
if (GRAPHICS_VERx100(xe) < 1250) {
drivers/gpu/drm/xe/xe_lrc.c
2236
GRAPHICS_VER(xe), GRAPHICS_VERx100(xe) % 100);
drivers/gpu/drm/xe/xe_lrc.c
615
else if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_lrc.c
617
else if (GRAPHICS_VERx100(xe) >= 1255)
drivers/gpu/drm/xe/xe_lrc.c
619
else if (GRAPHICS_VERx100(xe) >= 1250)
drivers/gpu/drm/xe/xe_lrc.c
631
else if (GRAPHICS_VERx100(xe) >= 1255)
drivers/gpu/drm/xe/xe_lrc.c
680
if (GRAPHICS_VERx100(xe) >= 1250)
drivers/gpu/drm/xe/xe_lrc.c
733
if (GRAPHICS_VERx100(xe) >= 1250)
drivers/gpu/drm/xe/xe_migrate.c
1402
if (GRAPHICS_VERx100(xe) >= 2000)
drivers/gpu/drm/xe/xe_migrate.c
1419
if (GRAPHICS_VERx100(xe) < 1250)
drivers/gpu/drm/xe/xe_migrate.c
1424
if (GRAPHICS_VERx100(xe) >= 2000)
drivers/gpu/drm/xe/xe_migrate.c
614
if (GRAPHICS_VERx100(xe) >= 2000)
drivers/gpu/drm/xe/xe_migrate.c
677
if (GRAPHICS_VERx100(xe) >= 2000) {
drivers/gpu/drm/xe/xe_migrate.c
722
if (GRAPHICS_VERx100(xe) >= 1250)
drivers/gpu/drm/xe/xe_mmio.c
382
return GRAPHICS_VERx100(xe) > 1200 ? 0x400 : 0x1000;
drivers/gpu/drm/xe/xe_mocs.c
265
return GRAPHICS_VERx100(xe) >= 1250;
drivers/gpu/drm/xe/xe_oa.c
2244
else if (GRAPHICS_VERx100(oa->xe) >= 1270)
drivers/gpu/drm/xe/xe_oa.c
2542
if (GRAPHICS_VERx100(gt_to_xe(hwe->gt)) < 1270)
drivers/gpu/drm/xe/xe_oa.c
2656
xe_gt_assert(gt, GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270);
drivers/gpu/drm/xe/xe_oa.c
2777
} else if (GRAPHICS_VERx100(oa->xe) >= 1270) {
drivers/gpu/drm/xe/xe_oa.c
2785
} else if (GRAPHICS_VERx100(oa->xe) >= 1255) {
drivers/gpu/drm/xe/xe_oa.c
501
if (GRAPHICS_VERx100(stream->oa->xe) <= 1270 && GRAPHICS_VERx100(stream->oa->xe) != 1260) {
drivers/gpu/drm/xe/xe_oa.c
810
#define HAS_OA_BPC_REPORTING(xe) (GRAPHICS_VERx100(xe) >= 1255)
drivers/gpu/drm/xe/xe_pat.c
526
if (GRAPHICS_VERx100(xe) == 3511) {
drivers/gpu/drm/xe/xe_pat.c
548
if (GRAPHICS_VERx100(xe) == 2001)
drivers/gpu/drm/xe/xe_pat.c
582
} else if (GRAPHICS_VERx100(xe) <= 1210) {
drivers/gpu/drm/xe/xe_pat.c
600
GRAPHICS_VER(xe), GRAPHICS_VERx100(xe) % 100);
drivers/gpu/drm/xe/xe_pat.c
661
if (GRAPHICS_VERx100(xe) == 3511) {
drivers/gpu/drm/xe/xe_pat.c
671
} else if (xe->info.platform == XE_DG2 || GRAPHICS_VERx100(xe) <= 1210) {
drivers/gpu/drm/xe/xe_pt.c
614
if (GRAPHICS_VERx100(tile_to_xe(xe_walk->tile)) >= 1250 && level == 1 &&
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
228
else if (GRAPHICS_VERx100(xe) >= 1270)
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
57
return GRAPHICS_VERx100(xe) < 1270 && !IS_DGFX(xe);