Home
last modified time | relevance | path

Searched refs:bytes_per_pixel (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.1/drivers/gpu/drm/tegra/
Dfb.c222 unsigned int bytes_per_pixel; in tegra_fbdev_probe() local
230 bytes_per_pixel = DIV_ROUND_UP(sizes->surface_bpp, 8); in tegra_fbdev_probe()
234 cmd.pitches[0] = round_up(sizes->surface_width * bytes_per_pixel, in tegra_fbdev_probe()
270 offset = info->var.xoffset * bytes_per_pixel + in tegra_fbdev_probe()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c185 data->bytes_per_pixel[0] = 1; in calculate_bandwidth()
186 data->bytes_per_pixel[2] = 1; in calculate_bandwidth()
189 data->bytes_per_pixel[1] = 2; in calculate_bandwidth()
190 data->bytes_per_pixel[3] = 2; in calculate_bandwidth()
199 data->bytes_per_pixel[0] = 2; in calculate_bandwidth()
200 data->bytes_per_pixel[2] = 2; in calculate_bandwidth()
207 data->bytes_per_pixel[0] = 4; in calculate_bandwidth()
208 data->bytes_per_pixel[2] = 4; in calculate_bandwidth()
378 data->bytes_per_pixel[maximum_number_of_surfaces - 2] = 1; in calculate_bandwidth()
379 data->bytes_per_pixel[maximum_number_of_surfaces - 1] = 2; in calculate_bandwidth()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dsc/
Ddscc_types.h45 uint32_t bytes_per_pixel; /* In u3.28 format */ member
Drc_calc_dpi.c117 dsc_params->bytes_per_pixel = (uint32_t)tmp; in dscc_compute_dsc_parameters()
/Linux-v6.1/drivers/media/test-drivers/vivid/
Dvivid-osd.c104 dev->display_byte_stride = var->xres * dev->bytes_per_pixel; in vivid_fb_set_var()
272 dev->bytes_per_pixel = dev->bits_per_pixel / 8; in vivid_fb_init_vidmode()
277 dev->display_byte_stride = start_window.width * dev->bytes_per_pixel; in vivid_fb_init_vidmode()
Dvivid-core.h300 int bytes_per_pixel; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource_helpers.c54 uint32_t bytes_per_pixel = 0; in dcn32_helper_calculate_num_ways_for_subvp() local
92 bytes_per_pixel = pipe->plane_state->format >= SURFACE_PIXEL_FORMAT_GRPH_ARGB16161616 ? 8 : 4; in dcn32_helper_calculate_num_ways_for_subvp()
94 mblk_height = bytes_per_pixel == 4 ? DCN3_2_MBLK_HEIGHT_4BPE : DCN3_2_MBLK_HEIGHT_8BPE; in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_hwseq.c216 uint8_t bytes_per_pixel = 0; in dcn32_calculate_cab_allocation() local
235 bytes_per_pixel = pipe->plane_state->format >= SURFACE_PIXEL_FORMAT_GRPH_ARGB16161616 ? 8 : 4; in dcn32_calculate_cab_allocation()
237 mblk_height = bytes_per_pixel == 4 ? DCN3_2_MBLK_HEIGHT_4BPE : DCN3_2_MBLK_HEIGHT_8BPE; in dcn32_calculate_cab_allocation()
264 num_mblks += (mall_alloc_width_blk_aligned * mall_alloc_width_blk_aligned * bytes_per_pixel + in dcn32_calculate_cab_allocation()
1061 dsc_optc_cfg.bytes_per_pixel, in update_dsc_on_stream()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddsc.h50 uint32_t bytes_per_pixel; /* Bytes per pixel in u3.28 format */ member
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c722 s32 bytes_per_pixel; in calculate_ibuf_ctrl_cfg() local
728 bytes_per_pixel = ceil_div(bits_per_pixel, bits_per_byte); in calculate_ibuf_ctrl_cfg()
731 * bytes_per_pixel; in calculate_ibuf_ctrl_cfg()
762 cfg->dest_buf_cfg.stride = bytes_per_pixel in calculate_ibuf_ctrl_cfg()
/Linux-v6.1/drivers/video/fbdev/vermilion/
Dvermilion.h209 u32 bytes_per_pixel; member
Dvermilion.c777 vinfo->bytes_per_pixel = var->bits_per_pixel >> 3; in vmlfb_set_par_locked()
778 vinfo->stride = ALIGN(var->xres_virtual * vinfo->bytes_per_pixel, 0x40); in vmlfb_set_par_locked()
861 var->xoffset * vinfo->bytes_per_pixel); in vmlfb_set_par_locked()
948 var->xoffset * vinfo->bytes_per_pixel); in vmlfb_pan_display()
/Linux-v6.1/drivers/media/test-drivers/
Dvim2m.c446 unsigned int width, height, bytesperline, bytes_per_pixel; in device_process() local
454 bytes_per_pixel = q_data_in->fmt->depth >> 3; in device_process()
532 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process()
534 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process()
549 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process()
551 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()
/Linux-v6.1/drivers/media/pci/ivtv/
Divtvfb.c165 int bytes_per_pixel; member
227 oi->display_byte_stride = osd->pixel_stride * oi->bytes_per_pixel; in ivtvfb_set_osd_coords()
550 oi->bytes_per_pixel = var->bits_per_pixel / 8; in ivtvfb_set_var()
973 oi->bytes_per_pixel = oi->bits_per_pixel / 8; in ivtvfb_init_vidmode()
1001 start_window.width * oi->bytes_per_pixel; in ivtvfb_init_vidmode()
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c42 unsigned int bytes_per_pixel);
576 unsigned int bytes_per_pixel) in frame_init_single_plane() argument
580 stride = subpixels_per_line * bytes_per_pixel; in frame_init_single_plane()
/Linux-v6.1/drivers/video/fbdev/
Dimxfb.c876 int bytes_per_pixel; in imxfb_probe() local
935 bytes_per_pixel = (m->bpp + 7) / 8; in imxfb_probe()
938 m->mode.xres * m->mode.yres * bytes_per_pixel); in imxfb_probe()
/Linux-v6.1/drivers/gpu/drm/mgag200/
Dmgag200_mode.c755 uint64_t bytes_per_pixel = (bits_per_pixel + 7) / 8; in mgag200_calculate_mode_bandwidth() local
768 bandwidth = pixels_per_second * bytes_per_pixel * 100; in mgag200_calculate_mode_bandwidth()
/Linux-v6.1/drivers/video/fbdev/intelfb/
Dintelfbhw.c314 int bytes_per_pixel; in intelfbhw_validate_mode() local
321 bytes_per_pixel = var->bits_per_pixel / 8; in intelfbhw_validate_mode()
322 if (bytes_per_pixel == 3) in intelfbhw_validate_mode()
323 bytes_per_pixel = 4; in intelfbhw_validate_mode()
326 tmp = var->yres_virtual * var->xres_virtual * bytes_per_pixel; in intelfbhw_validate_mode()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_hwseq.c141 dsc_optc_cfg.bytes_per_pixel, in update_dsc_on_stream()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h374 uint32_t bytes_per_pixel[maximum_number_of_surfaces]; member
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c423 dsc_optc_cfg->bytes_per_pixel = dsc_params.bytes_per_pixel; in dsc_prepare_config()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Ddce_v6_0.c505 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member
671 bpp.full = dfixed_const(wm->bytes_per_pixel); in dce_v6_0_average_bandwidth()
723 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); in dce_v6_0_latency_watermark()
725 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce_v6_0_latency_watermark()
874 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ in dce_v6_0_program_watermarks()
901 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */ in dce_v6_0_program_watermarks()
Ddce_v8_0.c642 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member
808 bpp.full = dfixed_const(wm->bytes_per_pixel); in dce_v8_0_average_bandwidth()
860 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); in dce_v8_0_latency_watermark()
862 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce_v8_0_latency_watermark()
1002 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ in dce_v8_0_program_watermarks()
1041 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */ in dce_v8_0_program_watermarks()
Ddce_v10_0.c707 u32 bytes_per_pixel; /* bytes per pixel display + overlay */ member
873 bpp.full = dfixed_const(wm->bytes_per_pixel); in dce_v10_0_average_bandwidth()
925 lb_fill_bw = min(tmp, wm->disp_clk * wm->bytes_per_pixel / 1000); in dce_v10_0_latency_watermark()
927 a.full = dfixed_const(max_src_lines_per_dst_line * wm->src_width * wm->bytes_per_pixel); in dce_v10_0_latency_watermark()
1067 wm_high.bytes_per_pixel = 4; /* XXX: get this from fb config */ in dce_v10_0_program_watermarks()
1106 wm_low.bytes_per_pixel = 4; /* XXX: get this from fb config */ in dce_v10_0_program_watermarks()
/Linux-v6.1/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c46 #define GEOM(xshift, yshift, bytes_per_pixel) { \ argument
49 .cpp = (bytes_per_pixel), \

12