summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2012-06-20drm/radeon: SI tiling fixes for displayAlex Deucher2-1/+81
2012-06-16drm/radeon: add support for STRMOUT_BASE_UPDATE on 7xxAlex Deucher3-1/+45
2012-06-16drm/radeon: add some additional 6xx/7xx/EG register initAlex Deucher6-1/+13
2012-06-16drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)Rafał Miłecki5-10/+11
2012-06-16drm/radeon/prime: reserve/unreserve around pinDave Airlie1-2/+8
2012-06-16drm/radeon: fix regression in dynpm due to multi-ring reworkAlex Deucher1-3/+7
2012-06-10drm/radeon: fix tiling and command stream checking on evergreen v3Jerome Glisse2-5/+47
2012-06-05drm/radeon/kms: add new Trinity PCI idsAlex Deucher1-4/+17
2012-06-05drm/radeon: fix vm deadlocks on caymanChristian König1-7/+12
2012-06-05drm/radeon: fix gpu_init on siAlex Deucher4-319/+184
2012-06-05drm/radeon/hdmi: don't set SEND_MAX_PACKETS bitRafał Miłecki1-1/+0
2012-06-05drm/radeon/audio: don't hardcode CRTC idRafał Miłecki1-2/+3
2012-06-05drm/radeon: make audio_init consistent across asicsAlex Deucher4-33/+24
2012-06-02Merge 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-23Merge 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