Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c7394 unsigned int aligned_height; in i9xx_get_initial_plane_config() local
7441 aligned_height = intel_fb_align_height(fb, 0, fb->height); in i9xx_get_initial_plane_config()
7443 plane_config->size = fb->pitches[0] * aligned_height; in i9xx_get_initial_plane_config()
8418 unsigned int aligned_height; in skylake_get_initial_plane_config() local
8481 aligned_height = intel_fb_align_height(fb, 0, fb->height); in skylake_get_initial_plane_config()
8483 plane_config->size = fb->pitches[0] * aligned_height; in skylake_get_initial_plane_config()
8530 unsigned int aligned_height; in ironlake_get_initial_plane_config() local
8577 aligned_height = intel_fb_align_height(fb, 0, fb->height); in ironlake_get_initial_plane_config()
8579 plane_config->size = fb->pitches[0] * aligned_height; in ironlake_get_initial_plane_config()