Searched refs:fb_location (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_cp.c1138 (dev_priv->fb_location >> 16));
1562 dev_priv->fb_location = (RADEON_READ(RADEON_MC_FB_LOCATION) &
1566 - dev_priv->fb_location;
1569 ((dev_priv->front_offset + dev_priv->fb_location) >> 10));
1572 ((dev_priv->back_offset + dev_priv->fb_location) >> 10));
1575 ((dev_priv->depth_offset + dev_priv->fb_location) >> 10));
1595 dev_priv->fb_location &&
1596 base < (dev_priv->fb_location +
1606 base = dev_priv->fb_location + dev_priv->fb_size;
1607 if (base < dev_priv->fb_location ||
[all...]
H A Dradeon_drv.h231 u32 fb_location; member in struct:drm_radeon_private
345 u32 fb_start = dev_priv->fb_location;
H A Dradeon_state.c52 u32 fb_end = dev_priv->fb_location + dev_priv->fb_size - 1;
81 * magic offset we get from SETPARAM or calculated from fb_location
3382 radeon_priv->radeon_fb_delta = dev_priv->fb_location - sp.value;
3457 radeon_priv->radeon_fb_delta = dev_priv->fb_location;

Completed in 28 milliseconds