Home
last modified time | relevance | path

Searched refs:lut_type (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/rk_eink/epdlut/
H A Depd_lut.h49 int epd_lut_get(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture, int pic, i…
60 int pvi_wf_get_lut(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture, int pic…
67 int rkf_wf_get_lut(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture, int pic…
H A Depd_lut.c50 int epd_lut_get(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture, int pic, i… in epd_lut_get() argument
52 return lut_get(output, lut_type, temperture, pic, regal_pix); in epd_lut_get()
/rk3399_rockchip-uboot/drivers/video/rk_eink/
H A Drk_eink_display.c518 u32 cur_img_buf, u32 lut_type, int update_mode) in eink_display() argument
544 epd_lut_get(&plat->lut_data, lut_type, temperature, WF_4BIT, 0); in eink_display()
549 printk("lut_type=%d, frame num=%d, temp=%d\n", lut_type, in eink_display()