Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c6948 unsigned int aligned_height; in i9xx_get_initial_plane_config() local
6994 aligned_height = intel_fb_align_height(dev, fb->height, in i9xx_get_initial_plane_config()
6998 plane_config->size = fb->pitches[0] * aligned_height; in i9xx_get_initial_plane_config()
8001 unsigned int aligned_height; in skylake_get_initial_plane_config() local
8058 aligned_height = intel_fb_align_height(dev, fb->height, in skylake_get_initial_plane_config()
8062 plane_config->size = fb->pitches[0] * aligned_height; in skylake_get_initial_plane_config()
8109 unsigned int aligned_height; in ironlake_get_initial_plane_config() local
8155 aligned_height = intel_fb_align_height(dev, fb->height, in ironlake_get_initial_plane_config()
8159 plane_config->size = fb->pitches[0] * aligned_height; in ironlake_get_initial_plane_config()
13263 unsigned int aligned_height; in intel_framebuffer_init() local
[all …]