Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.h96 struct mdp5_cfg_handler;
98 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
99 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_hnd);
100 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_hnd);
106 struct mdp5_cfg_handler *mdp5_cfg_init(struct mdp5_kms *mdp5_kms,
108 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_cfg.c17 struct mdp5_cfg_handler { struct
206 static const struct mdp5_cfg_handler cfg_handlers[] = {
216 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_hw_config()
221 struct mdp5_cfg *mdp5_cfg_get_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_config()
226 int mdp5_cfg_get_hw_rev(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_hw_rev()
231 void mdp5_cfg_destroy(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_destroy()
236 struct mdp5_cfg_handler *mdp5_cfg_init(struct mdp5_kms *mdp5_kms, in mdp5_cfg_init()
241 struct mdp5_cfg_handler *cfg_handler; in mdp5_cfg_init()
Dmdp5_kms.h34 struct mdp5_cfg_handler *cfg;