Searched refs:plane_info (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c202 if (update->plane_info) {
204 "plane_info->color_space = %d;\n"
205 "plane_info->format = %d;\n"
206 "plane_info->plane_size.surface_pitch = %d;\n"
207 "plane_info->plane_size.surface_size.height = %d;\n"
208 "plane_info->plane_size.surface_size.width = %d;\n"
209 "plane_info->plane_size.surface_size.x = %d;\n"
210 "plane_info->plane_size.surface_size.y = %d;\n"
211 "plane_info->rotation = %d;\n"
212 "plane_info
[all...]
H A Ddc.c2386 if (!u->plane_info)
2389 if (u->plane_info->color_space != u->surface->color_space) {
2394 if (u->plane_info->horizontal_mirror != u->surface->horizontal_mirror) {
2399 if (u->plane_info->rotation != u->surface->rotation) {
2404 if (u->plane_info->format != u->surface->format) {
2409 if (u->plane_info->stereo_format != u->surface->stereo_format) {
2414 if (u->plane_info->per_pixel_alpha != u->surface->per_pixel_alpha) {
2419 if (u->plane_info->global_alpha_value != u->surface->global_alpha_value) {
2424 if (u->plane_info->dcc.enable != u->surface->dcc.enable
2425 || u->plane_info
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c596 struct intel_remapped_plane_info *plane_info = view.remapped.plane; local
599 max_offset = max(plane_info[0].src_stride * plane_info[0].height,
600 plane_info[1].src_stride * plane_info[1].height);
604 if (!plane_info[0].dst_stride)
605 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ?
606 plane_info[0].height :
607 plane_info[0].width;
608 if (!plane_info[
1003 struct intel_remapped_plane_info *plane_info = view.rotated.plane; local
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c582 struct omapfb_plane_info plane_info; member in union:__anon558
649 if (copy_from_user(&p.plane_info, (void __user *)arg,
650 sizeof(p.plane_info)))
653 r = omapfb_setup_plane(fbi, &p.plane_info);
658 r = omapfb_query_plane(fbi, &p.plane_info);
661 if (copy_to_user((void __user *)arg, &p.plane_info,
662 sizeof(p.plane_info)))
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5056 struct dc_plane_info *plane_info,
5066 memset(plane_info, 0, sizeof(*plane_info));
5070 plane_info->format =
5074 plane_info->format = SURFACE_PIXEL_FORMAT_GRPH_RGB565;
5078 plane_info->format = SURFACE_PIXEL_FORMAT_GRPH_ARGB8888;
5082 plane_info->format = SURFACE_PIXEL_FORMAT_GRPH_ARGB2101010;
5086 plane_info->format = SURFACE_PIXEL_FORMAT_GRPH_ABGR2101010;
5090 plane_info->format = SURFACE_PIXEL_FORMAT_GRPH_ABGR8888;
5093 plane_info
5053 fill_dc_plane_info_and_addr(struct amdgpu_device *adev, const struct drm_plane_state *plane_state, const u64 tiling_flags, struct dc_plane_info *plane_info, struct dc_plane_address *address, bool tmz_surface, bool force_disable_dcc) argument
5177 struct dc_plane_info plane_info; local
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c1059 struct omapfb_plane_info plane_info; member in union:__anon2492
1117 if (copy_from_user(&p.plane_info, (void __user *)arg,
1118 sizeof(p.plane_info)))
1121 r = omapfb_setup_plane(fbi, &p.plane_info);
1124 if ((r = omapfb_query_plane(fbi, &p.plane_info)) < 0)
1126 if (copy_to_user((void __user *)arg, &p.plane_info,
1127 sizeof(p.plane_info)))
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c160 struct hfi_uncompressed_plane_info *pinfo = fmt->plane_info;
H A Dhfi_helper.h1014 struct hfi_uncompressed_plane_info plane_info[1]; member in struct:hfi_uncompressed_format_supported
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1387 const struct dc_plane_info *plane_info; member in struct:dc_surface_update

Completed in 206 milliseconds