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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 41 uint32_t line_count = msg_size / bytes_per_line, local in function:mod_hdcp_dump_binary_message
43 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count +
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 883 int line_count = (page_count > 8191) ? 8191 : page_count; local in function:nvc0_bo_move_copy
897 OUT_RING (chan, line_count);
901 page_count -= line_count;
902 src_offset += (PAGE_SIZE * line_count);
903 dst_offset += (PAGE_SIZE * line_count);
921 int line_count = (page_count > 2047) ? 2047 : page_count; local in function:nvc0_bo_move_m2mf
936 OUT_RING (chan, line_count);
940 page_count -= line_count;
941 src_offset += (PAGE_SIZE * line_count);
942 dst_offset += (PAGE_SIZE * line_count);
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 13 milliseconds