Hello! This patch series adds support for correctly displaying tiled framebuffers when no modifiers are reported by userspace. Patch 1 adds the sector_layout parameter to the SET/GET_TILING IOCTLs so that userspace can set this field appropriately. Patch 2 adds handling of the case where the buffer object passed to create a framebuffer is allocated with non-linear tiling but no modifier is reported. Diogo Ivo (2): drm/tegra: add sector layout to SET/GET_TILING IOCTLs drm/tegra: add scanout support for implicit tiling parameters drivers/gpu/drm/tegra/drm.c | 29 ++++++++++++++++++ drivers/gpu/drm/tegra/fb.c | 59 ++++++++++++++++++++++++++++++++++-- include/uapi/drm/tegra_drm.h | 16 ++++++---- 3 files changed, 96 insertions(+), 8 deletions(-) -- 2.39.1