Searched refs:pitch (Results 176 - 200 of 266) sorted by relevance

1234567891011

/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.h130 u32 chroma_base_addr, u16 pitch);
/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h487 * @pitch: Array of pitches, the two last are only used for YUV12 formats.
508 __u32 pitch[3]; member in struct:drm_vmw_control_stream_arg
/linux-master/drivers/video/fbdev/
H A Dneofb.c519 u32 bltMod, pitch; local
526 pitch = var->xres_virtual;
531 pitch = var->xres_virtual * 2;
535 pitch = var->xres_virtual * 3;
544 writel((pitch << 16) | pitch, &neo2200->pitch);
H A Dplatinumfb.h61 int pitch[3]; member in struct:platinum_regvals
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c302 unsigned int pitch; member in struct:ofdrm_device
788 odev->pitch, GFP_KERNEL);
810 unsigned int dst_pitch = odev->pitch;
849 unsigned int dst_pitch = odev->pitch;
1256 odev->pitch = linebytes;
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c764 int pitch, err = 0; local
874 pitch = ((var->xres_virtual * var->bits_per_pixel) + 7) / 8;
875 memlen = pitch * var->yres_virtual;
878 var->yres_virtual = vramlen / pitch;
885 pitch = (var->xres_virtual *
887 memlen = pitch * var->yres;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c335 uint32_t pitch, meta_pitch, pitch_c, meta_pitch_c; local
338 /* Program data and meta surface pitch (calculation from addrlib)
347 /* Chroma pitch zero can cause system hang! */
349 pitch = plane_size->surface_pitch - 1;
354 pitch = plane_size->surface_pitch - 1;
366 PITCH, pitch, META_PITCH, meta_pitch);
596 enum cursor_pitch hw_pitch = hubp1_get_cursor_pitch(attr->pitch);
632 hubp->att.cur_ctl.bits.pitch = hw_pitch;
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c221 NVVAL(NV507D, HEAD_SET_STORAGE, PITCH, asyh->core.pitch >> 8) |
275 asyh->core.pitch = ALIGN(asyh->core.w, 64) * 4;
/linux-master/arch/powerpc/include/asm/
H A Dps3av.h552 u32 pitch; /* in: line size in byte */ member in struct:ps3av_pkt_video_mode
571 /* video: pitch */
577 u32 pitch; /* in: line size in byte */ member in struct:ps3av_pkt_video_pitch
/linux-master/drivers/gpu/drm/armada/
H A Darmada_gem.c251 args->pitch = armada_pitch(args->width, args->bpp);
252 args->size = size = args->pitch * args->height;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv20.c160 nvkm_wr32(device, NV20_PGRAPH_TSIZE(i), tile->pitch);
166 nvkm_wr32(device, NV10_PGRAPH_RDI_DATA, tile->pitch);
H A Dga102.c264 ent->pitch = 1;
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front.c417 args->pitch = DIV_ROUND_UP(args->width * args->bpp, 8);
418 args->size = args->pitch * args->height;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c692 args->pitch = args->width * cpp;
693 args->size = ALIGN(args->pitch * args->height, PAGE_SIZE);
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-types.h210 u32 pitch; member in struct:tmHWStreamParameters
/linux-master/drivers/gpu/drm/radeon/
H A Dr300.c798 track->cb[i].pitch = idx_value & 0x3FFE;
882 track->zb.pitch = idx_value & 0x3FFC;
1028 track->textures[i].pitch = tmp + 1;
1133 track->aa.pitch = idx_value & 0x3FFE;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv31.c118 nvkm_wr32(device, 0x00b008 + (i * 0x10), tile->pitch);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c38 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), 2);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_mdp_rdma.c185 unsigned int src_pitch_y = cfg->pitch;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimd.c841 unsigned int pitch = fb->pitches[0]; local
847 offset += state->src.y * pitch;
855 size = pitch * state->crtc.h;
866 buf_offsize = pitch - (state->crtc.w * cpp);
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c129 .pitch = fb->pitches[0],
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h200 unsigned int pitch, unsigned int skip_lines,
/linux-master/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c392 win.pitch[0] = var->xres_virtual * stride;
393 win.pitch[1] = win.pitch[2] =
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgmc_v10_0.c552 u32 pitch; local
555 pitch = RREG32_SOC15(DCE, 0, mmHUBPREQ0_DCSURF_SURFACE_PITCH);
558 REG_GET_FIELD(pitch, HUBPREQ0_DCSURF_SURFACE_PITCH, PITCH) *
H A Dgmc_v11_0.c517 u32 pitch; local
520 pitch = RREG32_SOC15(DCE, 0, regHUBPREQ0_DCSURF_SURFACE_PITCH);
523 REG_GET_FIELD(pitch, HUBPREQ0_DCSURF_SURFACE_PITCH, PITCH) *

Completed in 270 milliseconds

1234567891011