Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c320 int num_active = 0; in count_crtc_active_planes() local
337 num_active += 1; in count_crtc_active_planes()
342 num_active += (new_plane_state->fb != NULL); in count_crtc_active_planes()
345 return num_active; in count_crtc_active_planes()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dskl_watermark.c736 int num_active) in skl_cursor_allocation() argument
762 return max(num_active == 1 ? 32 : 8, min_ddb_alloc); in skl_cursor_allocation()
1497 int num_active = hweight8(dbuf_state->active_pipes); in skl_crtc_allocate_plane_ddb() local
1517 cursor_size = skl_cursor_allocation(crtc_state, num_active); in skl_crtc_allocate_plane_ddb()