drm_client_modeset.c | 500 struct drm_crtc **crtcs, *crtc; local in function:drm_client_pick_crtcs 515 crtcs = kcalloc(connector_count, sizeof(*crtcs), GFP_KERNEL); 516 if (!crtcs) 550 crtcs[n] = crtc; 551 memcpy(crtcs, best_crtcs, n * sizeof(*crtcs)); 553 crtcs, modes, n + 1, width, height); 556 memcpy(best_crtcs, crtcs, connector_count * sizeof(*crtcs)); 777 struct drm_crtc **crtcs; local in function:drm_client_modeset_probe [all...] |