Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_formats.c16 .hw_format = ROTATE_FORMAT_ARGB32,
24 .hw_format = ROTATE_FORMAT_ABGR32,
32 .hw_format = ROTATE_FORMAT_RGBA32,
40 .hw_format = ROTATE_FORMAT_BGRA32,
48 .hw_format = ROTATE_FORMAT_XRGB32,
56 .hw_format = ROTATE_FORMAT_XBGR32,
64 .hw_format = ROTATE_FORMAT_RGBX32,
72 .hw_format = ROTATE_FORMAT_BGRX32,
80 .hw_format = ROTATE_FORMAT_RGB24,
88 .hw_format = ROTATE_FORMAT_BGR24,
[all …]
H A Dsun8i-formats.h14 u32 hw_format; member
H A Dsun8i_rotate.c91 rotate_write(dev, ROTATE_IN_FMT, ROTATE_IN_FMT_FORMAT(fmt->hw_format)); in rotate_device_run()
/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga.c188 .hw_format = RGA_COLOR_FMT_ABGR8888,
197 .hw_format = RGA_COLOR_FMT_ABGR8888,
206 .hw_format = RGA_COLOR_FMT_XBGR8888,
215 .hw_format = RGA_COLOR_FMT_RGB888,
224 .hw_format = RGA_COLOR_FMT_RGB888,
233 .hw_format = RGA_COLOR_FMT_ABGR4444,
242 .hw_format = RGA_COLOR_FMT_ABGR1555,
251 .hw_format = RGA_COLOR_FMT_BGR565,
260 .hw_format = RGA_COLOR_FMT_YUV420SP,
269 .hw_format = RGA_COLOR_FMT_YUV422SP,
[all …]
H A Drga-hw.c198 src_info.data.format = ctx->in.fmt->hw_format; in rga_cmd_set_trans_info()
200 dst_info.data.format = ctx->out.fmt->hw_format; in rga_cmd_set_trans_info()
208 if (RGA_COLOR_FMT_IS_YUV(ctx->in.fmt->hw_format) && in rga_cmd_set_trans_info()
209 RGA_COLOR_FMT_IS_RGB(ctx->out.fmt->hw_format)) { in rga_cmd_set_trans_info()
220 if (RGA_COLOR_FMT_IS_RGB(ctx->in.fmt->hw_format) && in rga_cmd_set_trans_info()
221 RGA_COLOR_FMT_IS_YUV(ctx->out.fmt->hw_format)) { in rga_cmd_set_trans_info()
H A Drga.h23 u8 hw_format; member
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h110 u32 hw_format; /* format field in the PRI_CTL register */ member
125 u32 hw_format; /* format field in the SPR_CTL register */ member
H A Dfb_decoder.c246 plane->hw_format = fmt; in intel_vgpu_decode_primary_plane()
439 plane->hw_format = fmt; in intel_vgpu_decode_sprite_plane()
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h19 u32 hw_format; member
H A Dkirin_drm_ade.c86 return ade_formats[i].hw_format; in ade_get_format()
/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h249 u32 hw_format; member
H A Dmtk_jpeg_enc_hw.c172 value |= (ctx->out_q.fmt->hw_format & 3) << 3; in mtk_jpeg_set_enc_params()
H A Dmtk_jpeg_core.c39 .hw_format = JPEG_ENC_YUV_FORMAT_NV12,
49 .hw_format = JEPG_ENC_YUV_FORMAT_NV21,
59 .hw_format = JPEG_ENC_YUV_FORMAT_YUYV,
69 .hw_format = JPEG_ENC_YUV_FORMAT_YVYU,
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_mixer.h209 int sun8i_mixer_drm_format_to_hw(u32 format, u32 *hw_format);
H A Dsun8i_mixer.c239 int sun8i_mixer_drm_format_to_hw(u32 format, u32 *hw_format) in sun8i_mixer_drm_format_to_hw() argument
245 *hw_format = de2_formats[i].de2_fmt; in sun8i_mixer_drm_format_to_hw()