diff options
| author | Ville Syrjälä <[email protected]> | 2019-03-12 22:58:37 +0200 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2019-03-20 17:02:58 +0200 |
| commit | 67155a6996841b5167c441bff2724ca86fdd0a2b (patch) | |
| tree | e80e889c62bfb103c71c659fd87843db8dcbe258 /tools/perf/scripts/python | |
| parent | 3cf963cfe3a9fc83bc235b1892858164b1b83306 (diff) | |
drm/i915: Don't pass plane state to skl_compute_plane_wm()
skl_compute_plane_wm() doesn't actually need the plane state. While
it would make logically sense to pass it, we shall need to reuse
skl_compute_plane_wm() to compute the minimum ddb allocation for
the cursor before the cursor may be enabled. Thus we can't rely
on the plane state. The alternative would be to duplicate a lot of
the wm calculations for the cursor ddb allocation case, which doens't
appeal to me.
Cc: Neel Desai <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Matt Roper <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions