Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/rockchip/rga/
Drga.c191 .hw_format = RGA_COLOR_FMT_ABGR8888,
200 .hw_format = RGA_COLOR_FMT_XBGR8888,
209 .hw_format = RGA_COLOR_FMT_ABGR8888,
218 .hw_format = RGA_COLOR_FMT_XBGR8888,
227 .hw_format = RGA_COLOR_FMT_RGB888,
236 .hw_format = RGA_COLOR_FMT_RGB888,
245 .hw_format = RGA_COLOR_FMT_ABGR4444,
254 .hw_format = RGA_COLOR_FMT_ABGR1555,
263 .hw_format = RGA_COLOR_FMT_BGR565,
272 .hw_format = RGA_COLOR_FMT_YUV420SP,
[all …]
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()
203 if (ctx->in.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
204 if (ctx->out.fmt->hw_format < RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
218 if (ctx->out.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
Drga.h23 u8 hw_format; member
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dfb_decoder.h106 u32 hw_format; /* format field in the PRI_CTL register */ member
121 u32 hw_format; /* format field in the SPR_CTL register */ member
Dfb_decoder.c245 plane->hw_format = fmt; in intel_vgpu_decode_primary_plane()
438 plane->hw_format = fmt; in intel_vgpu_decode_sprite_plane()
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.h19 u32 hw_format; member
Dkirin_drm_ade.c87 return ade_formats[i].hw_format; in ade_get_format()