mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
intel_mmio: Add intel_register_access_needs_fakewake
I screwed this up in my recent patch:
commit c7b6ec5000
Author: Ben Widawsky <ben@bwidawsk.net>
Date: Wed Apr 24 19:05:18 2013 -0700
clean warnings: Silence unused (or private) functions
I've clarified the functions now, and added the proper call from the
python script.
Time to get a regression tester for our tools?
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
@@ -227,6 +227,11 @@ intel_register_access_needs_wake(void)
|
||||
return mmio_data.key != FAKEKEY;
|
||||
}
|
||||
|
||||
int intel_register_access_needs_fakewake(void)
|
||||
{
|
||||
return mmio_data.key == FAKEKEY;
|
||||
}
|
||||
|
||||
void
|
||||
intel_register_access_fini(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user