Searched refs:dest_width (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dwb.c | 104 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()
|
D | dcn20_dwb_scl.c | 724 uint32_t dest_width, in dwb_program_horz_scalar() argument 746 src_width, dest_width); in dwb_program_horz_scalar()
|
D | dcn20_dwb.h | 425 uint32_t dest_width,
|
/linux-6.12.1/drivers/iio/buffer/ |
D | industrialio-buffer-dmaengine.c | 223 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/ |
D | mcif_wb.h | 100 unsigned int dest_width,
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn20/ |
D | dcn20_mmhubbub.c | 275 unsigned int dest_width, in mcifwb2_dump_frame() argument 293 dump_info->width = dest_width; in mcifwb2_dump_frame()
|
D | dcn20_mmhubbub.h | 502 unsigned int dest_width,
|
/linux-6.12.1/drivers/dma/ |
D | dma-axi-dmac.c | 150 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/ |
D | dcn30_fpu.c | 290 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/ |
D | ipu-image-convert.c | 1387 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/ |
D | dc_types.h | 419 unsigned int dest_width; /* Destination width */ member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_translation_helper.c | 1211 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/ |
D | dcn20_fpu.c | 1009 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/ |
D | amdgpu_dm.c | 9676 wb_info->dwb_params.dest_width = acrtc->base.mode.crtc_hdisplay; in dm_set_writeback()
|