Searched refs:cpp (Results 51 - 75 of 209) sorted by relevance

123456789

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase507c.c228 asyh->base.cpp = 0;
246 if ((asyh->base.cpp != 1) ^ (fb->format->cpp[0] != 1))
251 asyh->base.cpp = fb->format->cpp[0];
262 asyh->base.depth = asyh->base.cpp * 8;
H A Dhead917d.c56 if (asyh->base.cpp) {
57 switch (asyh->base.cpp) {
H A Dovly507e.c97 asyh->ovly.cpp = 0;
114 asyh->ovly.cpp = fb->format->cpp[0];
H A Dhead507d.c74 if (asyh->ovly.cpp) {
75 switch (asyh->ovly.cpp) {
102 if (asyh->base.cpp) {
103 switch (asyh->base.cpp) {
250 if ((asyh->core.visible = (asyh->base.cpp != 0))) {
256 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) ||
336 if (asyh->base.cpp == 1)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c114 * @cpp: Bytes per pixel
125 unsigned int cpp; member in struct:vmw_screen_target_display_unit
499 struct vmw_diff_cpy diff = VMW_CPU_BLIT_DIFF_INITIALIZER(stdu->cpp);
511 src_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp;
513 src_offset = ddirty->top * src_pitch + ddirty->left * stdu->cpp;
517 dst_offset = ddirty->fb_top * dst_pitch + ddirty->fb_left * stdu->cpp;
521 width * stdu->cpp, height, &diff);
882 vps->cpp = 0;
943 switch (new_fb->format->cpp[0]*8) {
1025 vps->cpp
[all...]
H A Dvmwgfx_blit.c261 size_t offs = (diff_offs + diff->line_offset) / diff->cpp;
281 * finally the field @diff->cpp need to be preloaded with the number of bytes
285 * operations. A higher cpp generally leads to faster execution at the cost of
293 if (WARN_ON_ONCE(round_down(n, diff->cpp) != n))
297 csize = vmw_find_first_diff(dest, src, n, diff->cpp);
300 byte_len = diff->cpp;
310 csize = vmw_find_last_diff(dest, src, n, diff->cpp);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_main.h51 * @cpp: Pointer to the CPP handle
94 struct nfp_cpp *cpp; member in struct:nfp_pf
178 nfp_net_dump_load_dumpspec(struct nfp_cpp *cpp, struct nfp_rtsym_table *rtbl);
H A Dnfp_app.c233 nfp_err(pf->cpp, "unknown FW app ID 0x%02x, driver too old or support for FW not built in\n", id);
247 app->cpp = pf->cpp;
H A Dnfp_devlink.c44 nsp = nfp_eth_config_start(pf->cpp, idx);
268 nsp = nfp_nsp_open(pf->cpp);
354 serial_len = nfp_cpp_serial(port->app->cpp, &serial);
/linux-master/include/net/
H A Dslhc_vj.h179 unsigned char *ocp, unsigned char **cpp, int compress_cid);
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.c147 int n, fetch_stride, cpp; local
149 cpp = info->cpp[i];
150 fetch_stride = width * cpp / (i ? hsub : 1);
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.c265 bpp += 8 * format->cpp[0];
395 dma_len = (width * height * fb->format->cpp[0]);
402 (width * fb->format->cpp[0]));
412 width * fb->format->cpp[0]);
414 (width * fb->format->cpp[0]));
431 ((width) * fb->format->cpp[0]));
435 ((width) * fb->format->cpp[0]));
/linux-master/drivers/gpu/drm/radeon/
H A Dr300.c803 track->cb[i].cpp = 1;
809 track->cb[i].cpp = 2;
819 track->cb[i].cpp = 4;
822 track->cb[i].cpp = 8;
825 track->cb[i].cpp = 16;
848 track->zb.cpp = 2;
851 track->zb.cpp = 4;
919 track->textures[i].cpp = 1;
932 track->textures[i].cpp = 2;
944 track->textures[i].cpp
[all...]
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c136 fb->format->cpp[plane] * x;
155 fb->format->cpp[1] * x - eba;
174 fb->format->cpp[2] * x - eba;
445 if (ALIGN(fb->width, 8) * fb->format->cpp[0] >
553 static void ipu_calculate_bursts(u32 width, u32 cpp, u32 stride, argument
556 const unsigned int width_bytes = width * cpp;
560 for (npb = 64 / cpp; npb > 0; --npb) {
561 if (round_up(width_bytes, npb * cpp) <= stride)
568 if (round_up(width_bytes, npb * cpp * bursts) <= stride)
689 ipu_calculate_bursts(width, info->cpp[
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nic/
H A Ddcb.c130 nfp_warn(app->cpp, "ratembps(%d) must less than %d.",
222 nfp_warn(app->cpp, "ETS BW for strict/vendor TC must be 0.");
228 nfp_warn(app->cpp, "Failed to validate ETS BW: sum must be 100.");
292 nfp_warn(app->cpp,
339 nfp_warn(app->cpp,
538 nfp_err(app->cpp,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c49 fb->pitches[0], x, y, format->cpp[0] * 8);
55 x * format->cpp[0];
63 x * format->cpp[i];
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c156 * for example: addr += (new_state->src.x1 >> 16) * fb->format->cpp[0];
159 offset = (new_state->src.x1 >> 16) * fb->format->cpp[0];
174 AFBC_DATA_BLOCK_HEIGHT * fb->format->cpp[0];
190 fb->format->cpp[0] * (x_offset_in_blocks + 1);
/linux-master/drivers/crypto/ccree/
H A Dcc_cipher.c55 struct cc_cpp_key_info cpp; member in union:cc_cipher_ctx::__anon83
383 ctx_p->cpp.slot = cc_slot_to_cpp_key(hki.hw_key1);
385 ctx_p->cpp.alg = CC_CPP_AES;
387 ctx_p->cpp.alg = CC_CPP_SM4;
390 ctx_p->cpp.alg, ctx_p->cpp.slot);
716 set_cpp_crypto_key(&desc[*seq_size], ctx_p->cpp.slot);
939 cc_req.cpp.is_cpp = true;
940 cc_req.cpp.alg = ctx_p->cpp
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c105 int *verdict, struct ip_vs_conn **cpp,
103 ah_esp_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/arm/display/komeda/
H A Dkomeda_format_caps.c50 bpp = info->cpp[0] * 8;
/linux-master/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.h86 uint8_t cpp, unpack_count; member in struct:mdp_format
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fb.c92 + (x * format->cpp[n] / (n == 0 ? 1 : format->hsub))
212 info->screen_width /= format->cpp[0];
415 if (pitch % format->cpp[0]) {
418 pitch, format->cpp[0]);
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c61 new_state->fb->format->cpp[0];
/linux-master/include/drm/
H A Ddrm_fourcc.h80 * @cpp:
87 u8 cpp[DRM_FORMAT_MAX_PLANES]; member in union:drm_format_info::__anon1550
100 * @cpp has been kept for historical reasons because there are
108 * modifiers both @cpp and @char_per_block must be 0 in the
/linux-master/scripts/
H A Dunifdef.c267 case 'I': /* no-op for compatibility with cpp */
825 eval_unary(const struct ops *ops, int *valp, const char **cpp) argument
833 cp = skipcomment(*cpp);
904 *cpp = cp;
913 eval_table(const struct ops *ops, int *valp, const char **cpp) argument
921 cp = *cpp;
940 *cpp = cp;
952 ifeval(const char **cpp) argument
957 debug("eval %s", *cpp);
959 ret = eval_table(eval_ops, &val, cpp);
[all...]

Completed in 239 milliseconds

123456789