drm/i915/psr: Check if VBT says PSR can be enabled.

Driver features data block has a boolean flag for PSR, use this to decide
whether PSR should be enabled on a platform. The module parameter can
still be used to override this.

Note: The feature currently remains disabled by default for all platforms
irrespective of what VBT says.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180509003524.3199-1-dhinakaran.pandiyan@intel.com
This commit is contained in:
Dhinakaran Pandiyan
2018-05-08 17:35:24 -07:00
committed by Rodrigo Vivi
parent 6486d84b1c
commit 2bdd045e3a
3 changed files with 7 additions and 2 deletions

View File

@@ -1073,6 +1073,7 @@ struct intel_vbt_data {
} edp;
struct {
bool enable;
bool full_link;
bool require_aux_wakeup;
int idle_frames;