• Home
  • Raw
  • Download

Lines Matching refs:plane1

42 	igt_plane_t *plane1;  member
340 d->plane1 = igt_pipe_get_plane_type(pipe_obj, DRM_PLANE_TYPE_PRIMARY); in test_plane_scaling_on_pipe()
341 prepare_crtc(d, output, pipe, d->plane1, mode); in test_plane_scaling_on_pipe()
356 igt_fb_set_position(&d->fb[0], d->plane1, 100, 100); in test_plane_scaling_on_pipe()
357 igt_fb_set_size(&d->fb[0], d->plane1, 500, 500); in test_plane_scaling_on_pipe()
358 igt_plane_set_position(d->plane1, 0, 0); in test_plane_scaling_on_pipe()
359 igt_plane_set_size(d->plane1, mode->hdisplay, mode->vdisplay); in test_plane_scaling_on_pipe()
363 igt_fb_set_position(&d->fb[0], d->plane1, 0, 0); in test_plane_scaling_on_pipe()
364 igt_fb_set_size(&d->fb[0], d->plane1, d->fb[0].width, d->fb[0].height); in test_plane_scaling_on_pipe()
365 igt_plane_set_position(d->plane1, 0, 0); in test_plane_scaling_on_pipe()
366 igt_plane_set_size(d->plane1, mode->hdisplay, mode->vdisplay); in test_plane_scaling_on_pipe()
408 igt_fb_set_position(&d->fb[0], d->plane1, 100, 100); in test_plane_scaling_on_pipe()
409 igt_fb_set_size(&d->fb[0], d->plane1, 500, 500); in test_plane_scaling_on_pipe()
410 igt_plane_set_position(d->plane1, 0, 0); in test_plane_scaling_on_pipe()
411 igt_plane_set_size(d->plane1, mode->hdisplay, mode->vdisplay); in test_plane_scaling_on_pipe()
446 igt_fb_set_position(&d->fb[0], d->plane1, 0, 0); in test_plane_scaling_on_pipe()
447 igt_fb_set_size(&d->fb[0], d->plane1, d->fb[0].width, d->fb[0].height); in test_plane_scaling_on_pipe()
448 igt_plane_set_position(d->plane1, 0, 0); in test_plane_scaling_on_pipe()
449 igt_plane_set_size(d->plane1, mode->hdisplay, mode->vdisplay); in test_plane_scaling_on_pipe()
473 igt_plane_set_fb(d->plane1, &d->fb[1]); in __test_scaler_with_clipping_clamping_scenario()
476 igt_fb_set_position(&d->fb[1], d->plane1, 0, 0); in __test_scaler_with_clipping_clamping_scenario()
477 igt_fb_set_size(&d->fb[1], d->plane1, 300, 300); in __test_scaler_with_clipping_clamping_scenario()
478 igt_plane_set_position(d->plane1, 100, 400); in __test_scaler_with_clipping_clamping_scenario()
484 igt_plane_set_size(d->plane1, mode->hdisplay + 200, in __test_scaler_with_clipping_clamping_scenario()
509 d->plane1 = igt_pipe_get_plane_type(pipe_obj, DRM_PLANE_TYPE_PRIMARY); in test_scaler_with_clipping_clamping_scenario()
511 prepare_crtc(d, output, pipe, d->plane1, mode); in test_scaler_with_clipping_clamping_scenario()
513 for (int i = 0; i < d->plane1->drm_plane->count_formats; i++) { in test_scaler_with_clipping_clamping_scenario()
514 unsigned f1 = d->plane1->drm_plane->formats[i]; in test_scaler_with_clipping_clamping_scenario()
576 d->plane1 = igt_output_get_plane(output1, 0); in test_scaler_with_multi_pipe_plane()
603 igt_plane_set_fb(d->plane1, &d->fb[0]); in test_scaler_with_multi_pipe_plane()
612 igt_plane_set_size(d->plane1, mode1->hdisplay, mode1->vdisplay); in test_scaler_with_multi_pipe_plane()
617 igt_plane_set_size(d->plane2 ?: d->plane1, mode1->hdisplay, mode1->vdisplay); in test_scaler_with_multi_pipe_plane()