summaryrefslogtreecommitdiff
path: root/tools/skl_compute_wrpll.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau1-1/+1
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau1-0/+1
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau1-1/+2
2015-06-25skl_compute_wrpll: Don't try other dividers if we find a 0 central freq devia...Damien Lespiau1-5/+18
2015-06-25skl_compute_wrpll: Sync a comment with from the kernel codeDamien Lespiau1-0/+1
2015-06-25skl_compute_wrpll: Fix the mininum deviation computationDamien Lespiau1-9/+13
2015-06-25skl_compute_wrpll: Cycle through dividers, then central freqsDamien Lespiau1-9/+9
2015-06-25skl_compute_wrpll: Print the average deviationDamien Lespiau1-0/+10
2015-05-08skl_compute_wrpll: Prefer even dividersDamien Lespiau1-0/+7
2015-05-08skl_compute_wrpll: Count how many even/odd dividers we computeDamien Lespiau1-1/+14
2015-05-08skl_compute_wrpll: Make sure we respect the DCO frequency constraintsDamien Lespiau1-0/+42
2015-05-08skl_compute_wrpll: Add a way to test the SKL WRPLL algorithmDamien Lespiau1-0/+848