diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-16 08:47:32 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-06-16 08:47:32 +0100 |
commit | dd4ab5aba9047d522dbcfe8a341c368312e1a471 (patch) | |
tree | de47b5d0ad0fdc5cac92f2a5a4fffd8dbe2f9909 /src/radeon_exa_funcs.c | |
parent | a19237fad2492d70777167c631f4e6e1fae0e908 (diff) |
radeon: migrate remainder of radeon_driver.c to rest of driver
This helps make a few more things static and the driver generally
smaller.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/radeon_exa_funcs.c')
-rw-r--r-- | src/radeon_exa_funcs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c index 288f9364..4c13a000 100644 --- a/src/radeon_exa_funcs.c +++ b/src/radeon_exa_funcs.c @@ -617,9 +617,6 @@ Bool RADEONDrawInit(ScreenPtr pScreen) #ifdef RENDER if (info->RenderAccel) { if (IS_R300_3D || IS_R500_3D) { - if ((info->ChipFamily < CHIP_FAMILY_RS400) - || (info->directRenderingEnabled) - ) { xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration " "enabled for R300/R400/R500 type cards.\n"); info->accel_state->exa->CheckComposite = R300CheckComposite; @@ -627,8 +624,6 @@ Bool RADEONDrawInit(ScreenPtr pScreen) R300PrepareComposite; info->accel_state->exa->Composite = RadeonComposite; info->accel_state->exa->DoneComposite = RadeonDoneComposite; - } else - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "EXA Composite requires CP on R5xx/IGP\n"); } else if (IS_R200_3D) { xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Render acceleration " "enabled for R200 type cards.\n"); |