Home
last modified time | relevance | path

Searched refs:main_plane (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.h492 int intel_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane);
H A Dintel_display.c1977 static int main_to_ccs_plane(const struct drm_framebuffer *fb, int main_plane) in main_to_ccs_plane() argument
1980 (main_plane && main_plane >= fb->format->num_planes / 2)); in main_to_ccs_plane()
1982 return fb->format->num_planes / 2 + main_plane; in main_to_ccs_plane()
1994 int intel_main_to_aux_plane(const struct drm_framebuffer *fb, int main_plane) in intel_main_to_aux_plane() argument
1997 return main_to_ccs_plane(fb, main_plane); in intel_main_to_aux_plane()
2877 int main_plane; in intel_fb_plane_get_subsampling() local
2897 main_plane = ccs_to_main_plane(fb, color_plane); in intel_fb_plane_get_subsampling()
2899 drm_format_info_block_width(fb->format, main_plane); in intel_fb_plane_get_subsampling()
2909 if (main_plane == 0) in intel_fb_plane_get_subsampling()
2919 int main_plane; in intel_fb_check_ccs_xy() local
[all …]