summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-21Move fd cleanup to correct place.Maarten Lankhorst1-9/+14
2013-03-21radeon: add refcounts to fix up zaphod open/close.Maarten Lankhorst1-1/+11
2013-03-20Cleanup drmmode in CloseScreen.Maarten Lankhorst1-0/+1
2013-03-20Close drm_fd in CloseScreen.Maarten Lankhorst1-0/+1
2013-03-08Only parse Option "AccelMethod" if glamor was enabled at build timeMichel Dänzer1-0/+2
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer1-32/+1
2013-01-07radeon: fix damage reporting for slave pixmapsDave Airlie1-1/+2
2012-12-12Remove dead option definitions.Michel Dänzer1-4/+0
2012-12-11Remove local variables total_size_bytes.Michel Dänzer1-7/+1
2012-10-28radeon: turn on 2D tiling by default on r6xx-caymanMarek Olšák1-1/+2
2012-10-28radeon: log if 2D tiling is enabledMarek Olšák1-0/+2
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