Searched refs:palette_mode (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 340 unsigned char palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp */ member 457 int RGA_set_color_palette_mode(struct rga_req *msg, unsigned char palette_mode, /* 1bpp/2bpp/4bpp/8bpp */ 491 unsigned int palette_mode /* 1bpp/2bpp/4bpp/8bpp */ 495 unsigned int palette_mode /* 1bpp/2bpp/4bpp/8bpp */
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 348 unsigned char palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp */ member 518 unsigned char palette_mode, /* 1bpp/2bpp/4bpp/8bpp */ 563 unsigned int palette_mode /* 1bpp/2bpp/4bpp/8bpp */ 569 unsigned int palette_mode /* 1bpp/2bpp/4bpp/8bpp */
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 348 unsigned char palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp */ member 518 unsigned char palette_mode, /* 1bpp/2bpp/4bpp/8bpp */ 563 unsigned int palette_mode /* 1bpp/2bpp/4bpp/8bpp */ 569 unsigned int palette_mode /* 1bpp/2bpp/4bpp/8bpp */
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 374 uint8_t palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp */
member 434 uint8_t palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp */
member 537 u8 palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp */
member 608 }; /* palette_mode */
|
H A D | rga2_reg_info.c | 1267 shift = RGA2_INDEX_TH - msg->palette_mode;
in RGA2_set_reg_color_palette() 1283 reg = ((reg & (~m_RGA2_SRC_INFO_SW_SRC_FMT)) | (s_RGA2_SRC_INFO_SW_SRC_FMT((msg->palette_mode | 0xc))));
in RGA2_set_reg_color_palette() 1746 req->palette_mode = req_rga->palette_mode;
in RGA_MSG_2_RGA2_MSG() 2010 req->palette_mode = req_rga->palette_mode;
in RGA_MSG_2_RGA2_MSG_32()
|
H A D | rga2_mmu_info.c | 1251 shift = 0x3 - (req->palette_mode & 0x3);
in rga2_mmu_info_color_palette_mode()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 424 uint8_t palette_mode; member 569 u8 palette_mode; member 646 u8 palette_mode; member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 526 uint8_t palette_mode; /* (enum) color palatte 0/1bpp, 1/2bpp 2/4bpp 3/8bpp*/ member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga2_reg_info.c | 1456 shift = 3 - msg->palette_mode; in RGA2_set_reg_color_palette() 1474 (s_RGA2_SRC_INFO_SW_SRC_FMT((msg->palette_mode | 0xc)))); in RGA2_set_reg_color_palette() 1788 req->palette_mode = req_rga->palette_mode; in rga_cmd_to_rga2_cmd()
|
H A D | rga2_mmu_info.c | 847 shift = 3 - (req->palette_mode & 3); in rga2_mmu_info_color_palette_mode()
|
Completed in 17 milliseconds