Searched refs:y_plane (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/media/platform/qcom/venus/ |
D | helpers.c | 826 u32 y_stride, uv_stride, y_plane; in get_framesize_raw_nv12() local 835 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12() 837 size = y_plane + uv_plane + SZ_8K; in get_framesize_raw_nv12() 845 u32 y_stride, y_plane; in get_framesize_raw_nv12_ubwc() local 855 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc() 864 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc() 870 u32 y_plane, uv_plane, y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010() local 876 y_plane = y_stride * y_sclines; in get_framesize_raw_p010() 879 return ALIGN((y_plane + uv_plane), SZ_4K); in get_framesize_raw_p010()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 3383 int y_plane = pipe_ctx->plane_state->dst_rect.y; in dcn10_set_cursor_position() local 3406 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()
|