summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2014-04-08drm/radeon/dp: switch to the common i2c over aux codeAlex Deucher5-200/+44
2014-04-08drm/radeon/dp: handle zero sized i2c over aux transactions (v2)Alex Deucher1-5/+18
2014-04-04drm/radeon: Use two-ended allocation by size, v2Lauri Kasanen1-1/+12
2014-04-03drm/radeon: fix typo in spectre_golden_registersAlex Deucher1-1/+1
2014-04-03drm/radeon: fix endian swap on hawaii clear state buffer setupAlex Deucher1-2/+2
2014-04-03drm/radeon: call drm_edid_to_eld when we update the edidAlex Deucher1-0/+1
2014-04-03drm/radeon: rework finding display PLL numbers v2Christian König1-90/+153
2014-04-03drm/radeon: fix resuming mode in pm runtime resume pathDave Airlie1-4/+6
2014-04-03drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie1-5/+12
2014-04-03drm/radeon: clear needs_reset flag if IB test failsChristian König1-0/+1
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper6-24/+24
2014-03-25drm/radeon: set PIPE_CONFIG for 1D and linear tiling modes on CIKMarek Olšák2-4/+26
2014-03-25drm/radeon: use drm_dp_dpcd_read_link_status()Alex Deucher1-25/+5
2014-03-25drm/radeon: use the new drm helpers for dp auxAlex Deucher3-107/+104
2014-03-25drm/radeon: clarify special handling in i2c over auxAlex Deucher1-20/+16
2014-03-25drm/radeon/atom: rework encoder enable/disable sequenceAlex Deucher1-48/+34
2014-03-25drm/radeon/dp: move sink power control to a separate functionAlex Deucher2-5/+23
2014-03-25drm/radeon/dp: use i2c_get_adapdata rather than castingAlex Deucher1-1/+1
2014-03-20drm/radeon/kms: merge conflicted badlyDave Airlie1-4/+0
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2-3/+3
2014-03-18Merge tag 'v3.14-rc7' into drm-nextDave Airlie28-71/+113
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2-3/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann2-2/+2
2014-03-13drm/radeon/cik: properly set compute ring status on disableAlex Deucher1-1/+4
2014-03-12drm/radeon/cik: stop the sdma engines in the enable() functionAlex Deucher1-7/+5
2014-03-12drm/radeon/cik: properly set sdma ring status on disableAlex Deucher1-0/+2
2014-03-12drm/radeon: fix runpm disabling on non-PX harderAlex Deucher1-1/+9
2014-03-07drm/radeon/atom: select the proper number of lanes in transmitter setupAlex Deucher1-1/+1
2014-03-07drm/radeon/dpm: fix typo in EVERGREEN_SMC_FIRMWARE_HEADER_softRegistersAlex Deucher1-1/+1
2014-03-07drm/radeon/cik: fix typo in documentationAlex Deucher1-1/+1
2014-03-07drm/radeon: silence GCC warning on 32 bitPaul Bolle1-1/+1
2014-03-07drm/radeon: resume old pm lateAlex Deucher15-23/+16
2014-03-07drm/radeon: TTM must be init with cpu-visible VRAM, v2Lauri Kasanen1-0/+3
2014-03-04drm/radeon: remove struct radeon_bo_listChristian König11-245/+244
2014-03-03drm/radeon: drop non blocking allocations from sub allocatorChristian König4-8/+5
2014-03-03drm/radeon: remove global vm lockChristian König5-14/+11
2014-03-03drm/radeon: use normal BOs for the page tables v4Christian König5-295/+269
2014-03-03drm/radeon: further cleanup vm flushing & fencingChristian König4-16/+38
2014-03-03drm/radeon: separate gart and vm functionsChristian König3-959/+982
2014-03-03drm/radeon: fix VCE suspend/resumeChristian König2-30/+34
2014-03-03drm/radeon: fix missing bo reservationChristian König1-0/+6
2014-03-03drm/radeon: limit how much memory TTM can move per IB according to VRAM usageMarek Olšák3-8/+85
2014-03-03drm/radeon: validate relocations in the order determined by userspace v3Marek Olšák4-16/+61
2014-03-03drm/radeon: add buffers to the LRU list from smallest to largestMarek Olšák1-0/+23
2014-03-03drm/radeon: deduplicate code in radeon_gem_busy_ioctlMarek Olšák1-12/+1
2014-03-03drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2Marek Olšák5-3/+62
2014-03-03drm/radeon: add a way to get and set initial buffer domains v2Marek Olšák5-1/+45
2014-02-28drm/radeon: use variable UVD clocksAlex Deucher2-5/+1
2014-02-28drm/radeon: cleanup the fence ring locking codeChristian König6-61/+25
2014-02-28drm/radeon: improve ring lockup detection code v2Christian König2-15/+12