Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable 10bit A/XRGB formats in VOP2
rk3588 hw only supports XRGB2101010 with AFBC mode, does not support ARGB2101010 at all. Current drm driver falsely advertises support for both with both in linear and AFBC modes as well. Current state of VOP2 driver has no mechanism to distinguish support per modifier so it is not also possible advertise support for XRGB2101010 only with AFBC support without refactoring the driver. Therefore, this patch disables both XRGB2101010 and ARGB2101010 until rockchip resolves the problem with a sutainable fix. If not applied, kodi with GBM will display black screen. Reference from rockchip: nyanmisaka/ffmpeg-rockchip#4 (comment)
- Loading branch information