Home
last modified time | relevance | path

Searched refs:plane_size (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.c487 const struct plane_size *plane_size) in program_size_and_rotation() argument
489 const struct rect *in_rect = &plane_size->surface_size; in program_size_and_rotation()
490 struct rect hw_rect = plane_size->surface_size; in program_size_and_rotation()
519 GRPH_PITCH, plane_size->surface_pitch); in program_size_and_rotation()
529 const struct plane_size *plane_size) in dce60_program_size() argument
531 struct rect hw_rect = plane_size->surface_size; in dce60_program_size()
549 GRPH_PITCH, plane_size->surface_pitch); in dce60_program_size()
654 struct plane_size *plane_size, in dce_mi_program_surface_config() argument
663 program_size_and_rotation(dce_mi, rotation, plane_size); in dce_mi_program_surface_config()
674 struct plane_size *plane_size, in dce60_mi_program_surface_config() argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn35/
H A Ddcn35_hubp.h69 struct plane_size *plane_size,
H A Ddcn35_hubp.c176 struct plane_size *plane_size, in hubp35_program_surface_config() argument
186 hubp2_program_size(hubp, format, plane_size, dcc); in hubp35_program_surface_config()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn201/
H A Ddcn201_hubp.c46 struct plane_size *plane_size, in hubp201_program_surface_config() argument
54 hubp1_program_size(hubp, format, plane_size, dcc); in hubp201_program_surface_config()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.h51 struct plane_size *plane_size,
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c231 const struct plane_size *plane_size) in program_size_and_rotation() argument
234 struct plane_size local_size = *plane_size; in program_size_and_rotation()
640 struct plane_size *plane_size, in dce_mem_input_v_program_surface_config() argument
649 program_size_and_rotation(mem_input110, rotation, plane_size); in dce_mem_input_v_program_surface_config()
/linux/drivers/media/usb/pwc/
H A Dpwc-dec23.c656 unsigned int plane_size; in pwc_dec23_decompress() local
662 plane_size = pdev->height * pdev->width; in pwc_dec23_decompress()
665 pout_planar_u = dst + plane_size; in pwc_dec23_decompress()
666 pout_planar_v = dst + plane_size + plane_size / 4; in pwc_dec23_decompress()
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c561 const struct plane_size *plane_size, in hubp401_program_size() argument
576 ASSERT(plane_size->chroma_pitch != 0); in hubp401_program_size()
579 pitch = plane_size->surface_pitch - 1; in hubp401_program_size()
580 pitch_c = plane_size->chroma_pitch - 1; in hubp401_program_size()
582 pitch = plane_size->surface_pitch - 1; in hubp401_program_size()
596 struct plane_size *plane_size, in hubp401_program_surface_config() argument
606 hubp401_program_size(hubp, format, plane_size, dcc); in hubp401_program_surface_config()
H A Ddcn401_hubp.h285 const struct plane_size *plane_size,
292 struct plane_size *plane_size,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmem_input.h168 struct plane_size *plane_size,
H A Dhubp.h196 struct plane_size *plane_size,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c166 const struct plane_size *plane_size, in hubp1_program_size() argument
176 ASSERT(plane_size->chroma_pitch != 0); in hubp1_program_size()
179 pitch = plane_size->surface_pitch - 1; in hubp1_program_size()
181 pitch_c = plane_size->chroma_pitch - 1; in hubp1_program_size()
184 pitch = plane_size->surface_pitch - 1; in hubp1_program_size()
559 struct plane_size *plane_size, in hubp1_program_surface_config() argument
567 hubp1_program_size(hubp, format, plane_size, dcc); in hubp1_program_surface_config()
H A Ddcn10_hubp.h710 struct plane_size *plane_size,
732 const struct plane_size *plane_size,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.h370 const struct plane_size *plane_size,
386 struct plane_size *plane_size,
H A Ddcn20_hubp.c331 const struct plane_size *plane_size, in hubp2_program_size() argument
346 ASSERT(plane_size->chroma_pitch != 0); in hubp2_program_size()
349 pitch = plane_size->surface_pitch - 1; in hubp2_program_size()
351 pitch_c = plane_size->chroma_pitch - 1; in hubp2_program_size()
354 pitch = plane_size->surface_pitch - 1; in hubp2_program_size()
554 struct plane_size *plane_size, in hubp2_program_surface_config() argument
564 hubp2_program_size(hubp, format, plane_size, dcc); in hubp2_program_surface_config()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c101 src_buf->plane_size[i] = frame->payload[i]; in mtk_mdp_hw_set_in_image_format()
131 dst_buf->plane_size[i] = frame->payload[i]; in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h99 int32_t plane_size[MTK_MDP_MAX_NUM_PLANE]; member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/
H A Ddcn30_hubp.c415 struct plane_size *plane_size, in hubp3_program_surface_config() argument
425 hubp2_program_size(hubp, format, plane_size, dcc); in hubp3_program_surface_config()
H A Ddcn30_hubp.h268 struct plane_size *plane_size,
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c708 surface->plane0.pitch = plane_state->plane_size.surface_pitch; in populate_dml21_surface_config_from_plane_state()
709 surface->plane1.pitch = plane_state->plane_size.chroma_pitch; in populate_dml21_surface_config_from_plane_state()
710 surface->plane0.height = plane_state->plane_size.surface_size.height; in populate_dml21_surface_config_from_plane_state()
711 surface->plane0.width = plane_state->plane_size.surface_size.width; in populate_dml21_surface_config_from_plane_state()
712 surface->plane1.height = plane_state->plane_size.chroma_size.height; in populate_dml21_surface_config_from_plane_state()
713 surface->plane1.width = plane_state->plane_size.chroma_size.width; in populate_dml21_surface_config_from_plane_state()
H A Ddml21_utils.c302 memcpy(&phantom_plane->plane_size, &main_plane->plane_size, in dml21_add_phantom_plane()
303 sizeof(phantom_plane->plane_size)); in dml21_add_phantom_plane()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_mdss.h312 uint32_t plane_size[DPU_MAX_PLANES]; member
H A Ddpu_trace.h797 __entry->layout.plane_size[0],
799 __entry->layout.plane_size[1],
801 __entry->layout.plane_size[2],
803 __entry->layout.plane_size[3], __entry->multirect_index)
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1309 struct plane_size plane_size; member
1380 struct plane_size plane_size; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c763 memcpy(&phantom_plane->plane_size, &curr_pipe->plane_state->plane_size, in enable_phantom_plane()
764 sizeof(phantom_plane->plane_size)); in enable_phantom_plane()

12