HomeSort by: relevance | last modified time | path
    Searched defs:data_pitch (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c 374 unsigned int data_pitch,
510 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch),
552 unsigned int data_pitch = 0; local in function:get_surf_rq_param
614 data_pitch = pipe_src_param.data_pitch_c;
619 data_pitch = pipe_src_param.data_pitch;
837 dml_log2(dpte_buf_in_pte_reqs * dpte_req_width / data_pitch),
849 * the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering.
852 data_pitch * dpte_row_height - 1,
919 data_pitch,
    [all...]
display_mode_structs.h 242 unsigned int data_pitch; member in struct:_vcs_dpi_display_pipe_source_params_st
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 327 unsigned int data_pitch,
601 / data_pitch),
611 // the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering.
613 dpte_row_width_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1,
681 unsigned int data_pitch = 0; local in function:get_surf_rq_param
689 data_pitch = pipe_src_param.data_pitch_c;
694 data_pitch = pipe_src_param.data_pitch;
716 data_pitch,
amdgpu_display_rq_dlg_calc_20v2.c 327 unsigned int data_pitch,
601 / data_pitch),
611 // the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering.
613 dpte_row_width_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1,
681 unsigned int data_pitch = 0; local in function:get_surf_rq_param
689 data_pitch = pipe_src_param.data_pitch_c;
694 data_pitch = pipe_src_param.data_pitch;
716 data_pitch,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 314 unsigned int data_pitch,
602 / data_pitch),
612 // the dpte_row_width_ub is the upper bound of data_pitch*dpte_row_height in elements with this unique buffering.
615 data_pitch * dpte_row_height - 1,
690 unsigned int data_pitch = 0; local in function:get_surf_rq_param
698 data_pitch = pipe_param.src.data_pitch_c;
703 data_pitch = pipe_param.src.data_pitch;
756 data_pitch,

Completed in 19 milliseconds