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

<<11

/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c414 * The R8A7779 DU requires a 16 pixels pitch alignment as documented,
415 * but the R8A7790 DU seems to require a 128 bytes pitch alignment.
422 args->pitch = roundup(min_pitch, align);
447 * On Gen2 the DU limits the pitch to 4095 pixels and requires
462 * limits the pitch to 65535 bytes and has no alignment
471 dev_dbg(dev->dev, "invalid pitch value %u\n",
477 * Calculate the chroma plane(s) pitch using the horizontal subsampling
479 * pitch must thus be doubled.
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.c341 DRM_DEBUG_KMS("Invalid value of (pitch * BITS_PER_BYTE) (=%u) "
465 args->pitch = ALIGN(DIV_ROUND_UP(args->width * args->bpp, 8), alignment);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource_helpers.c63 uint32_t cursor_size = hubp->curs_attr.pitch * hubp->curs_attr.height;
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c707 frame->pitch[i] = pix_mp->plane_fmt[i].bytesperline;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c1060 nvkm_wr32(device, NV10_PGRAPH_TSIZE(i), tile->pitch);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_scrn.c153 cmd->obj.backingStore.pitch = mode->hdisplay * 4;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1428 uint16_t cursor_pitch; /**< Cursor pitch in pixels */
2714 uint32_t pitch: 2; member in struct:dmub_reg_cursor_control_cfg::__anon75
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.c1039 cmd.mall.cursor_pitch = cursor_attr.pitch;
/linux-master/drivers/video/fbdev/
H A Damifb.c3336 u32 dx, dy, width, height, pitch; local
3358 pitch = (image->width + 7) / 8;
3365 src += pitch;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8478 * change memory domain, FB pitch, DCC state, rotation or
10173 unsigned int pitch; local
10190 pitch = fb->pitches[0] / fb->format->cpp[0];
10192 if (fb->width != pitch) {
10193 DRM_DEBUG_ATOMIC("Cursor FB width %d doesn't match pitch %d",
10194 fb->width, pitch);
10198 switch (pitch) {
10202 /* FB pitch is supported by cursor plane */
10205 DRM_DEBUG_ATOMIC("Bad cursor FB pitch %d px\n", pitch);
[all...]
H A Damdgpu_dm_plane.c1283 attributes.pitch = afb->base.pitches[0] / afb->base.format->cpp[0];
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c647 int cursor_size = hubp->curs_attr.pitch * hubp->curs_attr.height;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h497 u32 pitch; member in struct:radeon_bo
1928 uint32_t tiling_flags, uint32_t pitch,
H A Dr600.c3028 uint32_t tiling_flags, uint32_t pitch,
3027 r600_set_surface_reg(struct radeon_device *rdev, int reg, uint32_t tiling_flags, uint32_t pitch, uint32_t offset, uint32_t obj_size) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c554 unsigned int pitch = state->view.color_plane[color_plane].mapping_stride; local
556 return y * pitch + x * cpp;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c9907 dml_uint_t pitch,
9988 pitch,
9899 dml_core_get_row_heights( dml_uint_t *dpte_row_height, dml_uint_t *meta_row_height, const struct display_mode_lib_st *mode_lib, dml_bool_t is_plane1, enum dml_source_format_class SourcePixelFormat, enum dml_swizzle_mode SurfaceTiling, enum dml_rotation_angle ScanDirection, dml_uint_t pitch, dml_uint_t GPUVMMinPageSizeKBytes) argument

Completed in 320 milliseconds

<<11