Searched refs:y_plane (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
A D | helpers.c | 945 u32 y_stride, uv_stride, y_plane; in get_framesize_raw_nv12() local 954 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12() 956 size = y_plane + uv_plane + SZ_8K; in get_framesize_raw_nv12() 964 u32 y_stride, y_plane; in get_framesize_raw_nv12_ubwc() local 974 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc() 983 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc() 989 u32 y_plane, uv_plane, y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010() local 995 y_plane = y_stride * y_sclines; in get_framesize_raw_p010() 998 return ALIGN((y_plane + uv_plane), SZ_4K); in get_framesize_raw_p010()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_hw_sequencer.c | 3436 int y_plane = pipe_ctx->plane_state->dst_rect.y; in dcn10_set_cursor_position() local 3467 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position() 3472 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()
|
Completed in 12 milliseconds