/external/igt-gpu-tools/tools/ |
D | intel_display_crc.c | 70 pipe_crc = igt_pipe_crc_new(ctx->fd, ctx->pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in print_crcs()
|
/external/igt-gpu-tools/lib/ |
D | igt_debugfs.h | 95 igt_pipe_crc_new(int fd, enum pipe pipe, const char *source);
|
D | igt_debugfs.c | 693 igt_pipe_crc_new(int fd, enum pipe pipe, const char *source) in igt_pipe_crc_new() function
|
/external/igt-gpu-tools/tests/ |
D | kms_pwrite_crc.c | 127 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, in prepare_crtc()
|
D | kms_crtc_background_color.c | 88 data->pipe_crc = igt_pipe_crc_new(data->gfx_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in prepare_crtc()
|
D | kms_pipe_crc_basic.c | 121 pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in test_read_crc()
|
D | kms_flip_tiling.c | 50 _pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in pipe_crc_new()
|
D | kms_plane_lowres.c | 146 pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, in test_planes_on_pipe_with_output()
|
D | kms_mmap_write_crc.c | 190 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, in prepare_crtc()
|
D | kms_prime.c | 178 pipe_crc = igt_pipe_crc_new(importer_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in test_crc()
|
D | kms_draw_crc.c | 271 pipe_crc = igt_pipe_crc_new(drm_fd, kmstest_get_crtc_idx(drm_res, ms.crtc_id), in setup_environment()
|
D | kms_ccs.c | 272 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in test_ccs()
|
D | kms_plane_cursor.c | 79 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe_id, in test_init()
|
D | kms_rotation_crc.c | 183 data->pipe_crc = igt_pipe_crc_new(data->gfx_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in prepare_crtc() 565 data->pipe_crc = igt_pipe_crc_new(data->gfx_fd, pipe, in test_multi_plane_rotation()
|
D | kms_available_modes_crc.c | 390 data->pipe_crc = igt_pipe_crc_new(data->gfx_fd, pipe, in test_available_modes()
|
D | kms_plane_multiple.c | 70 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in test_init()
|
D | kms_big_fb.c | 397 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, in test_pipe()
|
D | kms_plane_alpha_blend.c | 165 data->pipe_crc = igt_pipe_crc_new(data->gfx_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in prepare_crtc()
|
D | kms_cursor_legacy.c | 1241 pipe_crc = igt_pipe_crc_new(display->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in flip_vs_cursor_crc() 1300 pipe_crc = igt_pipe_crc_new(display->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in flip_vs_cursor_busy_crc()
|
D | kms_plane.c | 63 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in test_init()
|
D | kms_cursor_crc.c | 380 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe, in prepare_crtc()
|
D | kms_universal_plane.c | 71 test->pipe_crc = igt_pipe_crc_new(data->drm_fd, pipe, INTEL_PIPE_CRC_SOURCE_AUTO); in functional_test_init()
|
D | kms_atomic_transition.c | 766 pipe_crcs[i] = igt_pipe_crc_new(display->drm_fd, i, INTEL_PIPE_CRC_SOURCE_AUTO); in run_modeset_tests()
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_bypass.c | 80 data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe_id, in test_init()
|
D | amd_color.c | 194 data->pipe_crc = igt_pipe_crc_new(data->fd, data->pipe_id, in test_init()
|