Searched refs:hw_format (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_formats.c | 16 .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 D | sun8i-formats.h | 14 u32 hw_format; member
|
H A D | sun8i_rotate.c | 91 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 D | rga.c | 188 .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 D | rga-hw.c | 198 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 D | rga.h | 23 u8 hw_format; member
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.h | 110 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 D | fb_decoder.c | 246 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 D | kirin_drm_drv.h | 19 u32 hw_format; member
|
H A D | kirin_drm_ade.c | 86 return ade_formats[i].hw_format; in ade_get_format()
|
/openbmc/linux/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_core.h | 249 u32 hw_format; member
|
H A D | mtk_jpeg_enc_hw.c | 172 value |= (ctx->out_q.fmt->hw_format & 3) << 3; in mtk_jpeg_set_enc_params()
|
H A D | mtk_jpeg_core.c | 39 .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 D | sun8i_mixer.h | 209 int sun8i_mixer_drm_format_to_hw(u32 format, u32 *hw_format);
|
H A D | sun8i_mixer.c | 239 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()
|