Home
last modified time | relevance | path

Searched refs:dest_width (Results 1 – 8 of 8) 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_dwb_scl.c724 uint32_t dest_width, in dwb_program_horz_scalar() argument
746 src_width, dest_width); in dwb_program_horz_scalar()
H A Ddcn20_dwb.h425 uint32_t dest_width,
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c222 unsigned int width, src_width, dest_width; in iio_dmaengine_buffer_alloc() local
240 dest_width = __ffs(caps.dst_addr_widths); in iio_dmaengine_buffer_alloc()
242 dest_width = 1; in iio_dmaengine_buffer_alloc()
243 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/gpu/drm/amd/display/dc/
H A Ddc_types.h432 unsigned int dest_width; /* Destination width */ member
/linux/drivers/gpu/drm/amd/display/dc/mmhubbub/dcn20/
H A Ddcn20_mmhubbub.h502 unsigned int dest_width,
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10608 wb_info->dwb_params.dest_width = acrtc->base.mode.crtc_hdisplay; in dm_set_writeback()