Home
last modified time | relevance | path

Searched refs:dest_width (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dwb.c104 if ((params->cnv_params.src_width != params->dest_width) || in dwb2_enable()
164 if ((params->cnv_params.src_width != params->dest_width) || in dwb2_update()
261 REG_UPDATE(WBSCL_DEST_SIZE, WBSCL_DEST_WIDTH, params->dest_width); in dwb2_set_scaler()
280 params->dest_width, in dwb2_set_scaler()
291 params->dest_width, in dwb2_set_scaler()
H A Ddcn20_mmhubbub.c275 unsigned int dest_width, in mcifwb2_dump_frame() argument
293 dump_info->width = dest_width; in mcifwb2_dump_frame()
H A Ddcn20_dwb_scl.c721 uint32_t dest_width, in dwb_program_horz_scalar() argument
743 src_width, dest_width); in dwb_program_horz_scalar()
H A Ddcn20_dwb.h425 uint32_t dest_width,
H A Ddcn20_mmhubbub.h502 unsigned int dest_width,
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c179 unsigned int width, src_width, dest_width; in iio_dmaengine_buffer_alloc() local
204 dest_width = __ffs(caps.dst_addr_widths); in iio_dmaengine_buffer_alloc()
206 dest_width = 1; in iio_dmaengine_buffer_alloc()
207 width = max(src_width, dest_width); in iio_dmaengine_buffer_alloc()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmcif_wb.h100 unsigned int dest_width,
/linux/drivers/dma/
H A Ddma-axi-dmac.c150 unsigned int dest_width; member
827 chan->address_align_mask = max(chan->dest_width, chan->src_width) - 1; in axi_dmac_adjust_chan_params()
880 chan->dest_width = val / 8; in axi_dmac_parse_chan_dt()
947 chan->dest_width = 1 << val; in axi_dmac_read_chan_config()
1070 dma_dev->dst_addr_widths = BIT(dmac->chan.dest_width); in axi_dmac_probe()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c290 dout_wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn30_fpu_populate_dml_writeback_from_context()
305 (double)wb_info->dwb_params.dest_width : in dcn30_fpu_populate_dml_writeback_from_context()
307 (double)wb_info->dwb_params.dest_width; in dcn30_fpu_populate_dml_writeback_from_context()
/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c1387 unsigned int dest_width, dest_height; in convert_start() local
1400 dest_width = d_image->tile[dst_tile].height; in convert_start()
1403 dest_width = d_image->tile[dst_tile].width; in convert_start()
1417 s_image->tile[tile].height, dest_width, dest_height, rsc); in convert_start()
1423 dest_width, in convert_start()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h418 unsigned int dest_width; /* Destination width */ member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_translation_helper.c1074 out->WritebackDestinationWidth[location] = wb_info->dwb_params.dest_width; in populate_dml_writeback_cfg_from_stream_state()
1092 (double)wb_info->dwb_params.dest_width : in populate_dml_writeback_cfg_from_stream_state()
1094 (double)wb_info->dwb_params.dest_width; in populate_dml_writeback_cfg_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1009 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn20_populate_dml_writeback_from_context()
2507 dout_wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn201_populate_dml_writeback_from_context_fpu()
2515 (double)wb_info->dwb_params.dest_width : in dcn201_populate_dml_writeback_from_context_fpu()
2517 (double)wb_info->dwb_params.dest_width; in dcn201_populate_dml_writeback_from_context_fpu()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9100 wb_info->dwb_params.dest_width = acrtc->base.mode.crtc_hdisplay; in dm_set_writeback()