Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_pipe_control_store_loop.c171 igt_skip_on(IS_GEN2(devid) || IS_GEN3(devid));
Dgem_set_tiling_vs_gtt.c63 if (IS_GEN2(intel_get_drm_devid(fd)))
Dgem_tiled_pread_basic.c133 if (IS_GEN2(devid)) {
Dgem_tiled_wc.c121 if (IS_GEN2(intel_get_drm_devid(fd))) {
Dgem_tiled_wb.c146 if (IS_GEN2(intel_get_drm_devid(fd))) {
Dgem_caching.c120 if (IS_GEN2(devid)) /* chipset only handles cached -> uncached */
Dgem_render_tiled_blits.c109 if (IS_GEN2(devid)) /* chipset only handles cached -> uncached */ in run_test()
Dgem_stress.c564 } else if (IS_GEN2(devid)) { in init_set()
741 if (IS_GEN2(devid) || IS_GEN3(devid)) in parse_options()
/external/igt-gpu-tools/lib/
Dintel_mmio.c125 if (IS_GEN2(devid)) in intel_mmio_use_pci_bar()
Dintel_chipset.h184 #define IS_GEN2(devid) IS_GEN(devid, 2) macro
Dinstdone.c600 } else if (IS_GEN2(devid)) { in init_instdone_definitions()
Dintel_batchbuffer.c831 if (IS_GEN2(devid)) in igt_get_render_copyfunc()
/external/igt-gpu-tools/tools/
Dintel_gtt.c152 if (IS_GEN2(devid)) { in main()
Dintel_display_poller.c99 if (!IS_GEN2(devid) && !IS_GEN3(devid)) in pipe_to_plane()
131 if (IS_GEN2(devid) || IS_GEN3(devid)) in dspoffset_reg()
148 if (IS_GEN2(devid) || IS_GEN3(devid)) in dspsurf_reg()
1055 if (IS_GEN2(devid)) { in main()
Dintel_reg_decode.c187 if (IS_GEN2(devid) || IS_GEN3(devid)) in DEBUGSTRING()
502 if (IS_GEN2(devid)) { in DEBUGSTRING()
2655 return IS_GEN2(devid) || IS_GEN3(devid) || IS_GEN4(devid); in is_gen234()
Dintel_reg.c644 int mmio_bar = IS_GEN2(config->devid) ? 1 : 0; in intel_reg_snapshot()
Dintel_watermark.c1246 } else if (IS_GEN2(devid)) { in main()
/external/libdrm/intel/
Dintel_chipset.h207 #define IS_GEN2(devid) ((devid) == PCI_CHIP_I830_M || \ macro
Dintel_decode.c1349 if (!IS_GEN2(devid)) { in decode_3d_1d()
2025 if (IS_GEN2(devid)) in decode_3d_1d()
2250 if (opcode_3d_1d->i830_only && !IS_GEN2(devid)) in decode_3d_1d()
3841 assert(IS_GEN2(devid)); in drm_intel_decode_context_alloc()
Dintel_bufmgr_gem.c3655 if (IS_GEN2(bufmgr_gem->pci_device)) in drm_intel_bufmgr_gem_init()
/external/igt-gpu-tools/tests/
Dkms_frontbuffer_tracking.c2078 if (IS_GEN2(devid) || IS_G4X(devid)) in format_is_valid()