Add atom reporting for flattening controller state
Change-Id: I09f60c95519d844359d5f1c70b940b47f756da21
This commit is contained in:
parent
460ef8d0a8
commit
a890ccd62f
14 changed files with 302 additions and 34 deletions
|
|
@ -17,8 +17,6 @@
|
|||
// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
|
||||
// #define LOG_NDEBUG 0 // Uncomment to see HWC2 API calls in logcat
|
||||
|
||||
#include "hardware/hwcomposer2.h"
|
||||
#include "system/graphics-base-v1.1.h"
|
||||
#define LOG_TAG "drmhwc"
|
||||
|
||||
#include <cassert>
|
||||
|
|
@ -27,11 +25,14 @@
|
|||
#include <optional>
|
||||
|
||||
#include <cutils/native_handle.h>
|
||||
#include <ui/GraphicTypes.h>
|
||||
|
||||
#include "DrmHwcTwo.h"
|
||||
#include "backend/CompositionPlanner.h"
|
||||
#include "compositor/DisplayInfo.h"
|
||||
#include "hardware/hwcomposer2.h"
|
||||
#include "hwc/HwcLayer.h"
|
||||
#include "system/graphics-base-v1.1.h"
|
||||
#include "utils/log.h"
|
||||
|
||||
namespace android::drm_hwcomposer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue