diff options
author | Ville Syrjälä <[email protected]> | 2020-11-06 19:30:41 +0200 |
---|---|---|
committer | Ville Syrjälä <[email protected]> | 2020-11-16 21:30:06 +0200 |
commit | ab01630b64ce19e1b845a4d83879eb9727306aa1 (patch) | |
tree | 61edcfc154954f07bef648659898c6a138648463 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9c31212b247832d71882a9942f37025544264892 (diff) |
drm/i915: Store plane relative data rate in crtc_state
Store the relative data rate for planes in the crtc state
so that we don't have to use
intel_atomic_crtc_state_for_each_plane_state() to compute
it even for the planes that are no part of the current state.
Should probably just nuke this stuff entirely an use the normal
plane data rate instead. The two are slightly different since this
relative data rate doesn't factor in the actual pixel clock, so
it's a bit odd thing to even call a "data rate". And since the
watermarks are computed based on the actual data rate anyway
I don't really see what the point of this relative data rate
is. But that's for the future...
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Stanislav Lisovskiy <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions