Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.c382 static const struct dpu_lm_sub_blks msm8998_lm_sblk = {
393 static const struct dpu_lm_sub_blks sdm845_lm_sblk = {
404 static const struct dpu_lm_sub_blks sc7180_lm_sblk = {
414 static const struct dpu_lm_sub_blks qcm2290_lm_sblk = {
Ddpu_hw_catalog.h411 struct dpu_lm_sub_blks { struct
529 const struct dpu_lm_sub_blks *sblk;
Ddpu_hw_lm.c41 const struct dpu_lm_sub_blks *sblk = ctx->cap->sblk; in _stage_offset()