Searched refs:intel_fb (Results 1 – 2 of 2) sorted by relevance
184 struct intel_framebuffer *intel_fb = ifbdev->fb; in intelfb_create() local202 if (intel_fb && in intelfb_create()203 (sizes->fb_width > intel_fb->base.width || in intelfb_create()204 sizes->fb_height > intel_fb->base.height)) { in intelfb_create()207 intel_fb->base.width, intel_fb->base.height, in intelfb_create()209 drm_framebuffer_put(&intel_fb->base); in intelfb_create()210 intel_fb = ifbdev->fb = NULL; in intelfb_create()212 if (!intel_fb || WARN_ON(!intel_fb_obj(&intel_fb->base))) { in intelfb_create()217 intel_fb = ifbdev->fb; in intelfb_create()221 sizes->fb_width = intel_fb->base.width; in intelfb_create()[all …]
2908 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); in intel_fb_check_ccs_xy() local2928 main_x = intel_fb->normal[main_plane].x % tile_width; in intel_fb_check_ccs_xy()2929 main_y = intel_fb->normal[main_plane].y % tile_height; in intel_fb_check_ccs_xy()2939 intel_fb->normal[main_plane].x, in intel_fb_check_ccs_xy()2940 intel_fb->normal[main_plane].y, in intel_fb_check_ccs_xy()2974 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); in setup_fb_rotation() local2975 struct intel_rotation_info *rot_info = &intel_fb->rot_info; in setup_fb_rotation()2989 intel_fb->rotated[plane].pitch = plane_info->height * tile_height; in setup_fb_rotation()3001 pitch_tiles = intel_fb->rotated[plane].pitch / tile_height; in setup_fb_rotation()3017 intel_fb->rotated[plane].x = x; in setup_fb_rotation()[all …]