Lines Matching refs:vsub
2443 …{ .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 2, .cpp = { 4, 1, }, .hsub = 8, .vsub …
2444 …{ .format = DRM_FORMAT_XBGR8888, .depth = 24, .num_planes = 2, .cpp = { 4, 1, }, .hsub = 8, .vsub …
2445 …{ .format = DRM_FORMAT_ARGB8888, .depth = 32, .num_planes = 2, .cpp = { 4, 1, }, .hsub = 8, .vsub …
2446 …{ .format = DRM_FORMAT_ABGR8888, .depth = 32, .num_planes = 2, .cpp = { 4, 1, }, .hsub = 8, .vsub …
2510 int vsub = fb->format->vsub; in intel_fill_fb_info() local
2517 tile_height *= vsub; in intel_fill_fb_info()
2520 ccs_y = (y * vsub) % tile_height; in intel_fill_fb_info()
2946 int vsub = fb->format->vsub; in skl_check_main_ccs_coordinates() local
2962 y = aux_y / vsub; in skl_check_main_ccs_coordinates()
2966 aux_y = y * vsub + aux_y % vsub; in skl_check_main_ccs_coordinates()
3139 int vsub = fb->format->vsub; in skl_check_ccs_aux_surface() local
3141 int y = src_y / vsub; in skl_check_ccs_aux_surface()
3155 plane_state->aux.y = y * vsub + src_y % vsub; in skl_check_ccs_aux_surface()