Searched refs:INTEL_INFO (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/drivers/gpu/drm/i915/
H A Di915_drv.h198 const struct intel_device_info *__info; /* Use INTEL_INFO() to access. */
388 #define INTEL_INFO(i915) ((i915)->__info) macro
493 #define IS_MOBILE(i915) (INTEL_INFO(i915)->is_mobile)
494 #define IS_DGFX(i915) (INTEL_INFO(i915)->is_dgfx)
517 INTEL_INFO(i915)->gt == 1)
561 INTEL_INFO(i915)->gt == 3)
565 INTEL_INFO(i915)->gt == 3)
567 INTEL_INFO(i915)->gt == 1)
580 INTEL_INFO(i915)->gt == 2)
582 INTEL_INFO(i91
[all...]
H A Dintel_device_info.c218 const struct intel_device_info *info = INTEL_INFO(i915);
325 INTEL_INFO(i915)->platform == INTEL_METEORLAKE) {
390 /* Setup INTEL_INFO() */
395 memcpy(runtime, &INTEL_INFO(i915)->__runtime, sizeof(*runtime));
H A Di915_getparam.c154 * INTEL_INFO(), a feature macro, or similar.
190 value = INTEL_INFO(i915)->has_coherent_ggtt;
H A Di915_driver.c200 if (!INTEL_INFO(i915)->gpu_reset_clobbers_display) {
377 unsigned int mask_size = INTEL_INFO(i915)->dma_mask_size;
692 intel_platform_name(INTEL_INFO(dev_priv)->platform),
694 INTEL_INFO(dev_priv)->platform),
697 intel_device_info_print(INTEL_INFO(dev_priv),
H A Di915_debugfs.c73 intel_device_info_print(INTEL_INFO(i915), RUNTIME_INFO(i915), &p);
H A Di915_gpu_error.c1996 INTEL_INFO(i915),
2120 if (INTEL_INFO(i915)->has_gt_uc) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_reset.c18 return (INTEL_INFO(dev_priv)->gpu_reset_clobbers_display &&
H A Dintel_ddi_buf_trans.c1756 MISSING_CASE(INTEL_INFO(i915)->platform);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c59 switch (INTEL_INFO(i915)->gt) {
74 switch (INTEL_INFO(i915)->gt) {
H A Dintel_gt.c444 if (INTEL_INFO(gt->i915)->has_coherent_ggtt)
924 gt->info.engine_mask = INTEL_INFO(i915)->platform_engine_mask;
934 for (i = 1, gtdef = &INTEL_INFO(i915)->extra_gt_list[i - 1];
936 i++, gtdef = &INTEL_INFO(i915)->extra_gt_list[i - 1]) {
H A Dintel_reset.c811 return INTEL_INFO(gt->i915)->has_reset_engine;
989 if (!INTEL_INFO(gt->i915)->gpu_reset_clobbers_display)
1100 if (!INTEL_INFO(gt->i915)->gpu_reset_clobbers_display)
1226 if (INTEL_INFO(gt->i915)->gpu_reset_clobbers_display)
1234 if (INTEL_INFO(gt->i915)->gpu_reset_clobbers_display)
H A Dintel_gt_mcr.c38 #define HAS_MSLICE_STEERING(i915) (INTEL_INFO(i915)->has_mslice_steering)
176 MISSING_CASE(INTEL_INFO(i915)->platform);
H A Dintel_gt_pm.c159 if (INTEL_INFO(gt->i915)->gpu_reset_clobbers_display)
H A Dintel_sseu.c581 switch (INTEL_INFO(i915)->gt) {
583 MISSING_CASE(INTEL_INFO(i915)->gt);
H A Dselftest_workarounds.c420 enum intel_platform platform = INTEL_INFO(engine->i915)->platform;
H A Dintel_workarounds.c2697 if (INTEL_INFO(i915)->tuning_thread_rr_after_dep)
H A Dintel_rps.c380 if (INTEL_INFO(i915)->is_mobile)
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.c111 mask = INTEL_INFO(gt->i915)->platform_engine_mask;
H A Dintel_huc.c271 mask = INTEL_INFO(gt->i915)->platform_engine_mask;
H A Dintel_uc_fw.c287 enum intel_platform p = INTEL_INFO(i915)->platform;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_uncore.c196 intel_platform_name(INTEL_INFO(gt->i915)->platform));
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h43 #define INTEL_INFO(dev_priv) (&((dev_priv)->info)) macro
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp.c173 if (!IS_ENABLED(CONFIG_DRM_I915_PXP) || !INTEL_INFO(i915)->has_pxp)
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_create.c415 max_pat_index = INTEL_INFO(i915)->max_pat_index;
H A Di915_gem_object.c55 return INTEL_INFO(i915)->cachelevel_to_pat[level];

Completed in 239 milliseconds

12