Home
last modified time | relevance | path

Searched refs:safe_lut_tbl (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.c1506 .safe_lut_tbl = {0xfffc, 0xff00, 0xffff},
1542 .safe_lut_tbl = {0xfff0, 0xf000, 0xffff},
1570 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
1598 .safe_lut_tbl = {0xfff8, 0xf000, 0xffff},
1654 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
1683 .safe_lut_tbl = {0xff00, 0xff00, 0xffff},
1711 .safe_lut_tbl = {0xfff0, 0x0, 0x0},
Ddpu_hw_catalog.h811 u32 safe_lut_tbl[DPU_QOS_LUT_USAGE_MAX]; member
Ddpu_plane.c329 safe_lut = pdpu->catalog->perf->safe_lut_tbl in _dpu_plane_set_danger_lut()
339 safe_lut = pdpu->catalog->perf->safe_lut_tbl in _dpu_plane_set_danger_lut()
344 safe_lut = pdpu->catalog->perf->safe_lut_tbl in _dpu_plane_set_danger_lut()
Ddpu_encoder_phys_wb.c122 qos_cfg.safe_lut = catalog->perf->safe_lut_tbl[DPU_QOS_LUT_USAGE_NRT]; in dpu_encoder_phys_wb_set_qos()