HomeSort by: relevance | last modified time | path
    Searched defs:intel_fb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbdev.c 184 struct intel_framebuffer *intel_fb = ifbdev->fb; local in function:intelfb_create
202 if (intel_fb &&
203 (sizes->fb_width > intel_fb->base.width ||
204 sizes->fb_height > intel_fb->base.height)) {
207 intel_fb->base.width, intel_fb->base.height,
209 drm_framebuffer_put(&intel_fb->base);
210 intel_fb = ifbdev->fb = NULL;
212 if (!intel_fb || WARN_ON(!intel_fb_obj(&intel_fb->base)))
    [all...]
intel_display.c 2908 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); local in function:intel_fb_check_ccs_xy
2928 main_x = intel_fb->normal[main_plane].x % tile_width;
2929 main_y = intel_fb->normal[main_plane].y % tile_height;
2939 intel_fb->normal[main_plane].x,
2940 intel_fb->normal[main_plane].y,
2974 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); local in function:setup_fb_rotation
2975 struct intel_rotation_info *rot_info = &intel_fb->rot_info;
2989 intel_fb->rotated[plane].pitch = plane_info->height * tile_height;
3001 pitch_tiles = intel_fb->rotated[plane].pitch / tile_height;
3017 intel_fb->rotated[plane].x = x
3027 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); local in function:intel_fill_fb_info
3137 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); local in function:intel_plane_remap_gtt
9096 struct intel_framebuffer *intel_fb; local in function:i9xx_get_initial_plane_config
10293 struct intel_framebuffer *intel_fb; local in function:skl_get_initial_plane_config
11653 struct intel_framebuffer *intel_fb; local in function:intel_framebuffer_create
16888 struct intel_framebuffer *intel_fb = to_intel_framebuffer(fb); local in function:intel_user_framebuffer_destroy
    [all...]

Completed in 16 milliseconds