Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/radeon/
Dradeon_drv.c181 static int radeon_suspend(struct drm_device *dev, pm_message_t state) in radeon_suspend() function
244 .suspend = radeon_suspend,
Dradeon_device.c933 radeon_suspend(rdev); in radeon_suspend_kms()
1006 radeon_suspend(rdev); in radeon_gpu_reset()
Dradeon.h1715 #define radeon_suspend(rdev) (rdev)->asic->suspend((rdev)) macro