Lines Matching refs:msg
406 int RGA_set_dst_vir_info(struct rga_req *msg, unsigned long yrgb_addr, /* yrgb_addr */
415 int RGA_set_dst_vir_info(struct rga_req *msg, unsigned int yrgb_addr, /* yrgb_addr */
425 int RGA_set_pat_info(struct rga_req *msg, unsigned int width, unsigned int height, unsigned int x_off,
429 int RGA_set_rop_mask_info(struct rga_req *msg, unsigned long rop_mask_addr, unsigned int rop_mask_endian_mode);
431 int RGA_set_rop_mask_info(struct rga_req *msg, unsigned int rop_mask_addr, unsigned int rop_mask_endian_mode);
434 int RGA_set_alpha_en_info(struct rga_req *msg,
440 int RGA_set_rop_en_info(struct rga_req *msg, unsigned int ROP_mode, unsigned int ROP_code, unsigned int color_mode,
443 int RGA_set_fading_en_info(struct rga_req *msg, unsigned char r, unsigned char g, unsigned char b);
445 int RGA_set_src_trans_mode_info(struct rga_req *msg, unsigned char trans_mode, unsigned char a_en, unsigned char b_en,
449 int RGA_set_bitblt_mode(struct rga_req *msg,
457 int RGA_set_color_palette_mode(struct rga_req *msg, unsigned char palette_mode, /* 1bpp/2bpp/4bpp/8bpp */
463 int RGA_set_color_fill_mode(struct rga_req *msg, COLOR_FILL *gr_color, /* gradient color part */
474 int RGA_set_line_point_drawing_mode(struct rga_req *msg, POINT sp, /* start point */
482 int RGA_set_blur_sharp_filter_mode(struct rga_req *msg, unsigned char filter_mode, /* blur/sharpness */
487 int RGA_set_pre_scaling_mode(struct rga_req *msg, unsigned char dither_en);
490 int RGA_update_palette_table_mode(struct rga_req *msg, unsigned long LUT_addr, /* LUT table addr */
494 int RGA_update_palette_table_mode(struct rga_req *msg, unsigned int LUT_addr, /* LUT table addr */
499 int RGA_set_update_patten_buff_mode(struct rga_req *msg, unsigned int pat_addr, /* patten addr */
506 int RGA_set_mmu_info(struct rga_req *msg, unsigned char mmu_en, unsigned char src_flush, unsigned char dst_flush,
509 int RGA_set_mmu_info(struct rga_req *msg, unsigned char mmu_en, unsigned char src_flush, unsigned char dst_flush,
516 int RGA_set_src_fence_flag(struct rga_req *msg, int acq_fence, int src_flag);
518 int RGA_set_dst_fence_flag(struct rga_req *msg, int dst_flag);
520 int RGA_get_dst_fence(struct rga_req *msg);