summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-26Remove mibstore.hAdam Jackson1-5/+0
2012-09-10radeon: fix build against old serversDave Airlie1-1/+5
2012-09-10radeon: don't fail to load if we have no modes and gpu driver.Dave Airlie1-1/+1
2012-09-04radeon: fix build against older serversDave Airlie1-0/+2
2012-09-03radeon: add capability and provider supportDave Airlie1-0/+19
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie1-0/+40
2012-09-03radeon: add platform bus loading support.Dave Airlie1-1/+6
2012-07-13Deal more gracefully with DRI2 being unavailable at build or run time.Michel Dänzer1-0/+5
2012-07-10Initial SI support.Michel Dänzer1-1/+4
2012-07-10Initial glamor support.Michel Dänzer1-13/+26
2012-06-29radeon: fix conflict with fix in master.Dave Airlie1-1/+1
2012-06-29Merge remote-tracking branch 'origin/kms-only'Dave Airlie1-102/+236
2012-06-27Fix up displayWidth vs. virtualX confusion in radeon_setup_kernel_mem().Michel Dänzer1-2/+4
2012-06-18radeon: fix radeonchipsets properlyDave Airlie1-1/+1
2012-06-16radeon: migrate remainder of radeon_driver.c to rest of driverDave Airlie1-0/+138
2012-06-16radeon: avoid including large static struct twice.Dave Airlie1-1/+1
2012-06-15radeon: more unused stuffDave Airlie1-3/+1
2012-06-15radeon: drop cardType shouldn't matter to userspace.Dave Airlie1-40/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-59/+97
2012-06-01radeon: fix compat api for newest planned API.Dave Airlie1-5/+5
2012-06-01drmmode: drop flags arg to adjust frame.Dave Airlie1-1/+1
2012-05-24radeon: update compat-api.h for block handler + enable/disable fb.Dave Airlie1-4/+3
2012-05-23compat for new server APIDave Airlie1-24/+23
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-5/+5
2012-05-10Fail more gracefully when drm surface manager can't be initializedAnisse Astier1-0/+5
2012-04-16Make radeon_setup_kernel_mem failures more graceful and verbose.Michel Dänzer1-2/+12
2012-03-20radeon/kms: add support for TN (trinity) APUsAlex Deucher1-1/+1
2012-03-06Re-register DRM FD wakeup handler for each server generation.Michel Dänzer1-0/+2
2012-02-13radeon: r6xx-eg use linear general when using scratch boJerome Glisse1-1/+1
2012-02-10radeon/kms: reusing fd message is not an errorAlex Deucher1-1/+1
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse1-3/+71
2011-11-04Turn compile time check into runtime check.Michel Dänzer1-4/+1
2011-11-04check for xserver 1.9.4.901 to enable tiling by defaultAlex Deucher1-1/+6
2011-09-20Only call radeon_dri2_close_screen() if DRI2 was enabled.Michel Dänzer1-1/+2
2011-09-20Remove dead variable remain_size_bytes.Michel Dänzer1-4/+1
2011-09-20KMS Color Tiling requires xserver which supports EXA_MIXED_PIXMAPS.Michel Dänzer1-2/+10
2011-06-22evergreen: fix num_banks for 2D tiling configAlex Deucher1-1/+13
2011-06-13kms: enable ColorTiling by default on r6xx-cayman asicsAlex Deucher1-1/+1
2011-05-24kms/cayman: stub out exa supportAlex Deucher1-1/+0
2011-05-04fusion: fix tiling enable logicAlex Deucher1-6/+6
2011-05-04fusion: enable tiling if DFS worksAlex Deucher1-2/+2
2011-05-04radeon: add add hw DFS support for fusionDave Airlie1-0/+27
2011-03-15APU: no tiling yetAlex Deucher1-0/+4
2011-03-02kms: no accel yet for caymanAlex Deucher1-0/+1
2011-03-01kms: Fix warning XNFprintf is deprecated (v2)Sedat Dilek1-0/+5
2011-02-28kms: don't enable tiling if accel is offAlex Deucher1-19/+23
2011-02-26Revert "kms: Fix warning XNFprintf is deprecated"Michel Dänzer1-5/+1
2011-02-25kms: Fix warning XNFprintf is deprecatedSedat Dilek1-1/+5
2011-02-16kms: add tiling support for evergreen/NIAlex Deucher1-2/+32
2011-02-12kms: use worst case base/pitch align if we don't have drm tiling infoAlex Deucher1-0/+2