Searched refs:AFBC_DATA_BLOCK_WIDTH (Results 1 – 2 of 2) sorted by relevance
144 int width_in_blocks = ALIGN(fb->width, AFBC_DATA_BLOCK_WIDTH) in mtk_plane_update_new_state()145 / AFBC_DATA_BLOCK_WIDTH; in mtk_plane_update_new_state()148 int x_offset_in_blocks = (new_state->src.x1 >> 16) / AFBC_DATA_BLOCK_WIDTH; in mtk_plane_update_new_state()153 pitch = width_in_blocks * AFBC_DATA_BLOCK_WIDTH * in mtk_plane_update_new_state()169 AFBC_DATA_BLOCK_WIDTH * AFBC_DATA_BLOCK_HEIGHT * in mtk_plane_update_new_state()
13 #define AFBC_DATA_BLOCK_WIDTH 32 macro