Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_mode.c62 u8 sr01, gr0e; in cirrus_crtc_dpms() local
67 gr0e = 0x00; in cirrus_crtc_dpms()
71 gr0e = 0x02; in cirrus_crtc_dpms()
75 gr0e = 0x04; in cirrus_crtc_dpms()
79 gr0e = 0x06; in cirrus_crtc_dpms()
90 gr0e |= RREG8(GFX_DATA) & ~0x06; in cirrus_crtc_dpms()
91 WREG_GFX(0xe, gr0e); in cirrus_crtc_dpms()