Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_6_5_qcm2290.h111 .safe_lut_tbl = {0xfff0, 0x0, 0x0},
H A Ddpu_6_3_sm6115.h112 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
H A Ddpu_6_9_sm6375.h123 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_5_4_sm6125.h176 .safe_lut_tbl = {0xfff8, 0xf000, 0xffff},
H A Ddpu_6_4_sm6350.h184 .safe_lut_tbl = {0xff00, 0xff00, 0xffff},
H A Ddpu_6_2_sc7180.h182 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
H A Ddpu_7_2_sc7280.h229 .safe_lut_tbl = {0xff00, 0xff00, 0xffff},
H A Ddpu_4_0_sdm845.h310 .safe_lut_tbl = {0xfff0, 0xf000, 0xffff},
H A Ddpu_3_0_msm8998.h293 .safe_lut_tbl = {0xfffc, 0xff00, 0xffff},
H A Ddpu_7_0_sm8350.h376 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_6_0_sm8250.h366 .safe_lut_tbl = {0xfff0, 0xff00, 0xffff},
H A Ddpu_5_0_sm8150.h352 .safe_lut_tbl = {0xfff8, 0xf000, 0xffff},
H A Ddpu_9_0_sm8550.h397 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_5_1_sc8180x.h380 .safe_lut_tbl = {0xfff0, 0xf000, 0xffff},
H A Ddpu_8_1_sm8450.h398 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
H A Ddpu_8_0_sc8280xp.h422 .safe_lut_tbl = {0xfe00, 0xfe00, 0xffff},
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h769 u32 safe_lut_tbl[DPU_QOS_LUT_USAGE_MAX]; member
H A Ddpu_encoder_phys_wb.c123 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()