]> www.infradead.org Git - users/willy/xarray.git/commit
drm/i915/alpm: Move alpm related code to a new file
authorAnimesh Manna <animesh.manna@intel.com>
Wed, 29 May 2024 20:07:38 +0000 (01:37 +0530)
committerAnimesh Manna <animesh.manna@intel.com>
Fri, 31 May 2024 05:17:23 +0000 (10:47 +0530)
commit8bdbde7c4c84286aff55c0af37bcf0a72828d98f
tree483f714f29aa16929ba7891732f8a295084b1eb4
parentdd73925e3b84bcf2b29c20d6276843e7ed7cd771
drm/i915/alpm: Move alpm related code to a new file

Move ALPM feature related code as it will be used for
non-psr panel also thorugh LOBF feature.

v1: Initial version.
v2: Correct ordering in makefile. [Jani]

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240529200742.1694401-3-animesh.manna@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_alpm.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_alpm.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_psr.c
drivers/gpu/drm/xe/Makefile