summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2012-06-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-1013/+266
2012-06-01drm/radeon: fix regression in UMS CS ioctlAlex Deucher1-14/+17
2012-06-01drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4)Alex Deucher9-991/+222
2012-06-01drm/radeon: fix HD6790, HD6570 backend programmingJerome Glisse1-2/+2
2012-06-01drm/radeon: properly program gart on rv740, juniper, cypress, barts, hemlockAlex Deucher4-0/+9
2012-06-01drm/radeon: fix bank information in tiling configAlex Deucher3-8/+18
2012-05-31radeon: add radeon prime vmap support.Dave Airlie2-0/+41
2012-05-31radeon: add stub dma-buf mmap functionalityDave Airlie1-0/+6
2012-05-29drm/radeon: fix XFX quirkAlex Deucher1-1/+3
2012-05-29drm/radeon: fix typo in trinity tiling setupAlex Deucher1-1/+1
2012-05-29radeon: make radeon_cs_update_pages static.Dave Airlie3-27/+26
2012-05-24Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds57-1803/+3312
2012-05-23drm/nouveau/radeon: add static const to the dma-buf ops.Dave Airlie1-1/+1
2012-05-23drm/radeon: add PRIME support (v2)Alex Deucher17-25/+232
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-10/+6
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-22drm/backlight: initialize struct backlight_properties properlyCorentin Chary1-0/+1
2012-05-22drm/radeon/dp: Probe branch/sink OUIsAdam Jackson1-0/+20
2012-05-22drm/radeon/hdmi: compile audio status in 1 functionRafał Miłecki4-104/+73
2012-05-17drm/radeon/hdmi: use new AFMT structsRafał Miłecki5-102/+107
2012-05-17drm/radeon/hdmi: store info about all AFMT blocksAlex Deucher5-7/+106
2012-05-17drm/radeon: make use of radeon_gem_init() consistentAlex Deucher6-21/+3
2012-05-17drm/radeon: eliminate redundant connector_names tableIlija Hadzic1-19/+1
2012-05-17drm/radeon: Also reset BCI on SI GPU reset.Michel Dänzer1-0/+1
2012-05-17drm/radeon: don't mess with hot plug detect for eDP or LVDS connector v2Jerome Glisse1-0/+8
2012-05-17drm/radeon: check kmalloc() for failuresDan Carpenter1-0/+2
2012-05-13Merge branch 'topic/vga-switcheroo' of git://git.kernel.org/pub/scm/linux/ker...Dave Airlie1-4/+6
2012-05-13drm/radeon/hdmi: fix some coding styleRafał Miłecki1-15/+32
2012-05-13drm/radeon/hdmi: update modesettingRafał Miłecki2-26/+70
2012-05-13drm/radeon/hdmi: separate evergreen codeRafał Miłecki5-11/+203
2012-05-13drm/radeon/kms/hdmi: helper getting ready ACR entryRafał Miłecki2-36/+43
2012-05-13drm/radeon/kms/hdmi: clean&improve handling HDMI modeRafał Miłecki1-15/+27
2012-05-13drm/radeon/kms/hdmi: enable audio packets at one placeRafał Miłecki1-10/+16
2012-05-13vga_switcheroo: Introduce struct vga_switcheroo_client_opsTakashi Iwai1-4/+6
2012-05-09drm/radeon/kms: fix warning on 32-bit in atomic fence printingDave Airlie1-2/+2
2012-05-09drm/radeon: make the ib an inline objectJerome Glisse9-111/+93
2012-05-09drm/radeon: remove r600 blit mutex v2Christian König5-75/+50
2012-05-09drm/radeon: move the semaphore from the fence into the ibJerome Glisse4-13/+12
2012-05-09drm/radeon: immediately free ttm-move semaphoreChristian König1-2/+5
2012-05-09drm/radeon: rip out the ib poolJerome Glisse5-202/+71
2012-05-09drm/radeon: simplify semaphore handling v2Jerome Glisse10-149/+30
2012-05-09drm/radeon: multiple ring allocator v3Christian König3-107/+231
2012-05-09drm/radeon: use one wait queue for all rings add fence_wait_any v2Jerome Glisse2-7/+163
2012-05-09drm/radeon: define new SA interface v3Christian König6-19/+63
2012-05-09drm/radeon: make sa bo a stand alone objectChristian König7-22/+32
2012-05-09drm/radeon: keep start and end offset in the SAChristian König4-12/+13
2012-05-09drm/radeon: add sub allocator debugfs fileChristian König3-0/+41
2012-05-09drm/radeon: add proper locking to the SA v3Christian König2-0/+7
2012-05-09drm/radeon: use inline functions to calc sa_bo addrChristian König4-12/+17