Searched refs:symbol_size (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_helper.c | 4389 int symbol_size, bool is_mst) in drm_dp_link_symbol_cycles() argument 4391 int cycles = DIV_ROUND_UP(pixels * bpp_x16, 16 * symbol_size * lane_count); in drm_dp_link_symbol_cycles() 4398 int bpp_x16, int symbol_size, bool is_mst) in drm_dp_link_dsc_symbol_cycles() argument 4402 bpp_x16, symbol_size, is_mst); in drm_dp_link_dsc_symbol_cycles() 4437 int symbol_size = flags & DRM_DP_BW_OVERHEAD_UHBR ? 32 : 8; in drm_dp_bw_overhead() local 4484 bpp_x16, symbol_size, in drm_dp_bw_overhead() 4488 bpp_x16, symbol_size, in drm_dp_bw_overhead() 4491 return DIV_ROUND_UP_ULL(mul_u32_u32(symbol_cycles * symbol_size * lane_count, in drm_dp_bw_overhead()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_mst.c | 219 int symbol_size = intel_dp_is_uhbr(crtc_state) ? 32 : 8; in intel_dp_mst_compute_min_hblank() local 228 symbol_size); in intel_dp_mst_compute_min_hblank()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-report.txt | 100 - symbol_size: size of function executed at the time of sample
|