Home
last modified time | relevance | path

Searched refs:IS_HASWELL (Results 1 – 21 of 21) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Di915_pm_lpsp.c36 return IS_HASWELL(devid) || IS_BROADWELL(devid); in supports_lpsp()
135 if (IS_HASWELL(devid)) in edp_subtest()
Dgem_exec_parse.c211 if (IS_HASWELL(intel_get_drm_devid(fd))) in exec_batch_chained()
382 igt_require(IS_HASWELL(intel_get_drm_devid(fd))); in hsw_load_register_reg()
Dgem_cpu_reloc.c170 else if (IS_HASWELL(devid)) in create_tmpl()
Di915_query.c762 igt_require(IS_HASWELL(devid) || IS_BROADWELL(devid) ||
Di915_pm_rpm.c734 if (!IS_HASWELL(ms_data.devid) && !IS_BROADWELL(ms_data.devid)) in setup_pc8()
/external/igt-gpu-tools/tools/
Dintel_l3_parity.c260 printf("Has error injection: %s\n", IS_HASWELL(devid) ? "yes" : "no"); in main()
284 if (!IS_HASWELL(devid)) { in main()
Dintel_watermark.c487 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) { in ilk_wm_dump()
505 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) in ilk_wm_dump()
512 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) { in ilk_wm_dump()
526 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) in ilk_wm_dump()
534 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) { in ilk_wm_dump()
567 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) { in ilk_wm_dump()
600 if (IS_BROADWELL(devid) || IS_HASWELL(devid)) { in ilk_wm_dump()
Dintel_gtt.c82 if (IS_HASWELL(devid)) in get_phys()
Dintel_error_decode.c267 if (IS_HASWELL(devid) && (reg >> 10) & 0x1f) in print_ivb_error()
Dintel_reg_decode.c199 if ((IS_IVYBRIDGE(devid) || IS_HASWELL(devid) || in DEBUGSTRING()
257 if (IS_HASWELL(devid) || IS_IVYBRIDGE(devid) || in DEBUGSTRING()
2630 return IS_HASWELL(devid) || intel_gen(devid) >= 8; in is_hsw_plus()
Dintel_audio_dump.c45 #define IS_HASWELL_PLUS(devid) (IS_HASWELL(devid) || IS_BROADWELL(devid))
2484 || IS_BROADWELL(devid) || IS_HASWELL(devid)) { in main()
Dintel_display_poller.c133 else if (IS_HASWELL(devid) || IS_BROADWELL(devid)) in dspoffset_reg()
/external/libdrm/intel/
Dintel_chipset.h233 IS_HASWELL(devid) || \
309 #define IS_HASWELL(devid) (IS_HSW_GT1(devid) || \ macro
/external/igt-gpu-tools/assembler/
Dgen4asm.h61 #define IS_HASWELL(x) (gen_level == 75) macro
/external/igt-gpu-tools/tests/
Dkms_hdmi_inject.c92 igt_require(IS_HASWELL(devid) || intel_gen(devid) >= 8); in hdmi_inject_4k()
Dperf.c207 if (IS_HASWELL(devid)) in get_oa_format()
413 if (IS_HASWELL(devid)) { in oa_report_is_periodic()
436 if (IS_HASWELL(devid)) { in oa_report_ctx_is_valid()
496 if (IS_HASWELL(devid)) { in emit_report_perf_count()
867 if (IS_HASWELL(devid)) { in init_sys_info()
1346 if (IS_HASWELL(devid) && format.n_c == 0) { in print_reports()
1439 if (IS_HASWELL(devid) && format.n_c == 0) {
3903 if (IS_HASWELL(devid)) { in test_whitelisted_registers_userspace_config()
4135 igt_require(IS_HASWELL(devid));
4163 igt_require(IS_HASWELL(devid));
Dkms_frontbuffer_tracking.c332 if (IS_HASWELL(intel_get_drm_devid(drm.fd)) && in connector_get_mode()
/external/igt-gpu-tools/lib/
Drendercopy_gen7.c103 if (IS_HASWELL(batch->devid)) in gen7_bind_buf()
448 if (IS_HASWELL(batch->devid)) in gen7_emit_ps()
Dintel_chipset.h168 #define IS_HASWELL(devid) (intel_get_device_info(devid)->is_haswell) macro
Digt_kms.c1008 && (IS_HASWELL(devid) || IS_BROADWELL(devid))) in kmstest_force_connector()
/external/igt-gpu-tools/tools/null_state_gen/
Dintel_renderstate_gen7.c358 if (IS_HASWELL(batch->dev)) in gen7_emit_ps()