Home
last modified time | relevance | path

Searched refs:hw_pipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.c698 int _dpu_hw_sspp_init_debugfs(struct dpu_hw_pipe *hw_pipe, struct dpu_kms *kms, struct dentry *entr… in _dpu_hw_sspp_init_debugfs() argument
700 const struct dpu_sspp_cfg *cfg = hw_pipe->cap; in _dpu_hw_sspp_init_debugfs()
705 snprintf(sspp_name, sizeof(sspp_name), "%d", hw_pipe->idx); in _dpu_hw_sspp_init_debugfs()
713 debugfs_root, (unsigned long *)&hw_pipe->cap->features); in _dpu_hw_sspp_init_debugfs()
785 struct dpu_hw_pipe *hw_pipe; in dpu_hw_sspp_init() local
791 hw_pipe = kzalloc(sizeof(*hw_pipe), GFP_KERNEL); in dpu_hw_sspp_init()
792 if (!hw_pipe) in dpu_hw_sspp_init()
795 cfg = _sspp_offset(idx, addr, catalog, &hw_pipe->hw); in dpu_hw_sspp_init()
797 kfree(hw_pipe); in dpu_hw_sspp_init()
802 hw_pipe->catalog = catalog; in dpu_hw_sspp_init()
[all …]
Ddpu_hw_sspp.h392 int _dpu_hw_sspp_init_debugfs(struct dpu_hw_pipe *hw_pipe, struct dpu_kms *kms, struct dentry *entr…