Searched refs:debugfs_read (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/overlay/ |
D | gem-interrupts.c | 39 static long long debugfs_read(void) in debugfs_read() function 106 val = debugfs_read(); in interrupts_read()
|
/external/igt-gpu-tools/tests/ |
D | kms_frontbuffer_tracking.c | 718 #define debugfs_read(p, arr) __debugfs_read(p, arr, sizeof(arr)) macro 728 debugfs_read("i915_fbc_status", buf); in fbc_is_enabled() 764 debugfs_read("i915_drrs_status", buf); in is_drrs_high() 772 debugfs_read("i915_drrs_status", buf); in is_drrs_low() 780 debugfs_read("i915_drrs_status", buf); in is_drrs_supported() 788 debugfs_read("i915_drrs_status", buf); in is_drrs_inactive() 800 debugfs_read("i915_drrs_status", buf); in drrs_print_status() 811 debugfs_read("i915_fbc_status", buf); in fbc_get_last_action() 860 debugfs_read("i915_fbc_status", buf); in fbc_setup_last_action() 879 debugfs_read("i915_fbc_status", buf); in fbc_is_compressing() [all …]
|
D | kms_content_protection.c | 544 #define debugfs_read(fd, p, arr) __debugfs_read(fd, p, arr, sizeof(arr)) macro 557 debugfs_read(fd, "i915_hdcp_sink_capability", buf); in sink_hdcp_capable() 574 debugfs_read(fd, "i915_hdcp_sink_capability", buf); in sink_hdcp2_capable()
|