Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm: vc4: Switch to using the buffer height for column stride
Using buffer size / pitch for column stride fails due to the buffer size being aligned to the page size. We can get the underlying buffer geometry from drm_framebuffer_plane_height although the size of any planes are computed based on the format subsampling rather than being values passed in. That may limit some cases. Signed-off-by: Dave Stevenson <[email protected]>
- Loading branch information