Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.c448 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) { in panfrost_device_resume()
467 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS) && pfdev->bus_clock) in panfrost_device_resume()
470 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) in panfrost_device_resume()
487 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) { in panfrost_device_suspend()
H A Dpanfrost_drv.c808 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
817 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
826 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
837 .pm_features = BIT(GPU_PM_CLK_DIS) | BIT(GPU_PM_VREG_OFF),
H A Dpanfrost_device.h41 GPU_PM_CLK_DIS, enumerator