Hi,
By default we support YUV422, YUV420, YUV420 10-bit in drm sample. The formats are defined in NvBufGetDrmParams(). Not sure if it works to render RGBA NvBuffer. Does it work if you render RGBA NvBuffer in pitch linear?
Setting to DRM_TEGRA_GEM_TILING_MODE_BLOCK is not verified and may not work properly, if it is good to render in pitch linear, we would suggest set to DRM_TEGRA_GEM_TILING_MODE_PITCH
Yes! I have modified the NvBufGetDrmParams I can display DRM_TEGRA_GEM_TILING_MODE_PITCH ARGB32. But not work in DRM_TEGRA_GEM_TILING_MODE_BLOCK ARGB32. That means the hardware doesn’t support the DRM_TEGRA_GEM_TILING_MODE_BLOCK or some problems of the drm driver?