Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c53 unsigned int hw_fmt; member
110 .hw_fmt = GE2D_FORMAT_ ## _depth ## BIT, \
213 FIELD_PREP(GE2D_DST1_FORMAT, ctx->out.fmt->hw_fmt) | in ge2d_hw_start()
215 FIELD_PREP(GE2D_SRC2_FORMAT, ctx->out.fmt->hw_fmt) | in ge2d_hw_start()
217 FIELD_PREP(GE2D_SRC1_FORMAT, ctx->in.fmt->hw_fmt)); in ge2d_hw_start()