Home
last modified time | relevance | path

Searched refs:planeinfo (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c430 igt_crc_t *crc_output, planeinfos *planeinfo, in get_multiplane_crc() argument
443 planeinfo[c].planetype); in get_multiplane_crc()
449 w = planeinfo[c].width & ~3; in get_multiplane_crc()
450 h = planeinfo[c].height & ~3; in get_multiplane_crc()
452 if (planeinfo[c].rotation_sw & (IGT_ROTATION_90 | IGT_ROTATION_270)) in get_multiplane_crc()
456 planeinfo[c].format, in get_multiplane_crc()
457 planeinfo[c].tiling)) in get_multiplane_crc()
460 igt_create_fb(data->gfx_fd, w, h, planeinfo[c].format, in get_multiplane_crc()
461 planeinfo[c].tiling, &planes[c].fb); in get_multiplane_crc()
463 paint_squares(data, planeinfo[c].rotation_sw, &planes[c].fb, 1.0f); in get_multiplane_crc()
[all …]