Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_mode.c43 u8 sr01, gr0e; in cirrus_crtc_dpms() local
48 gr0e = 0x00; in cirrus_crtc_dpms()
52 gr0e = 0x02; in cirrus_crtc_dpms()
56 gr0e = 0x04; in cirrus_crtc_dpms()
60 gr0e = 0x06; in cirrus_crtc_dpms()
71 gr0e |= RREG8(GFX_DATA) & ~0x06; in cirrus_crtc_dpms()
72 WREG_GFX(0xe, gr0e); in cirrus_crtc_dpms()