drm_hwcomposer: Make CreateComposition private
This is only called internally from HwcDisplay, so make it private. Change-Id: I8abb7ac313a450d56a2085738a2ece58350e8b8f
This commit is contained in:
parent
f20d3cc4da
commit
7f8cf905cd
1 changed files with 3 additions and 2 deletions
|
|
@ -69,8 +69,6 @@ class HwcDisplay {
|
|||
|
||||
bool TestComposition(const Backend::CompositionTypeMap &composition);
|
||||
|
||||
bool CreateComposition(AtomicCommitArgs &a_args,
|
||||
const Backend::CompositionTypeMap &composition);
|
||||
std::vector<const HwcLayer *> GetOrderLayersByZPos() const;
|
||||
|
||||
std::string Dump();
|
||||
|
|
@ -233,6 +231,9 @@ class HwcDisplay {
|
|||
bool NeedsClientLayerUpdate() const;
|
||||
|
||||
private:
|
||||
bool CreateComposition(AtomicCommitArgs &a_args,
|
||||
const Backend::CompositionTypeMap &composition);
|
||||
|
||||
AtomicCommitArgs CreateModesetCommit(
|
||||
const HwcDisplayConfig *config,
|
||||
const std::optional<LayerData> &modeset_layer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue