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