Searched refs:cpp (Results 126 - 150 of 209) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c172 src_buf->format->cpp[0]);
235 dst_buf->format->cpp[0]);
H A Dexynos_drm_ipp.c482 int real_width = buf->buf.pitch[0] / buf->format->cpp[0];
577 buf->buf.pitch[i] = width * buf->format->cpp[i];
578 if (buf->buf.pitch[i] < width * buf->format->cpp[i])
H A Dexynos_drm_fimc.c470 unsigned int real_width = buf->buf.pitch[0] / buf->format->cpp[0];
505 unsigned int real_width = buf->buf.pitch[0] / buf->format->cpp[0];
847 unsigned int real_width = buf->buf.pitch[0] / buf->format->cpp[0];
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c102 fb->format->cpp[0] * 8,
111 fb->format->cpp[0] * 8, fb->format->depth);
H A Dvmwgfx_kms.h299 unsigned int cpp; member in struct:vmw_plane_state
/linux-master/tools/build/feature/
H A DMakefile94 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
367 -Wl,--start-group -lclang-cpp -Wl,--end-group \
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_kms.c121 fb->format->cpp[0] * 8,
/linux-master/drivers/gpu/drm/tve200/
H A Dtve200_display.c105 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) {
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c82 switch (fb->format->cpp[0] * 8) {
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_mdp_rdma.c221 offset_y = cfg->x_left * fmt_info->cpp[0] + cfg->y_top * src_pitch_y;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fb.c214 + width * info->cpp[i]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c37 int *verdict, struct ip_vs_conn **cpp,
90 *cpp = ip_vs_schedule(svc, skb, pd, &ignored, iph);
91 if (!*cpp && ignored <= 0) {
35 tcp_conn_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/radeon/
H A Dradeon_gem.c807 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) argument
813 switch (cpp) {
828 return aligned * cpp;
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c391 stride = ((newstate->src_w >> 16) * finfo->cpp[2] / finfo->hsub)
395 stride |= ((newstate->src_w >> 16) * finfo->cpp[1] / finfo->hsub)
400 stride = ((newstate->src_w >> 16) * finfo->cpp[0]) << JZ_IPU_Y_STRIDE_Y_LSB;
H A Dingenic-drm-drv.c662 unsigned int width, height, cpp, next_id, plane_id; local
679 cpp = newstate->fb->format->cpp[0];
686 hwdesc->cmd = JZ_LCD_CMD_EOF_IRQ | (width * height * cpp / 4);
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_dpu.c353 pitch = (fb->pitches[0] / fb->format->cpp[0]) |
354 (fb->pitches[0] / fb->format->cpp[0] << 15);
356 pitch = fb->pitches[0] / fb->format->cpp[0];
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c916 int cpp,
922 switch (cpp) {
937 return aligned * cpp;
914 amdgpu_gem_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) argument
/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c555 u32 cpp = (info->var.bits_per_pixel + 7) >> 3; local
561 ((cpp - 1) << VIDCFG_PIXFMT_SHIFT) |
562 (cpp != 1 ? VIDCFG_CLUT_BYPASS : 0);
693 reg.stride = info->var.xres * cpp;
695 + info->var.xoffset * cpp;
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c40 u8 cpp; member in struct:skl_wm_params
1673 * for the read latency) and cpp should always be <= 8, so that
1679 u8 cpp, u32 latency, u32 dbuf_block_size)
1687 wm_intermediate_val = latency * pixel_rate * cpp;
1764 wp->cpp = format->cpp[color_plane];
1768 modifier == I915_FORMAT_MOD_Yf_TILED && wp->cpp == 1)
1774 switch (wp->cpp) {
1785 MISSING_CASE(wp->cpp);
1795 wp->plane_bytes_per_line = wp->width * wp->cpp;
1678 skl_wm_method1(const struct drm_i915_private *i915, u32 pixel_rate, u8 cpp, u32 latency, u32 dbuf_block_size) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h115 nfp_warn((app)->cpp, fmt, ## args); \
/linux-master/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c323 MDP4_PIPE_SRC_FORMAT_CPP(format->cpp - 1) |
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c208 bpp = fb->format->cpp[0];
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h153 * @cpp: pointer to the CPP handle
164 struct nfp_cpp *cpp; member in struct:nfp_app
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c120 switch (format->cpp[0] * 8) {
241 switch (format->cpp[0]) {
262 ast_set_index_reg(ast, AST_IO_VGACRI, 0x92, format->cpp[0] * 8);
486 switch (format->cpp[0] * 8) {
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c122 uint32_t off = x * state->fb->format->cpp[0] +

Completed in 191 milliseconds

123456789