Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1281 int total_planes = crtc->dev->mode_config.num_total_plane; in dpu_crtc_reassign_planes() local
1297 states = kcalloc(total_planes, sizeof(*states), GFP_KERNEL); in dpu_crtc_reassign_planes()
1313 ret = dpu_assign_plane_resources(global_state, state, crtc, states, total_planes); in dpu_crtc_reassign_planes()