Lines Matching refs:hsub
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 …
2509 int hsub = fb->format->hsub; in intel_fill_fb_info() local
2516 tile_width *= hsub; in intel_fill_fb_info()
2519 ccs_x = (x * hsub) % tile_width; in intel_fill_fb_info()
2945 int hsub = fb->format->hsub; in skl_check_main_ccs_coordinates() local
2961 x = aux_x / hsub; in skl_check_main_ccs_coordinates()
2965 aux_x = x * hsub + aux_x % hsub; in skl_check_main_ccs_coordinates()
3138 int hsub = fb->format->hsub; in skl_check_ccs_aux_surface() local
3140 int x = src_x / hsub; in skl_check_ccs_aux_surface()
3154 plane_state->aux.x = x * hsub + src_x % hsub; in skl_check_ccs_aux_surface()