Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_6_5_qcm2290.h110 .safe_lut_tbl = {0xfff0, 0x0, 0x0},
H A Ddpu_6_3_sm6115.h110 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
H A Ddpu_6_9_sm6375.h121 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_6_2_sc7180.h178 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
H A Ddpu_3_3_sdm630.h179 .safe_lut_tbl = {0xfffc, 0xff00, 0xffff},
H A Ddpu_5_4_sm6125.h189 .safe_lut_tbl = {0xfff8, 0xf000, 0xffff},
H A Ddpu_6_4_sm6350.h196 .safe_lut_tbl = {0xff00, 0xff00, 0xffff},
H A Ddpu_7_2_sc7280.h222 .safe_lut_tbl = {0xff00, 0xff00, 0xffff},
H A Ddpu_3_2_sdm660.h243 .safe_lut_tbl = {0xfffc, 0xff00, 0xffff},
H A Ddpu_4_0_sdm845.h305 .safe_lut_tbl = {0xfff0, 0xf000, 0xffff},
H A Ddpu_3_0_msm8998.h288 .safe_lut_tbl = {0xfffc, 0xff00, 0xffff},
H A Ddpu_5_2_sm7150.h282 .safe_lut_tbl = {0xfff8, 0xf000, 0xffff},
H A Ddpu_9_0_sm8550.h378 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_7_0_sm8350.h367 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_6_0_sm8250.h357 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
H A Ddpu_5_0_sm8150.h359 .safe_lut_tbl = {0xfff8, 0xf000, 0xffff},
H A Ddpu_10_0_sm8650.h404 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_8_1_sm8450.h385 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_5_1_sc8180x.h385 .safe_lut_tbl = {0xfff0, 0xf000, 0xffff},
H A Ddpu_8_0_sc8280xp.h408 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_9_2_x1e80100.h424 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h768 u32 safe_lut_tbl[DPU_QOS_LUT_USAGE_MAX]; member
H A Ddpu_encoder_phys_wb.c157 qos_cfg.safe_lut = catalog->perf->safe_lut_tbl[DPU_QOS_LUT_USAGE_NRT]; in dpu_encoder_phys_wb_set_qos()
H A Ddpu_plane.c275 cfg.safe_lut = pdpu->catalog->perf->safe_lut_tbl[lut_usage]; in _dpu_plane_set_qos_lut()