Searched refs:hwpipe (Results 1 – 1 of 1) sorted by relevance
416 struct mdp5_hw_pipe *hwpipe = mdp5_kms->hwpipes[i]; in modeset_init() local422 else if (hwpipe->caps & MDP_PIPE_CAP_CURSOR) in modeset_init()583 struct mdp5_hw_pipe *hwpipe; in construct_pipes() local585 hwpipe = mdp5_pipe_init(dev, pipes[i], offsets[i], caps); in construct_pipes()586 if (IS_ERR(hwpipe)) { in construct_pipes()587 ret = PTR_ERR(hwpipe); in construct_pipes()592 hwpipe->idx = mdp5_kms->num_hwpipes; in construct_pipes()593 mdp5_kms->hwpipes[mdp5_kms->num_hwpipes++] = hwpipe; in construct_pipes()