/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/ |
dscc_types.h | 47 uint32_t bytes_per_pixel; /* In u3.28 format */ member in struct:dsc_parameters
|
amdgpu_rc_calc_dpi.c | 127 dsc_params->bytes_per_pixel = (uint32_t)dsc_ceil(d_bytes_per_pixel * 0x10000000);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
dsc.h | 51 uint32_t bytes_per_pixel; /* Bytes per pixel in u3.28 format */ member in struct:dsc_optc_config
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link_hwss.c | 383 uint32_t bytes_per_pixel_int = config->bytes_per_pixel / precision; 384 uint32_t bytes_per_pixel_mod = config->bytes_per_pixel % precision; 395 config->bytes_per_pixel, bytes_per_pixel_int, (uint32_t)ll_bytes_per_pix_fraq); 460 dsc_optc_cfg.bytes_per_pixel, 471 dsc_optc_cfg.bytes_per_pixel,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
amdgpu_dce_calcs.c | 175 data->bytes_per_pixel[0] = 1; 176 data->bytes_per_pixel[2] = 1; 179 data->bytes_per_pixel[1] = 2; 180 data->bytes_per_pixel[3] = 2; 189 data->bytes_per_pixel[0] = 2; 190 data->bytes_per_pixel[2] = 2; 197 data->bytes_per_pixel[0] = 4; 198 data->bytes_per_pixel[2] = 4; 368 data->bytes_per_pixel[maximum_number_of_surfaces - 2] = 1; 369 data->bytes_per_pixel[maximum_number_of_surfaces - 1] = 2 [all...] |
calcs_logger.h | 399 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] bytes_per_pixel[%d]:%d", i, data->bytes_per_pixel[i]);
|
/src/sys/dev/ic/ |
igsfb_subr.c | 485 int i, m, n, p, hoffset, bytes_per_pixel, memfetch; local in function:igsfb_set_mode 513 bytes_per_pixel = howmany(depth, NBBY); 515 hoffset = (mode->hdisplay >> 3) * bytes_per_pixel; 644 bytes_per_pixel - 1);
|
/src/sys/arch/usermode/usermode/ |
thunk.c | 1207 unsigned int bytes_per_pixel; local in function:thunk_rfb_send_pending 1236 bytes_per_pixel = rfb->depth / 8; 1237 stride = rfb->width * bytes_per_pixel; 1293 + (update->x * bytes_per_pixel); 1294 line_len = update->w * bytes_per_pixel;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
dce_calcs.h | 376 uint32_t bytes_per_pixel[maximum_number_of_surfaces]; member in struct:bw_calcs_data
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_dsc.c | 407 dsc_optc_cfg->bytes_per_pixel = dsc_params.bytes_per_pixel;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_dce_v10_0.c | 711 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:dce10_wm_params 877 bpp.full = dfixed_const(wm->bytes_per_pixel); 929 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); 931 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 1071 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 1110 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|
amdgpu_dce_v11_0.c | 737 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:dce10_wm_params 903 bpp.full = dfixed_const(wm->bytes_per_pixel); 955 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); 957 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 1097 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 1136 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|
amdgpu_dce_v6_0.c | 509 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:dce6_wm_params 675 bpp.full = dfixed_const(wm->bytes_per_pixel); 727 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); 729 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 878 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 905 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|
amdgpu_dce_v8_0.c | 646 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:dce8_wm_params 812 bpp.full = dfixed_const(wm->bytes_per_pixel); 864 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); 866 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 1006 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 1045 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_evergreen.c | 1947 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:evergreen_wm_params 2057 bpp.full = dfixed_const(wm->bytes_per_pixel); 2097 lb_fill_bw = min(dfixed_trunc(a), wm->disp_clk * wm->bytes_per_pixel / 1000); 2099 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 2206 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 2233 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|
radeon_si.c | 2075 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:dce6_wm_params 2202 bpp.full = dfixed_const(wm->bytes_per_pixel); 2245 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); 2247 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 2357 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 2384 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|
radeon_cik.c | 8992 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member in struct:dce8_wm_params 9158 bpp.full = dfixed_const(wm->bytes_per_pixel); 9210 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); 9212 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); 9353 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ 9393 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */
|