Searched refs:VSP1_HAS_BRU (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_drv.c | 285 if (vsp1_feature(vsp1, VSP1_HAS_BRU)) { in vsp1_create_entities() 685 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_HGO 697 .features = VSP1_HAS_BRU | VSP1_HAS_SRU | VSP1_HAS_WPF_VFLIP, 707 .features = VSP1_HAS_BRU | VSP1_HAS_HGO | VSP1_HAS_LUT, 718 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_HGO 730 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_LUT 741 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_LUT, 763 .features = VSP1_HAS_BRU | VSP1_HAS_WPF_VFLIP, 772 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_HGO 790 .features = VSP1_HAS_BRU | VSP1_HAS_WPF_VFLI [all...] |
H A D | vsp1.h | 50 #define VSP1_HAS_BRU BIT(3) macro
|
H A D | vsp1_drm.c | 248 else if (vsp1_feature(vsp1, VSP1_HAS_BRU) && !vsp1->bru->entity.pipe) in vsp1_du_pipeline_setup_brx()
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_drv.c | 278 if (vsp1_feature(vsp1, VSP1_HAS_BRU)) { in vsp1_create_entities() 657 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_HGO 669 .features = VSP1_HAS_BRU | VSP1_HAS_SRU | VSP1_HAS_WPF_VFLIP, 679 .features = VSP1_HAS_BRU | VSP1_HAS_HGO | VSP1_HAS_LUT, 690 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_HGO 702 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_LUT 713 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_LUT, 735 .features = VSP1_HAS_BRU | VSP1_HAS_WPF_VFLIP, 744 .features = VSP1_HAS_BRU | VSP1_HAS_CLU | VSP1_HAS_HGO 762 .features = VSP1_HAS_BRU | VSP1_HAS_WPF_VFLI [all...] |
H A D | vsp1.h | 49 #define VSP1_HAS_BRU (1 << 3) macro
|
H A D | vsp1_drm.c | 248 else if (vsp1_feature(vsp1, VSP1_HAS_BRU) && !vsp1->bru->entity.pipe) in vsp1_du_pipeline_setup_brx()
|
Completed in 7 milliseconds