Home
last modified time | relevance | path

Searched refs:IS_VALLEYVIEW (Results 1 – 16 of 16) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Di915_pm_rc6_residency.c115 (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid))) in read_residencies()
235 igt_require(IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid));
/external/igt-gpu-tools/lib/
Dintel_chipset.h167 #define IS_VALLEYVIEW(devid) (intel_get_device_info(devid)->is_valleyview) macro
203 !(IS_VALLEYVIEW(devid) || \
Drendercopy_gen7.c97 if (IS_VALLEYVIEW(batch->devid)) in gen7_bind_buf()
/external/libdrm/intel/
Dintel_chipset.h234 IS_VALLEYVIEW(devid))
243 #define IS_VALLEYVIEW(devid) ((devid) == PCI_CHIP_VALLEYVIEW_PO || \ macro
/external/igt-gpu-tools/tools/
Dintel_infoframes.c302 if (IS_VALLEYVIEW(pci_dev->device_id)) in get_dip_ctl_reg()
312 if (IS_VALLEYVIEW(pci_dev->device_id)) in get_dip_data_reg()
322 if (IS_VALLEYVIEW(pci_dev->device_id)) in get_hdmi_port()
398 if (gen == 4 || IS_VALLEYVIEW(pci_dev->device_id)) in dump_port_info()
676 if (IS_VALLEYVIEW(pci_dev->device_id)) { in dump_all_info()
Dintel_audio_dump.c92 if (IS_VALLEYVIEW(devid)) in get_num_pipes()
1836 if (IS_VALLEYVIEW(devid)) { in dump_hdmi_port_ctrl()
1861 if (!IS_VALLEYVIEW(devid)) in dump_ironlake()
1866 if (!IS_VALLEYVIEW(devid)) { in dump_ironlake()
1877 if (!IS_VALLEYVIEW(devid)) in dump_ironlake()
1913 if (!IS_VALLEYVIEW(devid)) in dump_ironlake()
1918 if (!IS_VALLEYVIEW(devid)) in dump_ironlake()
2420 if (!IS_VALLEYVIEW(devid)) in dump_braswell()
2425 if (!IS_VALLEYVIEW(devid)) in dump_braswell()
2479 if (IS_VALLEYVIEW(devid)) { in main()
Dintel_gpu_frequency.c231 if (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid)) { in parse()
Dintel_l3_parity.c189 if (intel_gen(devid) < 7 || IS_VALLEYVIEW(devid)) in main()
Dintel_reg.c384 if (!IS_VALLEYVIEW(config->devid) && in read_register()
455 if (!IS_VALLEYVIEW(config->devid) && in write_register()
Dintel_display_poller.c1100 IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid)) { in main()
1101 if (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid)) in main()
Dintel_vbt_decode.c171 else if (IS_VALLEYVIEW(context->devid) || in dump_general_features()
214 if (IS_VALLEYVIEW(context->devid) || IS_CHERRYVIEW(context->devid) || in dump_general_features()
Dintel_watermark.c1233 } else if (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid)) { in main()
Dintel_reg_decode.c228 } else if (IS_GEN4(devid) || IS_VALLEYVIEW(devid) || in DEBUGSTRING()
/external/igt-gpu-tools/tests/
Dkms_big_fb.c140 IS_VALLEYVIEW(data->devid) || in size_ok()
Dkms_cursor_crc.c500 if (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid)) in has_nonsquare_cursors()
Dperf_pmu.c822 igt_skip_on(IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid)); in event_wait()