Searched refs:hw_format (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/media/platform/rockchip/rga/ |
D | rga.c | 191 .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 …]
|
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() 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()
|
D | rga.h | 23 u8 hw_format; member
|
/Linux-v5.4/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 | 245 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/ |
D | kirin_drm_drv.h | 19 u32 hw_format; member
|
D | kirin_drm_ade.c | 87 return ade_formats[i].hw_format; in ade_get_format()
|