Searched defs:line_count (Results 1 - 2 of 2) sorted by relevance
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ | ||
| H A D | amdgpu_hdcp_log.c | 41 uint32_t line_count = msg_size / bytes_per_line, local in function:mod_hdcp_dump_binary_message |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ | ||
| H A D | nouveau_bo.c | 883 int line_count = (page_count > 8191) ? 8191 : page_count; local in function:nvc0_bo_move_copy 921 int line_count = (page_count > 2047) ? 2047 : page_count; local in function:nvc0_bo_move_m2mf 960 int line_count = (page_count > 8191) ? 8191 : page_count; local in function:nva3_bo_move_copy 1153 int line_count = (page_count > 2047) ? 2047 : page_count; local in function:nv04_bo_move_m2mf [all...] |
Completed in 6 milliseconds