Searched refs:dp_pix_width (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_accel.c | 171 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in aty_init_engine() 239 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in atyfb_copyarea() 276 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in atyfb_fillrect() 303 pix_width = par->crtc.dp_pix_width; in atyfb_imageblit()
|
H A D | atyfb.h | 25 u32 dp_pix_width; /* acceleration */ member
|
H A D | atyfb_base.c | 813 u32 pix_width, dp_pix_width, dp_chain_mask; in aty_var_to_crtc() local 841 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc() 847 dp_pix_width = HOST_15BPP | SRC_15BPP | DST_15BPP | in aty_var_to_crtc() 853 dp_pix_width = HOST_16BPP | SRC_16BPP | DST_16BPP | in aty_var_to_crtc() 859 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc() 865 dp_pix_width = HOST_32BPP | SRC_32BPP | DST_32BPP | in aty_var_to_crtc() 1150 crtc->dp_pix_width = dp_pix_width; in aty_var_to_crtc()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_accel.c | 171 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in aty_init_engine() 239 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in atyfb_copyarea() 276 aty_st_le32(DP_PIX_WIDTH, par->crtc.dp_pix_width, par); in atyfb_fillrect() 303 pix_width = par->crtc.dp_pix_width; in atyfb_imageblit()
|
H A D | atyfb.h | 27 u32 dp_pix_width; /* acceleration */ member
|
H A D | atyfb_base.c | 823 u32 pix_width, dp_pix_width, dp_chain_mask; in aty_var_to_crtc() local 851 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc() 857 dp_pix_width = HOST_15BPP | SRC_15BPP | DST_15BPP | in aty_var_to_crtc() 863 dp_pix_width = HOST_16BPP | SRC_16BPP | DST_16BPP | in aty_var_to_crtc() 869 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc() 875 dp_pix_width = HOST_32BPP | SRC_32BPP | DST_32BPP | in aty_var_to_crtc() 1160 crtc->dp_pix_width = dp_pix_width; in aty_var_to_crtc()
|
Completed in 13 milliseconds