Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn20/
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()
Ddcn20_dwb_scl.c724 uint32_t dest_width, in dwb_program_horz_scalar() argument
746 src_width, dest_width); in dwb_program_horz_scalar()
Ddcn20_dwb.h425 uint32_t dest_width,
/linux-6.12.1/drivers/iio/buffer/
Dindustrialio-buffer-dmaengine.c223 unsigned int width, src_width, dest_width; in iio_dmaengine_buffer_alloc() local
248 dest_width = __ffs(caps.dst_addr_widths); in iio_dmaengine_buffer_alloc()
250 dest_width = 1; in iio_dmaengine_buffer_alloc()
251 width = max(src_width, dest_width); in iio_dmaengine_buffer_alloc()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmcif_wb.h100 unsigned int dest_width,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn20/
Ddcn20_mmhubbub.c275 unsigned int dest_width, in mcifwb2_dump_frame() argument
293 dump_info->width = dest_width; in mcifwb2_dump_frame()
Ddcn20_mmhubbub.h502 unsigned int dest_width,
/linux-6.12.1/drivers/dma/
Ddma-axi-dmac.c150 unsigned int dest_width; member
866 chan->address_align_mask = max(chan->dest_width, chan->src_width) - 1; in axi_dmac_adjust_chan_params()
919 chan->dest_width = val / 8; in axi_dmac_parse_chan_dt()
986 chan->dest_width = 1 << val; in axi_dmac_read_chan_config()
1110 dma_dev->dst_addr_widths = BIT(dmac->chan.dest_width); in axi_dmac_probe()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
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-6.12.1/drivers/gpu/ipu-v3/
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-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_types.h419 unsigned int dest_width; /* Destination width */ member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_translation_helper.c1211 out->WritebackDestinationWidth[location] = wb_info->dwb_params.dest_width; in populate_dml_writeback_cfg_from_stream_state()
1229 (double)wb_info->dwb_params.dest_width : in populate_dml_writeback_cfg_from_stream_state()
1231 (double)wb_info->dwb_params.dest_width; in populate_dml_writeback_cfg_from_stream_state()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1009 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn20_populate_dml_writeback_from_context()
2510 dout_wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn201_populate_dml_writeback_from_context_fpu()
2518 (double)wb_info->dwb_params.dest_width : in dcn201_populate_dml_writeback_from_context_fpu()
2520 (double)wb_info->dwb_params.dest_width; in dcn201_populate_dml_writeback_from_context_fpu()
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c9676 wb_info->dwb_params.dest_width = acrtc->base.mode.crtc_hdisplay; in dm_set_writeback()