mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
Update dpio read/write to take in extra PHY parameter.
The extra parameter is for future platform. Signed-off-by: Chon Ming Lee <chon.ming.lee@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
committed by
Ville Syrjälä
parent
f5643c4a27
commit
0b67c0c421
@@ -56,7 +56,7 @@ int main(int argc, char** argv)
|
||||
|
||||
intel_register_access_init(dev, 0);
|
||||
|
||||
val = intel_dpio_reg_read(reg);
|
||||
val = intel_dpio_reg_read(reg, 0);
|
||||
|
||||
printf("Read DPIO register: 0x%x - Value : 0x%x\n", reg, val);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user