Searched refs:cpp (Results 176 - 200 of 209) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c491 gmr->body.format.bitsPerPixel = update->vfb->base.format->cpp[0] * 8;
971 cmd->body.format.bitsPerPixel = framebuffer->base.format->cpp[0] * 8;
/linux-master/scripts/
H A DMakefile.lib400 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c1471 int *verdict, struct ip_vs_conn **cpp,
1481 /* Schedule and create new connection entry into cpp */
1482 if (!pp->conn_schedule(ipvs, af, skb, pd, verdict, cpp, iph))
1486 if (unlikely(!*cpp)) {
1469 ip_vs_try_to_schedule(struct netns_ipvs *ipvs, int af, struct sk_buff *skb, struct ip_vs_proto_data *pd, int *verdict, struct ip_vs_conn **cpp, struct ip_vs_iphdr *iph) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm26 * cpp -DASIC_FAMILY=CHIP_NAVI10 cwsr_trap_handler_gfx10.asm -P -o nv1x.sp3
30 * cpp -DASIC_FAMILY=CHIP_SIENNA_CICHLID cwsr_trap_handler_gfx10.asm -P -o gfx10.sp3
34 * cpp -DASIC_FAMILY=CHIP_PLUM_BONITO cwsr_trap_handler_gfx10.asm -P -o gfx11.sp3
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c102 fbdev_fb->base.format->cpp[0] * 8,
120 fb->base.format->cpp[0] * 8,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c2274 int cpp = DIV_ROUND_UP(args->bpp, 8); local
2279 args->pitch = ALIGN(args->width * cpp, 64);
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c673 if ((info->cpp[i] != 4) && kind != 0x70) return false;
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c75 crtc->x * fb->format->cpp[0];
/linux-master/drivers/gpu/drm/sti/
H A Dsti_gdp.c788 bpp = fb->format->cpp[0];
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c649 hstate->bpp[i] = fb->format->cpp[i];
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_planes.c221 if (info->cpp[0] <= 2) {
619 * The drm convention for pitch is that it needs to cover width * cpp,
H A Dmalidp_hw.c396 int bpp = info->cpp[0] * 8;
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c805 MDP5_PIPE_SRC_FORMAT_CPP(format->cpp - 1) |
H A Dmdp5_crtc.c901 stride = width * info->cpp[0];
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c47 bpp = fb ? fb->format->cpp[0] * 8 : 32;
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c1006 dma->sgl.size = width * info->cpp[i];
/linux-master/drivers/gpu/drm/radeon/
H A Drs600.c135 fb->pitches[0] / fb->format->cpp[0]);
/linux-master/include/uapi/drm/
H A Di915_drm.h334 unsigned int cpp; member in struct:_drm_i915_init
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h334 unsigned int cpp; member in struct:_drm_i915_init
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c753 window.bits_per_pixel = fb->format->cpp[0] * 8;
2334 if (src_w != dst_w || fmt->num_planes != 1 || src_w * fmt->cpp[0] > 256)
H A Ddrm.c842 fb->format->cpp[0] * 8,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c969 offset = (src->x1 >> 16) * fb->format->cpp[0];
1013 offset = (src->x1 >> 16) * fb->format->cpp[1];
H A Drockchip_drm_vop2.c1238 offset = (src->x1 >> 16) * fb->format->cpp[0];
1257 offset = (src->x1 >> 16) * fb->format->cpp[1] / hsub;
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c868 memset_io(dst_vmap, 0, linepixels * dst_format->cpp[0]);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c272 fb->pitches[0] / fb->format->cpp[0]);
2106 fb_pitch_pixels = target_fb->pitches[0] / target_fb->format->cpp[0];

Completed in 322 milliseconds

123456789