| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_dwb.c | 105 (params->cnv_params.src_height != params->dest_height)) { in dwb2_enable() 165 (params->cnv_params.src_height != params->dest_height)) { in dwb2_update() 262 REG_UPDATE(WBSCL_DEST_SIZE, WBSCL_DEST_HEIGHT, params->dest_height); in dwb2_set_scaler() 285 params->dest_height, in dwb2_set_scaler() 296 params->dest_height, in dwb2_set_scaler()
|
| H A D | dcn20_dwb.h | 419 uint32_t dest_height,
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | mcif_wb.h | 86 unsigned int dest_height); 101 unsigned int dest_height,
|
| /linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn32/ |
| H A D | dcn32_mmhubbub.c | 105 unsigned int dest_height) in mmhubbub32_config_mcif_buf() argument 145 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height); in mmhubbub32_config_mcif_buf() 146 REG_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_height); in mmhubbub32_config_mcif_buf()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_mmhubbub.c | 105 unsigned int dest_height) in mmhubbub3_config_mcif_buf() argument 145 REG_UPDATE(MCIF_WB_BUF_LUMA_SIZE, MCIF_WB_BUF_LUMA_SIZE, (params->luma_pitch>>8) * dest_height); in mmhubbub3_config_mcif_buf() 146 …_UPDATE(MCIF_WB_BUF_CHROMA_SIZE, MCIF_WB_BUF_CHROMA_SIZE, (params->chroma_pitch>>8) * dest_height); in mmhubbub3_config_mcif_buf()
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-image-convert.c | 1373 unsigned int dest_width, dest_height; in convert_start() local 1387 dest_height = d_image->tile[dst_tile].width; in convert_start() 1390 dest_height = d_image->tile[dst_tile].height; in convert_start() 1403 s_image->tile[tile].height, dest_width, dest_height, rsc); in convert_start() 1410 dest_height, in convert_start()
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 456 unsigned int dest_height; /* Destination height */ 436 unsigned int dest_height; /* Destination height */ global() member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_translation_helper.c | 1250 out->WritebackDestinationHeight[location] = wb_info->dwb_params.dest_height; in populate_dml_writeback_cfg_from_stream_state() 1272 (double)wb_info->dwb_params.dest_height : in populate_dml_writeback_cfg_from_stream_state() 1274 (double)wb_info->dwb_params.dest_height; in populate_dml_writeback_cfg_from_stream_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | dcn20_fpu.c | 1010 pipes[pipe_cnt].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height; in dcn20_populate_dml_writeback_from_context() 2522 dout_wb.wb_dst_height = wb_info->dwb_params.dest_height; in dcn201_populate_dml_writeback_from_context_fpu() 2534 (double)wb_info->dwb_params.dest_height : in dcn201_populate_dml_writeback_from_context_fpu() 2536 (double)wb_info->dwb_params.dest_height; in dcn201_populate_dml_writeback_from_context_fpu()
|
| /linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn20/ |
| H A D | dcn20_mmhubbub.h | 503 unsigned int dest_height,
|
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_hw_sequencer.c | 3096 unsigned int dest_height = params->mcif_wb_config_buf_params.dest_height; 3099 mcif_wb->funcs->config_mcif_buf(mcif_wb, mcif_buf_params, dest_height); in hwss_hubp_mem_program_viewport() 4117 unsigned int dest_height) in get_refresh_rate_confirm_color() 4123 seq_state->steps[*seq_state->num_steps].params.mcif_wb_config_buf_params.dest_height = dest_height; in get_refresh_rate_confirm_color() 2698 unsigned int dest_height = params->mcif_wb_config_buf_params.dest_height; hwss_mcif_wb_config_buf() local 3437 hwss_add_mcif_wb_config_buf(struct block_sequence_state * seq_state,struct mcif_wb * mcif_wb,struct mcif_buf_params * mcif_buf_params,unsigned int dest_height) hwss_add_mcif_wb_config_buf() argument
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 3383 hwss_add_mcif_wb_config_buf(seq_state, mcif_wb, &wb_info->mcif_buf_params, wb_info->dwb_params.dest_height); in dcn401_disable_plane_sequence() 3442 hwss_add_mcif_wb_config_buf(seq_state, mcif_wb, &wb_info->mcif_buf_params, wb_info->dwb_params.dest_height); in dcn401_post_unlock_reset_opp_sequence()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 11124 wb_info->dwb_params.dest_height = acrtc->base.mode.crtc_vdisplay; in amdgpu_dm_atomic_commit_tail() 11156 wb_info->mcif_buf_params.luma_pitch * wb_info->dwb_params.dest_height; in amdgpu_dm_atomic_commit_tail()
|