Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c437 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) { in panfrost_device_resume()
473 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) in panfrost_device_resume()
494 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) in panfrost_device_suspend()
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),
786 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
797 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
H A Dpanfrost_device.h42 GPU_PM_VREG_OFF, enumerator