Searched refs:hdr_pitch (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.h24 unsigned int hdr_pitch; member in struct:mtk_plane_pending_state
H A Dmtk_drm_plane.c143 unsigned int hdr_pitch = 0; local
172 hdr_pitch = width_in_blocks * AFBC_HEADER_BLOCK_SIZE;
176 hdr_size = ALIGN(hdr_pitch * height_in_blocks, AFBC_HEADER_ALIGNMENT);
177 hdr_offset = hdr_pitch * y_offset_in_blocks +
182 * for example: addr += hdr_pitch * y_offset_in_blocks;
202 mtk_plane_state->pending.hdr_pitch = hdr_pitch;
H A Dmtk_disp_ovl.c406 unsigned int hdr_pitch = pending->hdr_pitch; local
461 mtk_ddp_write_relaxed(cmdq_pkt, hdr_pitch, &ovl->cmdq_reg, ovl->regs,

Completed in 205 milliseconds