Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-image-convert.c64 IMAGE_CONVERT_OUT, enumerator
305 ic_image->type == IMAGE_CONVERT_OUT ? "Output" : "Input", in dump_format()
623 if (image->type == IMAGE_CONVERT_OUT) { in init_idmac_channel()
1192 type == IMAGE_CONVERT_OUT ? "Output" : "Input"); in fill_image()
1247 return (type == IMAGE_CONVERT_OUT && in tile_height_align()
1309 h_align = ilog2(tile_height_align(IMAGE_CONVERT_OUT, rot_mode) * in ipu_image_convert_adjust()
1411 ret = fill_image(ctx, d_image, out, IMAGE_CONVERT_OUT); in ipu_image_convert_prepare()