Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_base.c1214 save->surface_cntl = INREG(SURFACE_CNTL); in radeon_save_state()
1383 OUTREG(SURFACE_CNTL, mode->surface_cntl); in radeon_write_mode()
1681 newmode->surface_cntl = 0; in radeonfb_set_par()
1691 newmode->surface_cntl |= NONSURF_AP0_SWP_16BPP; in radeonfb_set_par()
1692 newmode->surface_cntl |= NONSURF_AP1_SWP_16BPP; in radeonfb_set_par()
1696 newmode->surface_cntl |= NONSURF_AP0_SWP_32BPP; in radeonfb_set_par()
1697 newmode->surface_cntl |= NONSURF_AP1_SWP_32BPP; in radeonfb_set_par()
Dradeonfb.h167 u32 surface_cntl; member