Searched refs:symbol_size (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_helper.c | 4733 int bpp_x16, int symbol_size, in drm_dp_link_data_symbol_cycles() argument 4736 int cycles = DIV_ROUND_UP(pixels * bpp_x16, 16 * symbol_size * lane_count); in drm_dp_link_data_symbol_cycles() 4755 int bpp_x16, int symbol_size, bool is_mst) in drm_dp_link_symbol_cycles() argument 4762 symbol_size, in drm_dp_link_symbol_cycles() 4802 int symbol_size = flags & DRM_DP_BW_OVERHEAD_UHBR ? 32 : 8; in drm_dp_bw_overhead() local 4848 bpp_x16, symbol_size, in drm_dp_bw_overhead() 4851 return DIV_ROUND_UP_ULL(mul_u32_u32(symbol_cycles * symbol_size * lane_count, in drm_dp_bw_overhead()
|
| /linux/include/drm/display/ |
| H A D | drm_dp_helper.h | 1033 int bpp_x16, int symbol_size, bool is_mst);
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-report.txt | 101 - symbol_size: size of function executed at the time of sample
|