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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
dml_inline_defs.h 115 static inline unsigned int dml_round_to_multiple(unsigned int num, function in typeref:typename:unsigned int
amdgpu_dml1_display_rq_dlg_calc.c 268 detile_buf_plane1_addr = dml_round_to_multiple(
299 full_swath_bytes_packed_l = dml_round_to_multiple(
303 full_swath_bytes_packed_c = dml_round_to_multiple(
681 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
685 rq_dlg_param->swath_width_ub = dml_round_to_multiple(
723 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
728 meta_row_width_ub = dml_round_to_multiple(vp_height - 1, meta_req_height, 1)
752 * (dml_round_to_multiple(vp_height - 1, meta_blk_height, 1)
755 meta_pte_req_per_frame_ub = (dml_round_to_multiple(
851 dpte_row_width_ub = dml_round_to_multiple(
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c 231 detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / 3.0),
260 full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2 / 3,
263 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3,
453 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
457 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_height - 1, blk256_height, 1)
491 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
496 meta_row_width_ub = dml_round_to_multiple(vp_height - 1, meta_req_height, 1)
522 * (dml_round_to_multiple(vp_height - 1, meta_blk_height, 1) + meta_blk_height)
525 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes,
613 dpte_row_width_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1
    [all...]
amdgpu_display_rq_dlg_calc_20v2.c 231 detile_buf_plane1_addr = dml_round_to_multiple((unsigned int) ((2.0 * detile_buf_size_in_bytes) / 3.0),
260 full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2 / 3,
263 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3,
453 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
457 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_height - 1, blk256_height, 1)
491 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
496 meta_row_width_ub = dml_round_to_multiple(vp_height - 1, meta_req_height, 1)
522 * (dml_round_to_multiple(vp_height - 1, meta_blk_height, 1) + meta_blk_height)
525 meta_pte_req_per_frame_ub = (dml_round_to_multiple(meta_surface_bytes - vmpg_bytes,
613 dpte_row_width_ub = dml_round_to_multiple(data_pitch * dpte_row_height - 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c 211 detile_buf_plane1_addr = dml_round_to_multiple(
242 full_swath_bytes_packed_l = dml_round_to_multiple(
246 full_swath_bytes_packed_c = dml_round_to_multiple(
445 rq_dlg_param->swath_width_ub = dml_round_to_multiple(vp_width - 1, blk256_width, 1)
449 rq_dlg_param->swath_width_ub = dml_round_to_multiple(
485 meta_row_width_ub = dml_round_to_multiple(vp_width - 1, meta_req_width, 1)
490 meta_row_width_ub = dml_round_to_multiple(vp_height - 1, meta_req_height, 1)
516 * (dml_round_to_multiple(vp_height - 1, meta_blk_height, 1)
519 meta_pte_req_per_frame_ub = (dml_round_to_multiple(
614 dpte_row_width_ub = dml_round_to_multiple(
    [all...]

Completed in 15 milliseconds