Displaying 1 result from an estimated 1 matches for "reference_crc".
2020 Mar 18
0
[PATCH i-g-t] tests/kms_plane: Generate reference CRCs for partial coverage too
...fb that is set-up
- * to cover the black rectangle of the primary plane fb
+ * to fully or partially cover the black rectangle of the primary plane
+ * fb
* The resulting CRC should be identical to the reference CRC
*/
@@ -125,38 +184,6 @@ typedef struct {
igt_crc_t reference_crc;
} test_position_t;
-/*
- * create a green fb with a black rectangle at (rect_x,rect_y) and of size
- * (rect_w,rect_h)
- */
-static void
-create_fb_for_mode__position(data_t *data, drmModeModeInfo *mode,
- double rect_x, double rect_y,
- double rect_w, double rect_h,
- stru...