Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_base.c1337 save->surface_cntl = INREG(SURFACE_CNTL); in radeon_save_state()
1506 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_write_mode()
1804 newmode->surface_cntl = 0; in radeonfb_set_par()
1814 newmode->surface_cntl |= NONSURF_AP0_SWP_16BPP; in radeonfb_set_par()
1815 newmode->surface_cntl |= NONSURF_AP1_SWP_16BPP; in radeonfb_set_par()
1819 newmode->surface_cntl |= NONSURF_AP0_SWP_32BPP; in radeonfb_set_par()
1820 newmode->surface_cntl |= NONSURF_AP1_SWP_32BPP; in radeonfb_set_par()
Dradeonfb.h167 u32 surface_cntl; member