Lines Matching refs:aligned_height
6948 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
13376 aligned_height = intel_fb_align_height(dev, mode_cmd->height, in intel_framebuffer_init()
13380 if (obj->base.size < aligned_height * mode_cmd->pitches[0]) in intel_framebuffer_init()