summaryrefslogtreecommitdiff
path: root/src/radeon_kms.c
AgeCommit message (Expand)Author
2013-04-18radeonsi: add 2d tiling supportJerome Glisse
2013-03-21Move fd cleanup to correct place.Maarten Lankhorst
2013-03-21radeon: add refcounts to fix up zaphod open/close.Maarten Lankhorst
2013-03-20Cleanup drmmode in CloseScreen.Maarten Lankhorst
2013-03-20Close drm_fd in CloseScreen.Maarten Lankhorst
2013-03-08Only parse Option "AccelMethod" if glamor was enabled at build timeMichel Dänzer
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer
2013-01-07radeon: fix damage reporting for slave pixmapsDave Airlie
2012-12-12Remove dead option definitions.Michel Dänzer
2012-12-11Remove local variables total_size_bytes.Michel Dänzer
2012-10-28radeon: turn on 2D tiling by default on r6xx-caymanMarek Olšák
2012-10-28radeon: log if 2D tiling is enabledMarek Olšák
2012-09-26Remove mibstore.hAdam Jackson
2012-09-10radeon: fix build against old serversDave Airlie
2012-09-10radeon: don't fail to load if we have no modes and gpu driver.Dave Airlie
2012-09-04radeon: fix build against older serversDave Airlie
2012-09-03radeon: add capability and provider supportDave Airlie
2012-09-03radeon: add pixmap sharing hooks.Dave Airlie
2012-09-03radeon: add platform bus loading support.Dave Airlie
2012-07-13Deal more gracefully with DRI2 being unavailable at build or run time.Michel Dänzer
2012-07-10Initial SI support.Michel Dänzer
2012-07-10Initial glamor support.Michel Dänzer
2012-06-29radeon: fix conflict with fix in master.Dave Airlie
2012-06-29Merge remote-tracking branch 'origin/kms-only'Dave Airlie
2012-06-27Fix up displayWidth vs. virtualX confusion in radeon_setup_kernel_mem().Michel Dänzer
2012-06-18radeon: fix radeonchipsets properlyDave Airlie
2012-06-16radeon: migrate remainder of radeon_driver.c to rest of driverDave Airlie
2012-06-16radeon: avoid including large static struct twice.Dave Airlie
2012-06-15radeon: more unused stuffDave Airlie
2012-06-15radeon: drop cardType shouldn't matter to userspace.Dave Airlie
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie
2012-06-01radeon: fix compat api for newest planned API.Dave Airlie
2012-06-01drmmode: drop flags arg to adjust frame.Dave Airlie
2012-05-24radeon: update compat-api.h for block handler + enable/disable fb.Dave Airlie
2012-05-23compat for new server APIDave Airlie
2012-05-23ati: convert to new screen conversion APIsDave Airlie
2012-05-10Fail more gracefully when drm surface manager can't be initializedAnisse Astier
2012-04-16Make radeon_setup_kernel_mem failures more graceful and verbose.Michel Dänzer
2012-03-20radeon/kms: add support for TN (trinity) APUsAlex Deucher
2012-03-06Re-register DRM FD wakeup handler for each server generation.Michel Dänzer
2012-02-13radeon: r6xx-eg use linear general when using scratch boJerome Glisse
2012-02-10radeon/kms: reusing fd message is not an errorAlex Deucher
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse
2011-11-04Turn compile time check into runtime check.Michel Dänzer
2011-11-04check for xserver 1.9.4.901 to enable tiling by defaultAlex Deucher
2011-09-20Only call radeon_dri2_close_screen() if DRI2 was enabled.Michel Dänzer
2011-09-20Remove dead variable remain_size_bytes.Michel Dänzer
2011-09-20KMS Color Tiling requires xserver which supports EXA_MIXED_PIXMAPS.Michel Dänzer
2011-06-22evergreen: fix num_banks for 2D tiling configAlex Deucher
2011-06-13kms: enable ColorTiling by default on r6xx-cayman asicsAlex Deucher