Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_cmd.c55 struct dpu_hw_intf_cmd_mode_cfg cmd_mode_cfg = {}; in _dpu_encoder_phys_cmd_update_intf_cfg() local
75 cmd_mode_cfg.data_compress = true; in _dpu_encoder_phys_cmd_update_intf_cfg()
77 cmd_mode_cfg.wide_bus_en = dpu_encoder_is_widebus_enabled(phys_enc->parent); in _dpu_encoder_phys_cmd_update_intf_cfg()
80 phys_enc->hw_intf->ops.program_intf_cmd_cfg(phys_enc->hw_intf, &cmd_mode_cfg); in _dpu_encoder_phys_cmd_update_intf_cfg()
Ddpu_hw_intf.h119 struct dpu_hw_intf_cmd_mode_cfg *cmd_mode_cfg);
Ddpu_hw_intf.c537 struct dpu_hw_intf_cmd_mode_cfg *cmd_mode_cfg) in dpu_hw_intf_program_intf_cmd_cfg() argument
541 if (cmd_mode_cfg->data_compress) in dpu_hw_intf_program_intf_cmd_cfg()
544 if (cmd_mode_cfg->wide_bus_en) in dpu_hw_intf_program_intf_cmd_cfg()