Home
last modified time | relevance | path

Searched refs:pm_features (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()
448 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()
473 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) in panfrost_device_resume()
487 if (pfdev->comp->pm_features & BIT(GPU_PM_CLK_DIS)) { in panfrost_device_suspend()
494 if (pfdev->comp->pm_features & BIT(GPU_PM_VREG_OFF)) 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.h97 u8 pm_features; member