Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/qcom/venus/
Dhelpers.c890 u32 y_stride, uv_stride, y_plane; in get_framesize_raw_nv12() local
899 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12()
901 size = y_plane + uv_plane + SZ_8K; in get_framesize_raw_nv12()
909 u32 y_stride, y_plane; in get_framesize_raw_nv12_ubwc() local
919 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()
928 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc()
934 u32 y_plane, uv_plane, y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010() local
940 y_plane = y_stride * y_sclines; in get_framesize_raw_p010()
943 return ALIGN((y_plane + uv_plane), SZ_4K); in get_framesize_raw_p010()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c3237 int y_plane = pipe_ctx->plane_state->dst_rect.y; in dcn10_set_cursor_position() local
3261 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position()
3266 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()