1
0
Fork 0

Rename Backend to CompositionPlanner

With the Backend concept expanding to also include the initial display
configuration and creation of DrmDisplayPipeline, rename the Backend
class to more precisely reflect its purpose.

Change-Id: I8a9a0d49242771e5df6e80cd50f0b2b0670c2de2
This commit is contained in:
Drew Davenport 2025-10-30 10:12:46 -06:00
parent 645d83d8eb
commit f119d34769
16 changed files with 59 additions and 52 deletions

View file

@ -92,8 +92,8 @@ filegroup {
"drm/UEventListener.cpp",
"drm/VSyncWorker.cpp",
"backend/Backend.cpp",
"backend/BackendClient.cpp",
"backend/CompositionPlanner.cpp",
"backend/ClientCompositionPlanner.cpp",
"backend/BackendManager.cpp",
"hwc/HwcDisplay.cpp",