Home
last modified time | relevance | path

Searched refs:MEDIA_VER (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_drv.h405 #define MEDIA_VER(i915) (RUNTIME_INFO(i915)->media.ip.ver) macro
409 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until))
H A Dintel_uncore.c2399 if (MEDIA_VER(i915) >= 13) { in uncore_media_forcewake_init()
2404 MISSING_CASE(MEDIA_VER(i915)); in uncore_media_forcewake_init()
H A Di915_gpu_error.c1238 if (MEDIA_VER(i915) >= 13 && engine->gt->type == GT_MEDIA) in engine_record_registers()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device.h85 if (MEDIA_VER(xe) >= 13) { in xe_device_get_gt()
H A Dxe_gt_mcr.c472 drm_WARN_ON(&xe->drm, MEDIA_VER(xe) < 13); in xe_gt_mcr_init()
474 if (MEDIA_VER(xe) >= 30) { in xe_gt_mcr_init()
H A Dxe_device_types.h46 #define MEDIA_VER(xe) ((xe)->info.media_verx100 / 100) macro
H A Dxe_pci.c695 if (MEDIA_VER(xe) < 13 && media_desc) in xe_info_init()
698 if (MEDIA_VER(xe) < 13 || !media_desc) in xe_info_init()
H A Dxe_irq.c186 if (xe_gt_is_media_type(gt) || MEDIA_VER(xe) < 13) { in xe_irq_enable_hwe()
283 if (MEDIA_VER(xe) < 13) in pick_engine_gt()
H A Dxe_pat.c451 xe_assert(xe, !xe->pat.ops || MEDIA_VER(xe) < 13 || xe->pat.ops->program_media); in xe_pat_init_early()
H A Dxe_mocs.c265 return MEDIA_VER(xe) >= 20; in regs_are_mcr()
H A Dxe_query.c592 if (MEDIA_VER(xe) >= 13) { in query_uc_fw_version()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c24 if (MEDIA_VER(i915) >= 13 && engine->id == GSC0) { in intel_gsc_idle_msg_enable()
H A Dintel_engine_cs.c742 else if (MEDIA_VER(i915) >= 12) in gen11_vdbox_has_sfc()
745 else if (MEDIA_VER(i915) == 11) in gen11_vdbox_has_sfc()
760 if (MEDIA_VER(gt->i915) < 11) in engine_mask_apply_media_fuses()
931 if (MEDIA_VER(gt->i915) >= 11 && class == VIDEO_DECODE_CLASS) { in setup_logical_ids()
H A Dintel_gt_mcr.c131 if (MEDIA_VER(i915) >= 13 && gt->type == GT_MEDIA) { in intel_gt_mcr_init()
H A Dintel_gt.c275 if (MEDIA_VER(i915) >= 13 && gt->type == GT_MEDIA) { in intel_gt_clear_error_registers()