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