Home
last modified time | relevance | path

Searched refs:pixel_width (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_transform.c901 int pixel_width) in dce_transform_get_max_num_of_supported_lines() argument
906 ASSERT(pixel_width); in dce_transform_get_max_num_of_supported_lines()
941 return (max_pixels_supports / pixel_width); in dce_transform_get_max_num_of_supported_lines()
1169 int pixel_width = scl_data->viewport.width; in dce_transform_get_optimal_number_of_taps() local
1174 pixel_width = scl_data->recout.width; in dce_transform_get_optimal_number_of_taps()
1179 pixel_width); in dce_transform_get_optimal_number_of_taps()
/openbsd-src/sys/dev/pci/bktr/
H A Dbktr_core.c2444 int pixel_width, u_int *target_buffer, int cols) in split() argument
2462 if ((width * pixel_width) < DMA_BT848_SPLIT ) { in split()
2478 *(*dma_prog)++ = htole32(operation | flag | (width * pixel_width - skip)); in split()
2482 *target_buffer += width * pixel_width; in split()
2509 (width * pixel_width / 2 - skip)); in split()
2512 *target_buffer += width * pixel_width / 2; in split()
2517 (width * pixel_width / 2)); in split()
2518 *target_buffer += width * pixel_width / 2; in split()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc_types.h315 uint32_t pixel_width;
314 uint32_t pixel_width; global() member