Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_cfg.h25 extern const struct mdp5_cfg_hw *mdp5_cfg;
79 struct mdp5_cfg_hw { struct
105 const struct mdp5_cfg_hw *hw; argument
112 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_hnd);
Dmdp5_cfg.c23 const struct mdp5_cfg_hw *mdp5_cfg = NULL;
25 const struct mdp5_cfg_hw msm8x74v1_config = {
96 const struct mdp5_cfg_hw msm8x74v2_config = {
167 const struct mdp5_cfg_hw apq8084_config = {
246 const struct mdp5_cfg_hw msm8x16_config = {
307 const struct mdp5_cfg_hw msm8x94_config = {
386 const struct mdp5_cfg_hw msm8x96_config = {
479 const struct mdp5_cfg_hw *mdp5_cfg_get_hw_config(struct mdp5_cfg_handler *cfg_handler) in mdp5_cfg_get_hw_config()
Dmdp5_kms.c229 static int get_dsi_id_from_intf(const struct mdp5_cfg_hw *hw_cfg, int intf_num) in get_dsi_id_from_intf()
251 const struct mdp5_cfg_hw *hw_cfg = in modeset_init_intf()
360 const struct mdp5_cfg_hw *hw_cfg; in modeset_init()
Dmdp5_crtc.c207 const struct mdp5_cfg_hw *hw_cfg; in blend_setup()
383 const struct mdp5_cfg_hw *hw_cfg; in mdp5_crtc_atomic_check()
Dmdp5_ctl.c650 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init()