Searched refs:hw_format (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/platform/rockchip/rga/ |
D | rga.c | 199 .hw_format = RGA_COLOR_FMT_ABGR8888, 208 .hw_format = RGA_COLOR_FMT_XBGR8888, 217 .hw_format = RGA_COLOR_FMT_ABGR8888, 226 .hw_format = RGA_COLOR_FMT_XBGR8888, 235 .hw_format = RGA_COLOR_FMT_RGB888, 244 .hw_format = RGA_COLOR_FMT_RGB888, 253 .hw_format = RGA_COLOR_FMT_ABGR4444, 262 .hw_format = RGA_COLOR_FMT_ABGR1555, 271 .hw_format = RGA_COLOR_FMT_BGR565, 280 .hw_format = RGA_COLOR_FMT_YUV420SP, [all …]
|
D | rga-hw.c | 206 src_info.data.format = ctx->in.fmt->hw_format; in rga_cmd_set_trans_info() 208 dst_info.data.format = ctx->out.fmt->hw_format; in rga_cmd_set_trans_info() 211 if (ctx->in.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info() 212 if (ctx->out.fmt->hw_format < RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info() 226 if (ctx->out.fmt->hw_format >= RGA_COLOR_FMT_YUV422SP) { in rga_cmd_set_trans_info()
|
D | rga.h | 31 u8 hw_format; member
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.h | 106 u32 hw_format; /* format field in the PRI_CTL register */ member 121 u32 hw_format; /* format field in the SPR_CTL register */ member
|
D | fb_decoder.c | 249 plane->hw_format = fmt; in intel_vgpu_decode_primary_plane() 444 plane->hw_format = fmt; in intel_vgpu_decode_sprite_plane()
|