1
0
Fork 0

drm_hwcomposer: Move CompositionType out of HwcLayer struct

Moving this paves the way for reducing dependency on HwcLayer from the
Backend class

Change-Id: I62f057a0efcb7afc3c9a04cff3bd53b5c56c5ad9
This commit is contained in:
Drew Davenport 2025-06-03 00:57:23 +00:00
parent 3a403db8d3
commit a5fb437d37
9 changed files with 41 additions and 46 deletions

View file

@ -32,6 +32,8 @@ class DrmFbIdHandle;
using ILayerId = int64_t;
enum class CompositionType { kInvalid, kClient, kDevice, kSolidColor, kCursor };
/* Rotation is defined in the clockwise direction */
/* The flip is done before rotation */
struct LayerTransform {