Lines Matching refs:planes
110 kfree(state->planes);
138 state->planes = kcalloc(dev->mode_config.num_total_plane,
139 sizeof(*state->planes), GFP_KERNEL);
140 if (!state->planes)
240 struct drm_plane *plane = state->planes[i].ptr;
246 state->planes[i].state);
247 state->planes[i].ptr = NULL;
248 state->planes[i].state = NULL;
249 state->planes[i].old_state = NULL;
250 state->planes[i].new_state = NULL;
303 * per-object state for planes, CRTCs and connectors.
552 state->planes[index].state = plane_state;
553 state->planes[index].ptr = plane;
554 state->planes[index].old_state = plane->state;
555 state->planes[index].new_state = plane_state;
585 * to implement direct switching of active planes nor userspace to take
748 * planes or CRTCs, and so on) it makes sense to model these as independent
751 * helpers already provide for connectors, planes and CRTCs.
1278 * unneeded serialization if the update is just for the planes on one CRTC. Hence
1332 * drm_atomic_add_affected_planes - add planes for CRTC
1336 * This function walks the current configuration and adds all planes
1340 * to avoid special code to force-enable all planes.
1362 "Adding all current planes for [CRTC:%d:%s] to %p\n",
1839 /* any use in debugfs files to dump individual planes/crtc/etc? */