Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/
H A Ddcn32_mmhubbub.c145 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height); in mmhubbub32_config_mcif_buf()
152 REG_UPDATE_2(MCIF_WB_BUF_PITCH, MCIF_WB_BUF_LUMA_PITCH, params->luma_pitch >> 8, in mmhubbub32_config_mcif_buf()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c145 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height); in mmhubbub3_config_mcif_buf()
152 REG_UPDATE_2(MCIF_WB_BUF_PITCH, MCIF_WB_BUF_LUMA_PITCH, params->luma_pitch >> 8, in mmhubbub3_config_mcif_buf()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h63 unsigned int luma_pitch; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h1135 unsigned int luma_pitch;
1129 unsigned int luma_pitch; global() member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c518 warmup_params.region_size = wb_info[i].mcif_buf_params.luma_pitch * wb_info[i].dwb_params.dest_height; in dcn30_mmhubbub_warmup()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10671 wb_info->mcif_buf_params.luma_pitch = afb->base.pitches[0]; in dm_set_writeback()
10683 wb_info->mcif_buf_params.luma_pitch * wb_info->dwb_params.dest_height; in amdgpu_dm_update_hdcp()