summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-01-31 10:21:31 +0100
committerJani Nikula <jani.nikula@intel.com>2017-02-01 11:45:21 +0200
commite8fe4f4b2b7b93048729538321c681c0cff33b39 (patch)
tree854dcbf325cda8209a59110f992407e362510e93 /scripts/stackusage
parenteeee74a4f6625b77c3e8db0693c2d4546507ba0d (diff)
downloadkernel-e8fe4f4b2b7b93048729538321c681c0cff33b39.tar.gz
drm/i915: Track pinned vma in intel_plane_state
With atomic plane states we are able to track an allocation right from preparation, during use and through to the final free after being swapped out for a new plane. We can couple the VMA we pin for the framebuffer (and its rotation) to this lifetime and avoid all the clumsy lookups in between. v2: Remove residual vma on plane cleanup (Chris) v3: Add a description for the vma destruction in intel_plane_destroy_state (Maarten) References: https://bugs.freedesktop.org/show_bug.cgi?id=98829 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170116152131.18089-1-chris@chris-wilson.co.uk Acked-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> (cherry picked from commit be1e341513ca23b0668b7b0f26fa6e2ffc46ba20) Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1485854491-27389-3-git-send-email-maarten.lankhorst@linux.intel.com
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
td>Arnaldo Carvalho de Melo 2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo 2011-10-07perf top: Reuse the 'report' hist_entry/hists classesArnaldo Carvalho de Melo 2011-09-29perf top: Improve lost events warningArnaldo Carvalho de Melo 2011-03-11perf symbol: Move sym_entry->skip to symbol->ignoreArnaldo Carvalho de Melo 2011-03-11perf top: Remove redundant syme->origin fieldArnaldo Carvalho de Melo 2011-03-11perf top: Remove redundant perf_top->sym_counterArnaldo Carvalho de Melo 2011-03-01perf top tui: Wait till the first sample to refresh the screen.Arnaldo Carvalho de Melo 2011-02-22perf top: Live TUI AnnotationArnaldo Carvalho de Melo 2011-02-08perf annotate: Move locking to struct annotationArnaldo Carvalho de Melo 2011-02-07perf top: Use pid_t for target_{pid|tid}Denis Kirjanov 2011-02-06perf top: Ditch private annotation code, share perf annotate'sArnaldo Carvalho de Melo 2011-02-05perf top: Remove superfluous name_len fieldArnaldo Carvalho de Melo 2011-01-31perf top: Introduce slang based TUIArnaldo Carvalho de Melo 2011-01-31perf top: Move display agnostic routines to util/top.[ch]Arnaldo Carvalho de Melo