Home
last modified time | relevance | path

Searched refs:mdp5_cfg_handler (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.h123 struct mdp5_cfg_handler;
125 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
126 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
127 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
133 struct mdp5_cfg_handler *mdp5_cfg_init(struct mdp5_kms *mdp5_kms,
Dmdp5_cfg.c9 struct mdp5_cfg_handler { struct
1404 static const struct mdp5_cfg_handler cfg_handlers_v1[] = {
1419 static const struct mdp5_cfg_handler cfg_handlers_v3[] = {
1425 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_hw_config()
1430 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
1435 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_hw_rev()
1440 struct mdp5_cfg_handler *mdp5_cfg_init(struct mdp5_kms *mdp5_kms, in mdp5_cfg_init()
1444 struct mdp5_cfg_handler *cfg_handler; in mdp5_cfg_init()
1445 const struct mdp5_cfg_handler *cfg_handlers; in mdp5_cfg_init()
Dmdp5_ctl.h18 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_kms.h36 struct mdp5_cfg_handler *cfg;
Dmdp5_ctl.c685 void __iomem *mmio_base, struct mdp5_cfg_handler *cfg_hnd) in mdp5_ctlm_init()