Skip to content

Move idle render logic to drm_kms

Ben Widawsky requested to merge extract-idle-render into main

This is important as the input logic will share it (so having it in a consolidated place is nice), but it also is more logical to have the drm_kms module completely in charge of managing the idle rendering.

Merge request reports