Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h87 void (*setup_prg_fetch)(struct dpu_hw_intf *intf, member
Ddpu_encoder_phys_vid.c229 if (WARN_ON_ONCE(!phys_enc->hw_intf->ops.setup_prg_fetch)) in programmable_fetch_config()
247 phys_enc->hw_intf->ops.setup_prg_fetch(phys_enc->hw_intf, &f); in programmable_fetch_config()
Ddpu_hw_intf.c576 c->ops.setup_prg_fetch = dpu_hw_intf_setup_prg_fetch; in dpu_hw_intf_init()