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

/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c437 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) {
473 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF))
494 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF))
H A Dpanfrost_drv.c768 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
777 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
788 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
H A Dpanfrost_device.h38 * @GPU_PM_VREG_OFF: Allow turning off regulators during system suspend
42 GPU_PM_VREG_OFF, enumerator in enum:panfrost_gpu_pm

Completed in 101 milliseconds