]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/psr: Check if sink PSR capability changed
authorJosé Roberto de Souza <jose.souza@intel.com>
Thu, 28 Nov 2019 01:48:51 +0000 (17:48 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Mon, 2 Dec 2019 20:06:15 +0000 (12:06 -0800)
commitba0af30d24e992534212b453a39695c6feae886e
tree4b3bfb6ab3595fda65f3fec9b230112fe72a07fb
parent700355af64bbb6c6dc4e552fa727513dccdcfe62
drm/i915/psr: Check if sink PSR capability changed

eDP specification states that sink can have its PSR capability
changed, I have never found any panel doing that but lets add that
for completeness.
For now it is not reading back the PSR capabilities and if possible
re-enabling PSR, this will be added if a panel is found using this
feature.

v4:
Cleaning DP_PSR_CAPS_CHANGE

Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191128014852.214135-4-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_psr.c