Skip to content

Commit e28eb23

Browse files
committed
drm: add HDR multiplier colorop
Signed-off-by: Melissa Wen <mwen@igalia.com>
1 parent 2eee381 commit e28eb23

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Backends/DRMBackend.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,6 +3065,9 @@ drm_prepare_liftoff( struct drm_t *drm, const struct FrameInfo_t *frameInfo, boo
30653065
p->CTM->GetProperties().BYPASS->SetPendingValue( drm->req, 1, true );
30663066
}
30673067

3068+
p->HDRMult->GetProperties().BYPASS->SetPendingValue( drm->req, 0, true );
3069+
p->HDRMult->GetProperties().MULTIPLIER->SetPendingValue( drm->req, 0x100000000ULL, true );
3070+
30683071
break;
30693072
}
30703073
}

0 commit comments

Comments
 (0)