Searched refs:dest_height (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h86 unsigned int dest_height);
101 unsigned int dest_height,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mmhubbub.c78 unsigned int dest_height)
137 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height);
138 REG_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_height);
276 unsigned int dest_height,
287 memcpy(dest_luma_buffer, luma_buffer, mcif_params->luma_pitch * dest_height);
288 memcpy(dest_chroma_buffer, chroma_buffer, mcif_params->chroma_pitch * dest_height / 2);
294 dump_info->height = dest_height;
297 dump_info->size = dest_height * (mcif_params->luma_pitch + mcif_params->chroma_pitch);
76 mmhubbub2_config_mcif_buf(struct mcif_wb *mcif_wb, struct mcif_buf_params *params, unsigned int dest_height) argument
272 mcifwb2_dump_frame(struct mcif_wb *mcif_wb, struct mcif_buf_params *mcif_params, enum dwb_scaler_mode out_format, unsigned int dest_width, unsigned int dest_height, struct mcif_wb_frame_dump_info *dump_info, unsigned char *luma_buffer, unsigned char *chroma_buffer, unsigned char *dest_luma_buffer, unsigned char *dest_chroma_buffer) argument
H A Ddcn20_dwb.c105 (params->cnv_params.src_height != params->dest_height)) {
165 (params->cnv_params.src_height != params->dest_height)) {
262 REG_UPDATE(WBSCL_DEST_SIZE, WBSCL_DEST_HEIGHT, params->dest_height);
285 params->dest_height,
296 params->dest_height,
H A Ddcn20_dwb_scl.c799 uint32_t dest_height,
821 src_height, dest_height);
797 dwb_program_vert_scalar(struct dcn20_dwbc *dwbc20, uint32_t src_height, uint32_t dest_height, struct scaling_taps num_taps, enum dwb_subsample_position subsample_position) argument
H A Ddcn20_dwb.h419 uint32_t dest_height,
H A Ddcn20_mmhubbub.h503 unsigned int dest_height,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_mmhubbub.c105 unsigned int dest_height)
145 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height);
146 REG_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_height);
103 mmhubbub32_config_mcif_buf(struct mcif_wb *mcif_wb, struct mcif_buf_params *params, unsigned int dest_height) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mmhubbub.c105 unsigned int dest_height)
145 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height);
146 REG_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_height);
103 mmhubbub3_config_mcif_buf(struct mcif_wb *mcif_wb, struct mcif_buf_params *params, unsigned int dest_height) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c291 dout_wb.wb_dst_height = wb_info->dwb_params.dest_height;
310 (double)wb_info->dwb_params.dest_height :
312 (double)wb_info->dwb_params.dest_height;
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1387 unsigned int dest_width, dest_height; local
1401 dest_height = d_image->tile[dst_tile].width;
1404 dest_height = d_image->tile[dst_tile].height;
1417 s_image->tile[tile].height, dest_width, dest_height, rsc);
1424 dest_height,
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h419 unsigned int dest_height; /* Destination height */ member in struct:dc_dwb_params
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c426 mcif_wb->funcs->config_mcif_buf(mcif_wb, mcif_buf_params, wb_info->dwb_params.dest_height);
497 warmup_params.region_size = wb_info[i].mcif_buf_params.luma_pitch * wb_info[i].dwb_params.dest_height;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1010 pipes[pipe_cnt].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height;
2505 dout_wb.wb_dst_height = wb_info->dwb_params.dest_height;
2517 (double)wb_info->dwb_params.dest_height :
2519 (double)wb_info->dwb_params.dest_height;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2425 mcif_wb->funcs->config_mcif_buf(mcif_wb, &wb_info->mcif_buf_params, wb_info->dwb_params.dest_height);
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9081 wb_info->dwb_params.dest_height = acrtc->base.mode.crtc_vdisplay;
9113 wb_info->mcif_buf_params.luma_pitch * wb_info->dwb_params.dest_height;

Completed in 391 milliseconds