Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_debugfs.c485 uint32_t wr_buf_count = 0; in dp_phy_test_pattern_debugfs_write() local
528 while ((*wr_buf_ptr != 0xa) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
530 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
532 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()
535 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()
539 while ((!isspace(*wr_buf_ptr)) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
541 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()
546 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()
555 wr_buf_count = 0; /* number of char already checked */ in dp_phy_test_pattern_debugfs_write()
557 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
[all …]