aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMarek Szyprowski <[email protected]>2015-04-09 10:46:00 +0200
committerInki Dae <[email protected]>2015-08-16 10:23:30 +0900
commite920efe6fe06b3d4a181a00c54ae00ee83545992 (patch)
treec2159ad11bb506e151fc379a0ae7b79e92a8e329 /tools/perf/scripts/python/syscall-counts.py
parent947710c6702a4916a7a01b3af4decb66ae7fc34f (diff)
drm/exynos/fimc: fix runtime pm support
Once pm_runtime_set_active() gets called, the kernel assumes that given device has already enabled runtime pm and will call pm_runtime_suspend() without matching pm_runtime_resume(). In case of DRM FIMC IPP driver, this will result in calling clk_disable() without respective call to clk_enable(). This patch removes call to pm_runtime_set_active() to ensure that pm_runtime_suspend/resume calls will match. Signed-off-by: Marek Szyprowski <[email protected]> Signed-off-by: Inki Dae <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions