luma_size         135 drivers/gpu/drm/amd/display/dc/dc_hw_types.h 			struct rect luma_size;
luma_size         344 drivers/media/platform/s5p-mfc/s5p_mfc.c 						ctx->luma_size);
luma_size         648 drivers/media/platform/s5p-mfc/s5p_mfc_common.h 	int luma_size;
luma_size         332 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		pix_mp->plane_fmt[0].sizeimage = ctx->luma_size;
luma_size         923 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		psize[0] = ctx->luma_size;
luma_size         959 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c 		if (vb2_plane_size(vb, 0) < ctx->luma_size ||
luma_size        1372 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		pix_fmt_mp->plane_fmt[0].sizeimage = ctx->luma_size;
luma_size        1457 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		pix_fmt_mp->plane_fmt[0].sizeimage = ctx->luma_size;
luma_size        2401 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		psize[0] = ctx->luma_size;
luma_size        2474 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 			vb2_plane_size(vb, 0), ctx->luma_size);
luma_size        2477 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c 		if (vb2_plane_size(vb, 0) < ctx->luma_size ||
luma_size          71 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 			  ctx->luma_size, ctx->chroma_size, ctx->mv_size);
luma_size         286 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(ctx->buf_width * ctx->buf_height,
luma_size         301 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(guard_width * guard_height,
luma_size         321 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN)
luma_size         326 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12M_SALIGN);
luma_size         332 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
luma_size         338 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 		ctx->luma_size = ALIGN(ctx->luma_size, S5P_FIMV_NV12MT_SALIGN);
luma_size         466 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c 	frame_size_lu = ctx->luma_size;
luma_size          72 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 			  ctx->luma_size, ctx->chroma_size, ctx->mv_size);
luma_size         445 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->luma_size = calc_plane(ctx->img_width, ctx->img_height);
luma_size         449 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->luma_size += S5P_FIMV_D_ALIGN_PLANE_SIZE_V8;
luma_size         479 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	ctx->luma_size = ALIGN((mb_width * mb_height) * 256, 256);
luma_size         484 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 		ctx->luma_size += MFC_LUMA_PAD_BYTES_V7;
luma_size         530 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	writel(ctx->luma_size, mfc_regs->d_first_plane_dpb_size);
luma_size         553 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c 	frame_size = ctx->luma_size;