Home
last modified time | relevance | path

Searched refs:dpu_lm_sub_blks (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c374 static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
385 static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
396 static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
406 static const struct dpu_lm_sub_blks qcm2290_lm_sblk = {
H A Ddpu_hw_catalog.h400 struct dpu_lm_sub_blks { struct
518 const struct dpu_lm_sub_blks *sblk;
H A Ddpu_hw_lm.c43 const struct dpu_lm_sub_blks *sblk = ctx->cap->sblk; in _stage_offset()