backends/drm: remove unnecessary comment

DrmPipeline::needsModeset, and by extension, DrmGpu::needsModeset is no
longer expensive in any way, so checking them multiple times per frame is
not a problem anymore
This commit is contained in:
Xaver Hugl 2023-10-27 22:40:00 +02:00
parent 1cdad2698d
commit a902b66299

View file

@ -58,7 +58,6 @@ DrmPipeline::~DrmPipeline()
bool DrmPipeline::testScanout()
{
// TODO make the modeset check only be tested at most once per scanout cycle
if (gpu()->needsModeset()) {
return false;
}