Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c433 static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
444 static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
455 static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
465 static const struct dpu_lm_sub_blks qcm2290_lm_sblk = {
H A Ddpu_hw_catalog.h412 struct dpu_lm_sub_blks { struct
530 const struct dpu_lm_sub_blks *sblk;
H A Ddpu_hw_lm.c41 const struct dpu_lm_sub_blks *sblk = ctx->cap->sblk; in _stage_offset()