hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
kernel/drivers/gpu/drm/rockchip/ebc-dev/epdlut/epd_lut.c
....@@ -16,7 +16,7 @@
1616 #include "../ebc_dev.h"
1717 #include "epd_lut.h"
1818
19
-static int (*lut_get)(struct epd_lut_data *, enum epd_lut_type, int);
19
+static int (*lut_get)(struct epd_lut_data *, enum epd_lut_type, int, int);
2020
2121 int epd_lut_from_mem_init(void *waveform)
2222 {
....@@ -66,9 +66,9 @@
6666 return NULL;
6767 }
6868
69
-int epd_lut_get(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture)
69
+int epd_lut_get(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture, int pic)
7070 {
71
- return lut_get(output, lut_type, temperture);
71
+ return lut_get(output, lut_type, temperture, pic);
7272 }
7373
7474 //you can change overlay lut mode here