Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c77 IMAGE_CONVERT_OUT, enumerator
349 ic_image->type == IMAGE_CONVERT_OUT ? "Output" : "Input", in dump_format()
860 if (image->type == IMAGE_CONVERT_OUT) in calc_tile_dimensions()
1289 if (image->type == IMAGE_CONVERT_OUT) { in init_idmac_channel()
1920 type == IMAGE_CONVERT_OUT ? "Output" : "Input"); in fill_image()
1997 w_align_out = ilog2(tile_width_align(IMAGE_CONVERT_OUT, outfmt, in ipu_image_convert_adjust()
1999 h_align_out = ilog2(tile_height_align(IMAGE_CONVERT_OUT, outfmt, in ipu_image_convert_adjust()
2119 ret = fill_image(ctx, d_image, out, IMAGE_CONVERT_OUT); in ipu_image_convert_prepare()