Searched refs:fb_bpp (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/sys/dev/drm/
H A Dmach64_state.c231 u32 fb_bpp, depth_bpp; local
237 switch (dev_priv->fb_bpp) {
239 fb_bpp = MACH64_DATATYPE_RGB565;
242 fb_bpp = MACH64_DATATYPE_ARGB8888;
289 DMAOUTREG(MACH64_DP_PIX_WIDTH, ((fb_bpp << 0) |
290 (fb_bpp << 4) |
291 (fb_bpp << 8) |
292 (fb_bpp << 16) |
293 (fb_bpp << 28)));
370 u32 fb_bpp; local
[all...]
H A Dsavage_bci.c685 if (init->fb_bpp != 16 && init->fb_bpp != 32) {
686 DRM_ERROR("invalid frame buffer bpp %d!\n", init->fb_bpp);
690 DRM_ERROR("invalid depth buffer bpp %d!\n", init->fb_bpp);
704 dev_priv->fb_bpp = init->fb_bpp;
830 color_tile_format = dev_priv->fb_bpp == 16 ?
838 front_stride = dev_priv->front_pitch / (dev_priv->fb_bpp / 8);
839 back_stride = dev_priv->back_pitch / (dev_priv->fb_bpp / 8);
844 (dev_priv->fb_bpp << SAVAGE_BD_BPP_SHIF
[all...]
H A Dsavage_drm.h88 unsigned int fb_bpp; member in struct:drm_savage_init
H A Dmach64_drm.h214 unsigned int fb_bpp; member in struct:drm_mach64_init
H A Dr128_state.c284 u32 fb_bpp, color; local
287 switch (dev_priv->fb_bpp) {
289 fb_bpp = R128_GMC_DST_16BPP;
294 fb_bpp = R128_GMC_DST_24BPP;
298 fb_bpp = R128_GMC_DST_32BPP;
313 fb_bpp |
H A Dr128_drm.h235 unsigned int fb_bpp; member in struct:drm_r128_init
H A Dradeon_drm.h546 unsigned int fb_bpp; member in struct:drm_radeon_init
H A Dsavage_drv.h143 unsigned int fb_bpp; member in struct:drm_savage_private
H A Dmach64_drv.h95 unsigned int fb_bpp; member in struct:drm_mach64_private
H A Dr128_cce.c423 switch (init->fb_bpp) {
H A Dmach64_dma.c978 dev_priv->fb_bpp = init->fb_bpp;
H A Dradeon_cp.c1179 switch (init->fb_bpp) {
H A Dr600_cp.c1858 switch (init->fb_bpp) {
/freebsd-9.3-release/sys/dev/vt/hw/xboxfb/
H A Dxboxfb.c117 info->fb_bpp = 32;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_ioc32.c52 unsigned int fb_bpp; member in struct:drm_radeon_init32
81 init.fb_bpp = init32->fb_bpp;
H A Dradeon_fb.c240 info->fb_bpp = sizes->surface_bpp;
H A Dradeon_drm.h574 unsigned int fb_bpp; member in struct:drm_radeon_init
H A Dradeon_cp.c1229 switch (init->fb_bpp) {
H A Dr600_cp.c2020 switch (init->fb_bpp) {
/freebsd-9.3-release/sys/sys/
H A Dfbio.h109 #define FBTYPE_GET_BPP(_fb) ((_fb)->fb_bpp)
110 #define FBTYPE_GET_BYTESPP(_fb) ((_fb)->fb_bpp / 8)
162 int fb_bpp; /* bits per pixel */ member in struct:fb_info
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_fb.c92 info->fb_bpp = sizes->surface_bpp;
/freebsd-9.3-release/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c259 info->fb_bpp = info->fb_stride / info->fb_width * 8;

Completed in 219 milliseconds