Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tiny/
H A Dappletbdrm.c147 size_t frames_size; member
330 size_t frames_size = 0; in appletbdrm_primary_plane_helper_atomic_check() local
348 frames_size += struct_size((struct appletbdrm_frame *)0, buf, rect_size(&damage)); in appletbdrm_primary_plane_helper_atomic_check()
351 if (!frames_size) in appletbdrm_primary_plane_helper_atomic_check()
355 frames_size + in appletbdrm_primary_plane_helper_atomic_check()
369 appletbdrm_state->frames_size = frames_size; in appletbdrm_primary_plane_helper_atomic_check()
389 size_t frames_size = appletbdrm_state->frames_size; in appletbdrm_flush_damage() local
393 if (!frames_size) in appletbdrm_flush_damage()
443 footer = (struct appletbdrm_fb_request_footer *)&request->data[frames_size]; in appletbdrm_flush_damage()
534 appletbdrm_state->frames_size = 0; in appletbdrm_primary_plane_duplicate_state()