Searched refs:atombios_crtc_dpms (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atombios_crtc.c | 267 void atombios_crtc_dpms(struct drm_crtc *crtc, int mode) in atombios_crtc_dpms() function 2147 atombios_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); in atombios_crtc_prepare() 2152 atombios_crtc_dpms(crtc, DRM_MODE_DPMS_ON); in atombios_crtc_commit() 2164 atombios_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); in atombios_crtc_disable() 2226 .dpms = atombios_crtc_dpms,
|
H A D | radeon_mode.h | 856 extern void atombios_crtc_dpms(struct drm_crtc *crtc, int mode);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | atombios_crtc.c | 267 void atombios_crtc_dpms(struct drm_crtc *crtc, int mode) in atombios_crtc_dpms() function 2135 atombios_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); in atombios_crtc_prepare() 2140 atombios_crtc_dpms(crtc, DRM_MODE_DPMS_ON); in atombios_crtc_commit() 2152 atombios_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); in atombios_crtc_disable() 2214 .dpms = atombios_crtc_dpms,
|
H A D | radeon_mode.h | 817 extern void atombios_crtc_dpms(struct drm_crtc *crtc, int mode);
|
Completed in 10 milliseconds