Searched refs:afbc_planes (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1526 int afbc_planes = 0; local
1550 ++afbc_planes;
1553 if (afbc_planes > 1) {
1554 DRM_DEBUG_KMS("Invalid number of AFBC planes; got %d, expected at most 1\n", afbc_planes);
1559 s->enable_afbc = afbc_planes > 0;

Completed in 103 milliseconds