Home
last modified time | relevance | path

Searched refs:igt_debugfs_open (Results 1 – 9 of 9) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_debugfs.c277 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()
Digt_debugfs.h40 int igt_debugfs_open(int fd, const char *filename, int mode);
Digt_gt.c448 return igt_debugfs_open(fd, "i915_forcewake_user", O_WRONLY); in igt_open_forcewake_handle()
Digt_kms.c1106 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/
Dintel_guc_logger.c86 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/
Di915_hangman.c100 fd = igt_debugfs_open(device, "i915_wedged", O_WRONLY); in test_error_state_basic()
Dgem_workarounds.c263 fd = igt_debugfs_open(device, "i915_wa_registers", O_RDONLY);
Di915_pm_sseu.c216 dbg.status_fd = igt_debugfs_open(gem.drm_fd, "i915_sseu_status", O_RDONLY); in dbg_init()
/external/igt-gpu-tools/tests/
Dkms_universal_plane.c557 fd = igt_debugfs_open(data->drm_fd, "i915_gem_framebuffer", O_RDONLY); in i915_gem_fb_count()