Lines Matching defs:rotation
2517 static void plane_rotation(char *buf, size_t bufsize, unsigned int rotation)
2525 (rotation & DRM_MODE_ROTATE_0) ? "0 " : "",
2526 (rotation & DRM_MODE_ROTATE_90) ? "90 " : "",
2527 (rotation & DRM_MODE_ROTATE_180) ? "180 " : "",
2528 (rotation & DRM_MODE_ROTATE_270) ? "270 " : "",
2529 (rotation & DRM_MODE_REFLECT_X) ? "FLIPX " : "",
2530 (rotation & DRM_MODE_REFLECT_Y) ? "FLIPY " : "",
2531 rotation);
2550 plane_state->uapi.rotation);
2552 seq_printf(m, "\t\tuapi: fb=%d,%s,%dx%d, src=" DRM_RECT_FP_FMT ", dst=" DRM_RECT_FMT ", rotation=%s\n",
2574 plane_state->hw.rotation);
2576 seq_printf(m, "\t\thw: fb=%d,%s,%dx%d, visible=%s, src=" DRM_RECT_FP_FMT ", dst=" DRM_RECT_FMT ", rotation=%s\n",