Home
last modified time | relevance | path

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

/drivers/gpu/drm/tiny/
A Dappletbdrm.c145 size_t frames_size; member
328 size_t frames_size = 0; in appletbdrm_primary_plane_helper_atomic_check() local
346 frames_size += struct_size((struct appletbdrm_frame *)0, buf, rect_size(&damage)); in appletbdrm_primary_plane_helper_atomic_check()
349 if (!frames_size) in appletbdrm_primary_plane_helper_atomic_check()
353 frames_size + in appletbdrm_primary_plane_helper_atomic_check()
367 appletbdrm_state->frames_size = frames_size; in appletbdrm_primary_plane_helper_atomic_check()
387 size_t frames_size = appletbdrm_state->frames_size; in appletbdrm_flush_damage() local
391 if (!frames_size) in appletbdrm_flush_damage()
441 footer = (struct appletbdrm_fb_request_footer *)&request->data[frames_size]; in appletbdrm_flush_damage()
532 appletbdrm_state->frames_size = 0; in appletbdrm_primary_plane_duplicate_state()

Completed in 7 milliseconds