Home
last modified time | relevance | path

Searched refs:not_processed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_pm.c1843 int not_processed = 0; in radeon_dynpm_idle_work_handler() local
1850 not_processed += radeon_fence_count_emitted(rdev, i); in radeon_dynpm_idle_work_handler()
1851 if (not_processed >= 3) in radeon_dynpm_idle_work_handler()
1856 if (not_processed >= 3) { /* should upclock */ in radeon_dynpm_idle_work_handler()
1866 } else if (not_processed == 0) { /* should downclock */ in radeon_dynpm_idle_work_handler()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_pm.c1862 int not_processed = 0; in radeon_dynpm_idle_work_handler() local
1869 not_processed += radeon_fence_count_emitted(rdev, i); in radeon_dynpm_idle_work_handler()
1870 if (not_processed >= 3) in radeon_dynpm_idle_work_handler()
1875 if (not_processed >= 3) { /* should upclock */ in radeon_dynpm_idle_work_handler()
1885 } else if (not_processed == 0) { /* should downclock */ in radeon_dynpm_idle_work_handler()

Completed in 5 milliseconds