Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ | |
amdgpu_dm_debugfs.c | 162 uint8_t param_index = 0; local in function:dp_link_settings_write 189 while ((*wr_buf_ptr != '\0') && (param_index < 2)) { 193 r = kstrtol(sub_str, 16, ¶m[param_index]); 198 param_index++; 337 uint8_t param_index = 0; local in function:dp_phy_settings_write 365 while ((*wr_buf_ptr != '\0') && (param_index < 3)) { 369 r = kstrtol(sub_str, 16, ¶m[param_index]); 374 param_index++; 497 uint8_t param_index = 0; local in function:dp_phy_test_pattern_debugfs_write 570 while (param_index < param_nums) [all...] |