Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/aty/
Datyfb.h24 u32 dp_pix_width; /* acceleration */ member
Datyfb_base.c808 u32 pix_width, dp_pix_width, dp_chain_mask; in aty_var_to_crtc() local
836 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc()
842 dp_pix_width = HOST_15BPP | SRC_15BPP | DST_15BPP | in aty_var_to_crtc()
848 dp_pix_width = HOST_16BPP | SRC_16BPP | DST_16BPP | in aty_var_to_crtc()
854 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc()
860 dp_pix_width = HOST_32BPP | SRC_32BPP | DST_32BPP | in aty_var_to_crtc()
1151 crtc->dp_pix_width = dp_pix_width; in aty_var_to_crtc()
Dmach64_accel.c168 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in aty_init_engine()