compute_wrpll: Rename ddi_compute_wrpll to hsw_compute_wrpll

We're going to add the SKL version, time to rename the HSW/BDW one.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2015-05-05 15:45:21 +01:00
parent 09f4175889
commit 5dbeebc8aa
3 changed files with 2 additions and 2 deletions

2
tools/.gitignore vendored
View File

@ -1,5 +1,5 @@
# Please keep sorted alphabetically # Please keep sorted alphabetically
ddi_compute_wrpll hsw_compute_wrpll
intel_audio_dump intel_audio_dump
intel_backlight intel_backlight
intel_bios_dumper intel_bios_dumper

View File

@ -1,5 +1,5 @@
noinst_PROGRAMS = \ noinst_PROGRAMS = \
ddi_compute_wrpll \ hsw_compute_wrpll \
skl_ddb_allocation \ skl_ddb_allocation \
$(NULL) $(NULL)