Home
last modified time | relevance | path

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

/drivers/gpu/drm/arm/
A Dmalidp_drv.c475 error_stats->num_errors = 0; in malidp_error_stats_init()
476 error_stats->last_error_status = 0; in malidp_error_stats_init()
477 error_stats->last_error_vblank = -1; in malidp_error_stats_init()
481 struct malidp_error_stats *error_stats, u32 status, in malidp_error() argument
487 error_stats->last_error_status = status; in malidp_error()
488 error_stats->last_error_vblank = vblank; in malidp_error()
489 error_stats->num_errors++; in malidp_error()
494 struct malidp_error_stats error_stats, in malidp_error_stats_dump() argument
498 error_stats.num_errors); in malidp_error_stats_dump()
500 error_stats.last_error_status); in malidp_error_stats_dump()
[all …]
A Dmalidp_drv.h100 struct malidp_error_stats *error_stats, u32 status,

Completed in 6 milliseconds