]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/fbc: keep FBC disabled if selective update is on in xe2lpd
authorVinod Govindapillai <vinod.govindapillai@intel.com>
Fri, 21 Mar 2025 09:45:28 +0000 (11:45 +0200)
committerVinod Govindapillai <vinod.govindapillai@intel.com>
Mon, 24 Mar 2025 12:55:44 +0000 (14:55 +0200)
commitccdb96cc7186c51045d707503d87cd220c5fed26
tree07d905a7a68eaea4f49e391f1c95d1bd1fbcdb15
parent88c1f9a4d36de61f87cc52aac670020b13d1ccaa
drm/i915/fbc: keep FBC disabled if selective update is on in xe2lpd

FBC was disabled in case PSR2 selective update in display 12 to
14 as part of a wa. From xe2lpd onwards there is a logic to be
implemented to decide between FBC and selective update. Until
that logic is implemented keep FBC disabled in case selective
update is enabled.

v1: updated patch description and some explanation and todo

Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250321094529.197397-2-vinod.govindapillai@intel.com
drivers/gpu/drm/i915/display/intel_fbc.c