/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
|
/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/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/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/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 */
|
/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
|