Home
last modified time | relevance | path

Searched refs:wr_buf_count (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c488 uint32_t wr_buf_count = 0; in dp_phy_test_pattern_debugfs_write() local
531 while ((*wr_buf_ptr != 0xa) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
533 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
535 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()
538 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()
542 while ((!isspace(*wr_buf_ptr)) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
544 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()
549 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()
558 wr_buf_count = 0; /* number of char already checked */ in dp_phy_test_pattern_debugfs_write()
560 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
[all …]