OSDN Git Service

drm_hwcomposer: Remove supported()/unsupported() functions
authorRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Wed, 22 Dec 2021 15:34:18 +0000 (17:34 +0200)
committerRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Wed, 29 Dec 2021 16:38:42 +0000 (18:38 +0200)
commit7f576ec5657729a703e98db23764b30ce1a7de5d
tree555fa21eb1c37966bdab61dcbce2e1b2f9d785aa
parent5d1f5572dde8f55297dc1f9a5d0a0e5438c2c4ed
drm_hwcomposer: Remove supported()/unsupported() functions

Functions was used mostly for logging HWC2 API calls.

API calls logging will be re-introduced inside the hook templates in
further patches, which will improve logs quality and reduce LOC number.

Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
DrmHwcTwo.cpp