Searched refs:tile_disable (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/accel/ivpu/
H A Divpu_hw_40xx.c706 u32 tile_disable; local
715 tile_disable = REG_GET_FLD(VPU_40XX_BUTTRESS_TILE_FUSE, CONFIG, fuse);
716 if (!ivpu_tile_disable_check(tile_disable)) {
717 ivpu_err(vdev, "Fuse: Invalid tile disable config (0x%x)\n", tile_disable);
721 if (tile_disable)
723 TILE_MAX_NUM - 1, ffs(tile_disable) - 1);
727 hw->tile_fuse = tile_disable;
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8183.h33 u32 tile_disable:1; member in struct:img_comp_subfrm_8183
H A Dmdp_sm_mt8195.h33 u32 tile_disable; member in struct:img_comp_subfrm_8195

Completed in 222 milliseconds