Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c8039 unsigned int aligned_height; in i9xx_get_initial_plane_config() local
8085 aligned_height = intel_fb_align_height(dev, fb->height, in i9xx_get_initial_plane_config()
8089 plane_config->size = fb->pitches[0] * aligned_height; in i9xx_get_initial_plane_config()
9092 unsigned int aligned_height; in skylake_get_initial_plane_config() local
9149 aligned_height = intel_fb_align_height(dev, fb->height, in skylake_get_initial_plane_config()
9153 plane_config->size = fb->pitches[0] * aligned_height; in skylake_get_initial_plane_config()
9200 unsigned int aligned_height; in ironlake_get_initial_plane_config() local
9246 aligned_height = intel_fb_align_height(dev, fb->height, in ironlake_get_initial_plane_config()
9250 plane_config->size = fb->pitches[0] * aligned_height; in ironlake_get_initial_plane_config()
14322 unsigned int aligned_height; in intel_framebuffer_init() local
[all …]