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