Searched refs:IGT_FIXED (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_universal_plane.c | 251 IGT_FIXED(0,0), IGT_FIXED(0,0), in functional_test_pipe() 252 IGT_FIXED(test.mode->hdisplay,0), in functional_test_pipe() 253 IGT_FIXED(test.mode->vdisplay,0)) == 0); in functional_test_pipe() 403 IGT_FIXED(0,0), IGT_FIXED(0,0), in sanity_test_pipe() 404 IGT_FIXED(mode->hdisplay,0), in sanity_test_pipe() 405 IGT_FIXED(mode->vdisplay,0)) == expect); in sanity_test_pipe() 414 IGT_FIXED(0,0), IGT_FIXED(0,0), in sanity_test_pipe() 415 IGT_FIXED(mode->hdisplay - 100,0), in sanity_test_pipe() 416 IGT_FIXED(mode->vdisplay - 100,0)) == expect); in sanity_test_pipe() 428 IGT_FIXED(0,0), IGT_FIXED(0,0), in sanity_test_pipe() [all …]
|
D | kms_force_connector_basic.c | 160 0, 0, IGT_FIXED(w, 0), IGT_FIXED(h, 0))); 165 0, 0, IGT_FIXED(w, 0), IGT_FIXED(h, 0)));
|
D | kms_atomic_interruptible.c | 182 IGT_FIXED(fb2.width, 0), in run_plane_test() 183 IGT_FIXED(fb2.height, 0), in run_plane_test() 234 .src_w = IGT_FIXED(fb2.width, 0), in run_plane_test() 235 .src_h = IGT_FIXED(fb2.height, 0), in run_plane_test()
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 2671 IGT_FIXED(0,0), /* src_x */ in igt_drm_plane_commit() 2672 IGT_FIXED(0,0), /* src_y */ in igt_drm_plane_commit() 2673 IGT_FIXED(0,0), /* src_w */ in igt_drm_plane_commit() 2674 IGT_FIXED(0,0) /* src_h */); in igt_drm_plane_commit() 2879 IGT_FIXED(0,0), IGT_FIXED(0,0), /* src_x, src_y */ in igt_plane_fixup_rotation() 2880 IGT_FIXED(0,0), IGT_FIXED(0,0)); /* src_w, src_h */ in igt_plane_fixup_rotation() 4047 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_X, IGT_FIXED(x, 0)); in igt_fb_set_position() 4048 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_Y, IGT_FIXED(y, 0)); in igt_fb_set_position() 4071 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_W, IGT_FIXED(w, 0)); in igt_fb_set_size() 4072 igt_plane_set_prop_value(plane, IGT_PLANE_SRC_H, IGT_FIXED(h, 0)); in igt_fb_set_size()
|
D | igt_kms.h | 563 #define IGT_FIXED(i,f) ((i) << 16 | (f)) macro
|