Searched refs:igt_debugfs_open (Results 1 – 9 of 9) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_debugfs.c | 277 int igt_debugfs_open(int device, const char *filename, int mode) in igt_debugfs_open() function 353 fd = igt_debugfs_open(device, filename, O_RDONLY); in igt_debugfs_search() 556 int fd = igt_debugfs_open(drm_fd, "i915_hpd_storm_ctl", O_WRONLY); in igt_hpd_storm_set_threshold() 585 int fd = igt_debugfs_open(drm_fd, "i915_hpd_storm_ctl", O_WRONLY); in igt_hpd_storm_reset() 612 int fd = igt_debugfs_open(drm_fd, "i915_hpd_storm_ctl", O_RDONLY); in igt_hpd_storm_detected() 645 int fd = igt_debugfs_open(drm_fd, "i915_hpd_storm_ctl", O_RDONLY); in igt_require_hpd_storm_ctl() 1015 int fd = igt_debugfs_open(drm_fd, "i915_fifo_underrun_reset", O_WRONLY); in igt_reset_fifo_underrun_reporting()
|
D | igt_debugfs.h | 40 int igt_debugfs_open(int fd, const char *filename, int mode);
|
D | igt_gt.c | 448 return igt_debugfs_open(fd, "i915_forcewake_user", O_WRONLY); in igt_open_forcewake_handle()
|
D | igt_kms.c | 1106 debugfs_fd = igt_debugfs_open(drm_fd, path, O_WRONLY | O_TRUNC); in kmstest_force_edid() 1620 fd = igt_debugfs_open(device, "i915_display_info", O_RDONLY); in kmstest_get_crtc()
|
/external/igt-gpu-tools/tools/ |
D | intel_guc_logger.c | 86 control_fd = igt_debugfs_open(-1, CONTROL_FILE_NAME, O_WRONLY); in guc_log_control() 263 relay_fd = igt_debugfs_open(-1, RELAY_FILE_NAME, O_RDONLY); in open_relay_file()
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_hangman.c | 100 fd = igt_debugfs_open(device, "i915_wedged", O_WRONLY); in test_error_state_basic()
|
D | gem_workarounds.c | 263 fd = igt_debugfs_open(device, "i915_wa_registers", O_RDONLY);
|
D | i915_pm_sseu.c | 216 dbg.status_fd = igt_debugfs_open(gem.drm_fd, "i915_sseu_status", O_RDONLY); in dbg_init()
|
/external/igt-gpu-tools/tests/ |
D | kms_universal_plane.c | 557 fd = igt_debugfs_open(data->drm_fd, "i915_gem_framebuffer", O_RDONLY); in i915_gem_fb_count()
|