Modesetting: Per-CRTC framebuffers to provide 32k framebuffers to everyone (and enable Tear-free support)
Compare changes
Files
4- Martin Roukala authored
To do so, introduce a drmmode_scanout_rec structure that contains: - the DRM BO - the DRM FB id We then take the generic part of drmmode_shadow_allocate that creates a scanable buffer and move it to drmmode_scanout_allocate(). Signed-off-by:
Martin Peres <martin.peres@linux.intel.com>