Home
last modified time | relevance | path

Searched refs:mcif_params (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mmhubbub.c273 struct mcif_buf_params *mcif_params, in mcifwb2_dump_frame() argument
287 memcpy(dest_luma_buffer, luma_buffer, mcif_params->luma_pitch * dest_height); in mcifwb2_dump_frame()
288 memcpy(dest_chroma_buffer, chroma_buffer, mcif_params->chroma_pitch * dest_height / 2); in mcifwb2_dump_frame()
295 dump_info->luma_pitch = mcif_params->luma_pitch; in mcifwb2_dump_frame()
296 dump_info->chroma_pitch = mcif_params->chroma_pitch; in mcifwb2_dump_frame()
297 dump_info->size = dest_height * (mcif_params->luma_pitch + mcif_params->chroma_pitch); in mcifwb2_dump_frame()
H A Ddcn20_mmhubbub.h500 struct mcif_buf_params *mcif_params,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h98 struct mcif_buf_params *mcif_params,