Searched refs:dest_width (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
D | industrialio-buffer-dmaengine.c | 166 unsigned int width, src_width, dest_width; in iio_dmaengine_buffer_alloc() local 191 dest_width = __ffs(caps.dst_addr_widths); in iio_dmaengine_buffer_alloc() 193 dest_width = 1; in iio_dmaengine_buffer_alloc() 194 width = max(src_width, dest_width); in iio_dmaengine_buffer_alloc()
|
/kernel/linux/linux-5.10/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_mmhubbub.c | 274 unsigned int dest_width, in mcifwb2_dump_frame() argument 292 dump_info->width = dest_width; in mcifwb2_dump_frame()
|
D | dcn20_dwb_scl.c | 721 uint32_t dest_width, in dwb_program_horz_scalar() argument 743 src_width, dest_width); in dwb_program_horz_scalar()
|
D | dcn20_dwb.h | 452 uint32_t dest_width,
|
D | dcn20_mmhubbub.h | 509 unsigned int dest_width,
|
D | dcn20_resource.c | 1985 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn20_populate_dml_writeback_from_context()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | mcif_wb.h | 104 unsigned int dest_width,
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | dma-axi-dmac.c | 127 unsigned int dest_width; member 731 chan->address_align_mask = max(chan->dest_width, chan->src_width) - 1; in axi_dmac_adjust_chan_params() 784 chan->dest_width = val / 8; in axi_dmac_parse_chan_dt() 851 chan->dest_width = 1 << val; in axi_dmac_read_chan_config() 966 dma_dev->dst_addr_widths = BIT(dmac->chan.dest_width); in axi_dmac_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
D | ipu-image-convert.c | 1391 unsigned int dest_width, dest_height; in convert_start() local 1404 dest_width = d_image->tile[dst_tile].height; in convert_start() 1407 dest_width = d_image->tile[dst_tile].width; in convert_start() 1421 s_image->tile[tile].height, dest_width, dest_height, rsc); in convert_start() 1427 dest_width, in convert_start()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
D | dc_types.h | 528 unsigned int dest_width; /* Destination width */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 1499 dout_wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn30_populate_dml_writeback_from_context() 1514 (double)wb_info->dwb_params.dest_width : in dcn30_populate_dml_writeback_from_context() 1516 (double)wb_info->dwb_params.dest_width; in dcn30_populate_dml_writeback_from_context()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 28321 + int dest_width = drm_rect_width(dest); 28326 + if (src_width <= 0 || src_height <= 0 || dest_width <= 0 || 28332 + bandwidth = bandwidth * src_width / dest_width;
|