Commit e619ac4
drm/amd/display: Add total_num_dpps_required field to informative structure
[Why]
The informative structure needs to be extended by the total number of DPPs
required per each active plane.
The new informative field is going to be used as a statistical indicator.
[How]
The dml2_core_calcs_get_informative() routine must count a total number of DPPs.
Reviewed-by: Austin Zheng <austin.zheng@amd.com>
Signed-off-by: Oleh Kuzhylnyi <okuzhyln@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>1 parent de84d58 commit e619ac4
2 files changed
Lines changed: 8 additions & 1 deletion
File tree
- drivers/gpu/drm/amd/display/dc/dml2/dml21
- inc
- src/dml2_core
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
456 | 460 | | |
457 | 461 | | |
458 | 462 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13147 | 13147 | | |
13148 | 13148 | | |
13149 | 13149 | | |
13150 | | - | |
| 13150 | + | |
| 13151 | + | |
13151 | 13152 | | |
| 13153 | + | |
| 13154 | + | |
13152 | 13155 | | |
13153 | 13156 | | |
13154 | 13157 | | |
| |||
0 commit comments