Home
last modified time | relevance | path

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

/linux-2.6.39/include/video/
Daty128.h326 #define DST_8BPP 0x00000002 macro
Dmach64.h1082 #define DST_8BPP 0x2 macro
Dradeon.h812 #define DST_8BPP 0x00000002 macro
/linux-2.6.39/drivers/video/aty/
Dradeon_accel.c51 if (radeon_get_dstbpp(rinfo->depth) != DST_8BPP) in radeonfb_prim_fillrect()
Dmach64_accel.c340 pix_width |= DST_8BPP; in atyfb_imageblit()
Dradeonfb.h520 return DST_8BPP; in radeon_get_dstbpp()
Datyfb_base.c830 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc()
848 dp_pix_width = HOST_8BPP | SRC_8BPP | DST_8BPP | in aty_var_to_crtc()
Daty128fb.c763 return DST_8BPP; in depth_to_dst()