HomeSort by: relevance | last modified time | path
    Searched refs:cache_num_pipes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c 63 || num_pipes != mode_lib->vba.cache_num_pipes
70 mode_lib->vba.cache_num_pipes = num_pipes;
369 for (k = 0; k < mode_lib->vba.cache_num_pipes; ++k)
373 for (j = 0; j < mode_lib->vba.cache_num_pipes; ++j) {
594 for (k = j + 1; k < mode_lib->vba.cache_num_pipes; ++k) {
659 for (k = 1; k < mode_lib->vba.cache_num_pipes; ++k)
667 for (k = 0; k < mode_lib->vba.cache_num_pipes; ++k) {
707 || num_pipes != mode_lib->vba.cache_num_pipes
715 mode_lib->vba.cache_num_pipes = num_pipes;
display_mode_vba.h 389 unsigned int cache_num_pipes; member in struct:vba_vars_st

Completed in 15 milliseconds