]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Fail the flip if no FB for WM calculation
authorKumar, Mahesh <mahesh1.kumar@intel.com>
Wed, 17 May 2017 11:58:24 +0000 (17:28 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 17 May 2017 21:32:44 +0000 (14:32 -0700)
commit21f928bf72d99a6db63aebcc9286c7cc596c05ab
tree2afe66290760221972576a7599e90639ddeba202
parent1cc6f5e859d749d546c4def0e08b69e0191d750d
drm/i915/skl: Fail the flip if no FB for WM calculation

Fail the flip if no FB is present but plane_state is set as visible.
Above is not a valid combination so instead of continue fail the flip.

Signed-off-by: Mahesh Kumar <mahesh1.kumar@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170517115831.13830-6-mahesh1.kumar@intel.com
drivers/gpu/drm/i915/intel_pm.c