Home
last modified time | relevance | path

Searched refs:chroma_pitch (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/
H A Ddcn32_mmhubbub.c146 …REG_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_heig… in mmhubbub32_config_mcif_buf()
153 MCIF_WB_BUF_CHROMA_PITCH, params->chroma_pitch >> 8); in mmhubbub32_config_mcif_buf()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c146 …REG_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_heig… in mmhubbub3_config_mcif_buf()
153 MCIF_WB_BUF_CHROMA_PITCH, params->chroma_pitch >> 8); in mmhubbub3_config_mcif_buf()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h64 unsigned int chroma_pitch; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_translation_helper.c449 surface->plane1.pitch = plane_state->plane_size.chroma_pitch; in populate_dml21_surface_config_from_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2960 …uint32_t chroma_pitch; /* DCSURF_SURFACE_PITCH_C->PITCH_C from plane_size.chroma… member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c891 plane_size->chroma_pitch = in amdgpu_dm_plane_fill_plane_buffer_attributes()
H A Damdgpu_dm.c10759 wb_info->mcif_buf_params.chroma_pitch = afb->base.pitches[1]; in dm_set_writeback()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_translation_helper.c925 out->PitchC[location] = in->plane_size.chroma_pitch; in populate_dml_surface_cfg_from_plane_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1640 pipes[pipe_cnt].pipe.src.data_pitch_c = pln->plane_size.chroma_pitch; in dcn20_populate_dml_pipes_from_context()