diff options
| author | Chris Wilson <[email protected]> | 2017-11-12 11:27:38 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2017-11-12 12:46:55 +0000 |
| commit | 37cd33006d02d84e08caedea2db48662c18e499e (patch) | |
| tree | 715f050e2682c434de1b083184d3451ea652cce1 /tools/perf/scripts/python | |
| parent | 556fe36d09da5f82879e92bafa0371b4b79f7d6f (diff) | |
drm/i915: Remove redundant intel_autoenable_gt_powersave()
Now that we always execute a context switch upon module load, there is
no need to queue a delayed task for doing so. The purpose of the delayed
task is to enable GT powersaving, for which we need the HW state to be
valid (i.e. having loaded a context and initialised basic state). We
used to defer this operation as historically it was slow (due to slow
register polling, fixed with commit 1758b90e38f5 ("drm/i915: Use a hybrid
scheme for fast register waits")) but now we have a requirement to save
the default HW state.
v2: Load the kernel context (to provide the power context) upon resume.
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions