Lines Matching refs:plane
78 * Number of bytes per pixel (per plane), this is aliased with
88 * Number of bytes per block (per plane), where blocks are
150 * format with data laid in a single plane
266 * drm_format_info_plane_width - width of the plane given the first plane
268 * @width: width of the first plane
269 * @plane: plane index
272 * The width of @plane, given that the width of the first plane is @width.
276 int plane)
278 if (!info || plane >= info->num_planes)
281 if (plane == 0)
288 * drm_format_info_plane_height - height of the plane given the first plane
290 * @height: height of the first plane
291 * @plane: plane index
294 * The height of @plane, given that the height of the first plane is @height.
298 int plane)
300 if (!info || plane >= info->num_planes)
303 if (plane == 0)
318 int plane);
320 int plane);
322 int plane, unsigned int buffer_width);