Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_plane.c123 unsigned int hdr_pitch = 0; in mtk_plane_update_new_state() local
152 hdr_pitch = width_in_blocks * AFBC_HEADER_BLOCK_SIZE; in mtk_plane_update_new_state()
156 hdr_size = ALIGN(hdr_pitch * height_in_blocks, AFBC_HEADER_ALIGNMENT); in mtk_plane_update_new_state()
157 hdr_offset = hdr_pitch * y_offset_in_blocks + in mtk_plane_update_new_state()
182 mtk_plane_state->pending.hdr_pitch = hdr_pitch; in mtk_plane_update_new_state()
H A Dmtk_plane.h24 unsigned int hdr_pitch; member