Home
last modified time | relevance | path

Searched refs:width_in_blocks (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_plane.c164 int width_in_blocks = ALIGN(fb->width, AFBC_DATA_BLOCK_WIDTH) in mtk_plane_update_new_state() local
172 hdr_pitch = width_in_blocks * AFBC_HEADER_BLOCK_SIZE; in mtk_plane_update_new_state()
173 pitch = width_in_blocks * AFBC_DATA_BLOCK_WIDTH * in mtk_plane_update_new_state()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch152 + compptr->width_in_blocks);
204 + for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) {
255 + for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
331 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
341 compptr->width_in_blocks);
368 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
416 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
491 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks;
582 + for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
621 - for (; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) {
[all …]