File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -283,11 +283,20 @@ static const struct mtk_disp_gamma_data mt8183_gamma_driver_data = {
283
283
.lut_size = 512 ,
284
284
};
285
285
286
+ static const struct mtk_disp_gamma_data mt8195_gamma_driver_data = {
287
+ .lut_bank_size = 256 ,
288
+ .lut_bits = 12 ,
289
+ .lut_diff = true,
290
+ .lut_size = 1024 ,
291
+ };
292
+
286
293
static const struct of_device_id mtk_disp_gamma_driver_dt_match [] = {
287
294
{ .compatible = "mediatek,mt8173-disp-gamma" ,
288
295
.data = & mt8173_gamma_driver_data },
289
296
{ .compatible = "mediatek,mt8183-disp-gamma" ,
290
297
.data = & mt8183_gamma_driver_data },
298
+ { .compatible = "mediatek,mt8195-disp-gamma" ,
299
+ .data = & mt8195_gamma_driver_data },
291
300
{},
292
301
};
293
302
MODULE_DEVICE_TABLE (of , mtk_disp_gamma_driver_dt_match );
You can’t perform that action at this time.
0 commit comments