diff options
| author | Ville Syrjälä <[email protected]> | 2024-05-03 15:24:26 +0300 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2024-05-08 16:38:33 +0300 |
| commit | 2318da471a8af705083836967ad3acd13ee59d3c (patch) | |
| tree | 19a46c32f11e1442c83133c49ef2f2dca69f37ac /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 2e8b8073178a898f56e6d1512de016f644306fb5 (diff) | |
drm/i915/bios: Define VBT blocks 6,7,8 (register tables) contents
Define the contents for VBT blocks:
- Block 6 (Extended MMIO Register Table)
- Block 7 (IO Software Flag Table)
- Block 8 (MMIO SWF Register Table)
All of these use the same basic layout, with two known variants:
- data_access_size==0xce -> offset,value tuples are u8,u8
- data_access_size==0x02 -> offset,value tuples are u32,u32
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Jani Nikula <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions