Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_guc_log.c65 #define GUC_LOG_CHUNK_SIZE SZ_2M macro
83 snapshot->num_chunks = DIV_ROUND_UP(snapshot->size, GUC_LOG_CHUNK_SIZE); in xe_guc_log_snapshot_alloc()
92 size_t size = min(GUC_LOG_CHUNK_SIZE, remain); in xe_guc_log_snapshot_alloc()
161 size_t size = min(GUC_LOG_CHUNK_SIZE, remain); in xe_guc_log_snapshot_capture()
164 i * GUC_LOG_CHUNK_SIZE, size); in xe_guc_log_snapshot_capture()
210 size_t size = min(GUC_LOG_CHUNK_SIZE, remain); in xe_guc_log_snapshot_print()

Completed in 5 milliseconds