diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-02 12:35:44 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-04 19:49:10 +0100 |
commit | 51dc087864c385ebd469c2764b60b40363fbe022 (patch) | |
tree | e4b0d782cf40de701285ae712781e3819474b4ab /tests/.gitignore | |
parent | 5738f1952d8b62bb2dea643ae8cfa3c308a45797 (diff) |
tests: Use kms_ prefix a bit more
I was a bit on the fence about the basic pipe CRC test since that
doesn't really test kms, but debug infrastructure in debugfs.
Otoh running this one for a full kms testrun is always good, to make
sure that all the other (real) CRC based tests work sanely.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index e99b2da04..09ea074f4 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,6 +1,8 @@ # Please keep sorted alphabetically +core_getclient +core_getstats +core_getversion ddi_compute_wrpll -debugfs_pipe_crc drv_suspend drm_get_client_auth drm_vma_limiter @@ -93,9 +95,6 @@ gen3_render_linear_blits gen3_render_mixed_blits gen3_render_tiledx_blits gen3_render_tiledy_blits -getclient -getstats -getversion igt_fork_helper igt_list_only igt_no_exit @@ -104,6 +103,7 @@ igt_no_subtest kms_addfb kms_cursor_crc kms_flip +kms_pipe_crc_basic kms_render kms_setmode pm_pc8 |