Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c167 plane_state->stereo_format); in pre_surface_trace()
219 update->plane_info->stereo_format); in update_surface_trace()
H A Ddc.c1736 if (u->plane_info->stereo_format != u->surface->stereo_format) { in get_plane_info_update_type()
2090 surface->stereo_format = in copy_surface_update_to_plane()
2091 srf_update->plane_info->stereo_format; in copy_surface_update_to_plane()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc.h861 enum plane_stereo_format stereo_format; member
891 enum plane_stereo_format stereo_format; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c307 if (pipe->plane_state->stereo_format == PLANE_STEREO_FORMAT_SIDE_BY_SIDE || in pipe_ctx_to_e2e_pipe_params()
308 pipe->plane_state->stereo_format == PLANE_STEREO_FORMAT_TOP_AND_BOTTOM) { in pipe_ctx_to_e2e_pipe_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2276 if (pln->stereo_format == PLANE_STEREO_FORMAT_SIDE_BY_SIDE ||
2277 pln->stereo_format == PLANE_STEREO_FORMAT_TOP_AND_BOTTOM) {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4209 plane_info->stereo_format = PLANE_STEREO_FORMAT_NONE; in fill_dc_plane_info_and_addr()
4271 dc_plane_state->stereo_format = plane_info.stereo_format; in fill_dc_plane_attributes()