Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_validate.c163 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local
183 aligned_height = height; in vc4_check_tex_size()
187 aligned_height = round_up(height, utile_h * 8); in vc4_check_tex_size()
191 aligned_height = round_up(height, utile_h); in vc4_check_tex_size()
199 size = stride * aligned_height; in vc4_check_tex_size()
205 aligned_width, aligned_height, in vc4_check_tex_size()
689 uint32_t aligned_width, aligned_height; in reloc_tex() local
701 aligned_height = round_up(level_height, utile_h * 8); in reloc_tex()
705 aligned_height = round_up(level_height, utile_h); in reloc_tex()
709 aligned_height = level_height; in reloc_tex()
[all …]
/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-debug.c43 f->aligned_width, f->aligned_height, in delta_frameinfo_str()
Ddelta-v4l2.c253 frameinfo->aligned_height = ALIGN(frameinfo->height, in set_default_params()
256 frameinfo->aligned_height, in set_default_params()
470 pix->height = frameinfo->aligned_height; in delta_g_fmt_frame()
684 frameinfo.aligned_height = pix->height; in delta_s_fmt_frame()
709 pix->height = frameinfo.aligned_height; in delta_s_fmt_frame()
754 s->r.height = frameinfo->aligned_height; in delta_g_selection()
1189 frameinfo->aligned_height = ALIGN(streaminfo->height, in delta_get_frameinfo_default()
1192 frameinfo->aligned_height, in delta_get_frameinfo_default()
Ddelta.h138 u32 aligned_height; member
Ddelta-mjpeg-dec.c281 + frame->info.aligned_width * frame->info.aligned_height); in delta_mjpeg_ipc_decode()
/Linux-v4.19/drivers/media/platform/sti/hva/
Dhva.h45 u32 aligned_height; member
Dhva-v4l2.c101 frameinfo->aligned_height = ALIGN(frameinfo->height, in set_default_params()
104 frameinfo->aligned_height, in set_default_params()
240 frame->aligned_width, frame->aligned_height, in hva_dbg_summary()
507 ctx->frameinfo.aligned_height = ALIGN(pix->height, in hva_s_fmt_frame()
Dhva-h264.c606 u32 frame_height = frame->info.aligned_height; in hva_h264_prepare_task()
893 u32 frame_height = pctx->frameinfo.aligned_height; in hva_h264_open()
Dhva-debugfs.c31 frame->aligned_width, frame->aligned_height); in format_ctx()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c7727 unsigned int aligned_height; in i9xx_get_initial_plane_config() local
7780 aligned_height = intel_fb_align_height(fb, 0, fb->height); in i9xx_get_initial_plane_config()
7782 plane_config->size = fb->pitches[0] * aligned_height; in i9xx_get_initial_plane_config()
8759 unsigned int aligned_height; in skylake_get_initial_plane_config() local
8835 aligned_height = intel_fb_align_height(fb, 0, fb->height); in skylake_get_initial_plane_config()
8837 plane_config->size = fb->pitches[0] * aligned_height; in skylake_get_initial_plane_config()