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

/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_transform.c901 int pixel_width)
906 ASSERT(pixel_width);
941 return (max_pixels_supports / pixel_width);
1169 int pixel_width = scl_data->viewport.width; local
1174 pixel_width = scl_data->recout.width;
1179 pixel_width);
898 dce_transform_get_max_num_of_supported_lines( struct dce_transform *xfm_dce, enum lb_pixel_depth depth, int pixel_width) argument
/openbsd-current/sys/dev/pci/bktr/
H A Dbktr_core.c2444 int pixel_width, u_int *target_buffer, int cols)
2462 if ((width * pixel_width) < DMA_BT848_SPLIT ) {
2478 *(*dma_prog)++ = htole32(operation | flag | (width * pixel_width - skip));
2482 *target_buffer += width * pixel_width;
2509 (width * pixel_width / 2 - skip));
2512 *target_buffer += width * pixel_width / 2;
2517 (width * pixel_width / 2));
2518 *target_buffer += width * pixel_width / 2;
2443 split(bktr_reg_t *bktr, u_int **dma_prog, int width, u_int operation, int pixel_width, u_int *target_buffer, int cols) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_types.h314 uint32_t pixel_width; member in struct:dc_mode_info

Completed in 146 milliseconds