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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 1976 static int ccs_to_main_plane(const struct drm_framebuffer *fb, int ccs_plane)
1979 ccs_plane < fb->format->num_planes / 2);
1981 return ccs_plane - fb->format->num_planes / 2;
2704 static int gen12_ccs_aux_stride(struct drm_framebuffer *fb, int ccs_plane)
2706 return DIV_ROUND_UP(fb->pitches[ccs_to_main_plane(fb, ccs_plane)],
2906 intel_fb_check_ccs_xy(struct drm_framebuffer *fb, int ccs_plane, int x, int y)
2915 if (!is_ccs_plane(fb, ccs_plane))
2918 intel_tile_dims(fb, ccs_plane, &tile_width, &tile_height);
2919 intel_fb_plane_get_subsampling(&hsub, &vsub, fb, ccs_plane);
2927 main_plane = ccs_to_main_plane(fb, ccs_plane);
3910 int ccs_plane = main_to_ccs_plane(fb, uv_plane); local in function:skl_check_nv12_aux_surface
3952 int ccs_plane; local in function:skl_check_ccs_aux_surface
    [all...]

Completed in 37 milliseconds