diff options
| author | Jake Wang <[email protected]> | 2020-05-05 10:02:36 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-05-28 14:00:48 -0400 |
| commit | 2847642a1875bae10aa80e81dd23652acc78ccb2 (patch) | |
| tree | a1cf41d9232858210d25bff25a9f348e24304da9 /tools/perf/scripts/python | |
| parent | fb8cf277b16d3f8b16941d217f7bae4ed7e73bea (diff) | |
drm/amd/display: vbios data table packing
[WHY]
Currently we're copying the entire bios image into vbios. Loading time
for FW with entire bios(54272 bytes) is 105138us. By copying only the
sections of bios we're using(4436 bytes), loading time drops to 104326us
which saves us 812us.
[HOW]
ROM header, master data table, and all data tables will be packed in
contiguous manner. The offsets for the data tables are remapped to their
newly packed location.
Signed-off-by: Jake Wang <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Nicholas Kazlauskas <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions