mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 07:15:59 +01:00
gbm: log scanout flag state in trace
This commit is contained in:
parent
e569340c6b
commit
744a383a52
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ Aquamarine::CGBMBuffer::CGBMBuffer(const SAllocatorBufferParams& params, Hypruti
|
||||||
const bool MULTIGPU = params.multigpu && params.scanout;
|
const bool MULTIGPU = params.multigpu && params.scanout;
|
||||||
|
|
||||||
TRACE(allocator->backend->log(AQ_LOG_TRACE,
|
TRACE(allocator->backend->log(AQ_LOG_TRACE,
|
||||||
std::format("GBM: Allocating a buffer: size {}, format {}, cursor: {}, multigpu: {}", attrs.size, fourccToName(attrs.format), CURSOR, MULTIGPU)));
|
std::format("GBM: Allocating a buffer: size {}, format {}, cursor: {}, multigpu: {}, scanout: {}", attrs.size, fourccToName(attrs.format), CURSOR,
|
||||||
|
MULTIGPU, params.scanout)));
|
||||||
|
|
||||||
const auto FORMATS = CURSOR ?
|
const auto FORMATS = CURSOR ?
|
||||||
swapchain->backendImpl->getCursorFormats() :
|
swapchain->backendImpl->getCursorFormats() :
|
||||||
|
|
Loading…
Reference in a new issue