Searched refs:y_plane (Results 1 – 2 of 2) sorted by relevance
668 u32 y_stride, uv_stride, y_plane; in get_framesize_raw_nv12() local677 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12()679 size = y_plane + uv_plane + SZ_8K; in get_framesize_raw_nv12()687 u32 y_stride, y_plane; in get_framesize_raw_nv12_ubwc() local697 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()706 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc()
2969 uint32_t y_plane = pipe_ctx->plane_state->dst_rect.y; in dcn10_set_cursor_position() local2971 uint32_t y_offset = min(y_plane, pos_cpy.y); in dcn10_set_cursor_position()2976 pos_cpy.y_hotspot += (y_plane - y_offset); in dcn10_set_cursor_position()