summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2013-08-04drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher1-1/+1
2013-07-31drm/radeon/dpm: re-enable cac control on SIAlex Deucher1-2/+1
2013-07-31drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formulaAlex Deucher1-3/+5
2013-07-31drm/radeon/atom: initialize more atom interpretor elements to 0Alex Deucher1-0/+5
2013-07-30drm/radeon/dpm: fix and enable reclocking on SIAlex Deucher1-10/+4
2013-07-30drm/radeon/dpm: disable cac setup on SIAlex Deucher1-1/+3
2013-07-30drm/radeon/si: disable cgcg and pg for nowAlex Deucher1-3/+3
2013-07-30drm/radeon/dpm: fix forcing performance state to low on caymanAlex Deucher1-6/+1
2013-07-30drm/radeon/atom: fix fb when fetching engine paramsAlex Deucher1-1/+1
2013-07-30drm/radeon: properly handle cg on asics without UVDAlex Deucher1-6/+2
2013-07-30drm/radeon/dpm: fix powertune handling for pci id 0x6835Alex Deucher1-0/+1
2013-07-30drm/radeon/dpm: fix si_calculate_memory_refresh_rate()Alex Deucher1-6/+3
2013-07-30drm/radeon/dpm: fix display gap programming on SIAlex Deucher1-1/+5
2013-07-30drm/radeon: fix audio dto programming on DCE4+Alex Deucher1-1/+1
2013-07-26drm/radeon/dpm: fix r600_enable_sclk_control()Alex Deucher1-2/+2
2013-07-26drm/radeon/dpm: implement force performance levels for rv6xxAlex Deucher3-0/+38
2013-07-26drm/radeon/dpm: fix displaygap programming on rv6xxAlex Deucher1-2/+2
2013-07-26drm/radeon/dpm: fix a typo in the rv6xx mclk setupAlex Deucher1-1/+1
2013-07-22drm/radeon: fix combios tables on older cardsMark Kettenis1-104/+41
2013-07-22drm/radeon: improve dac adjust heuristics for legacy pdacAlex Deucher1-2/+4
2013-07-22drm/radeon: Another card with wrong primary dac adjOndrej Zary1-2/+6
2013-07-22drm/radeon: fix endian issues with DP handling (v3)Alex Deucher1-4/+39
2013-07-22drm/radeon/vm: only align the pt base to 32kAlex Deucher1-4/+4
2013-07-22drm/radeon: wait for 3D idle before using CP DMAAlex Deucher1-1/+4
2013-07-18drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-18drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher1-3/+6
2013-07-17drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider1-2/+3
2013-07-17drm/radeon/dpm: fix atom vram table parsingAlex Deucher1-16/+10
2013-07-17drm/radeon: fix an endian bug in atom table parsingAlex Deucher1-1/+1
2013-07-17drm/radeon: add a module parameter to disable aspmAlex Deucher6-12/+27
2013-07-16Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie25-171/+733
2013-07-15radeon kms: do not flush uninitialized hotplug workSergey Senozhatsky1-5/+6
2013-07-15drm/radeon/dpm/sumo: handle boost states properly when forcing a perf levelAlex Deucher1-0/+6
2013-07-15drm/radeon: align VM PTBs (Page Table Blocks) to 32KAlex Deucher2-6/+11
2013-07-14drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher5-4/+8
2013-07-14drm/radeon: never unpin UVD bo v3Christian König5-56/+53
2013-07-14drm/radeon: fix UVD fence emitChristian König1-1/+1
2013-07-14drm/radeon: add fault decode function for CIKAlex Deucher2-2/+46
2013-07-14drm/radeon: add fault decode function for SI (v2)Alex Deucher2-2/+284
2013-07-14drm/radeon: add fault decode function for cayman/TN (v2)Alex Deucher3-2/+185
2013-07-14drm/radeon: use radeon device for request firmwareJerome Glisse6-88/+24
2013-07-14drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validateMaarten Lankhorst1-0/+1
2013-07-14drm/radeon: use CP DMA on r6xx for bo movesAlex Deucher1-3/+3
2013-07-14drm/radeon: implement bo copy callback using CP DMA (v2)Alex Deucher3-0/+85
2013-07-14drm/radeon: Disable dma rings for bo moves on r6xxAlex Deucher1-6/+6
2013-07-14drm/radeon/dpm: disable gfx PG on PALMAlex Deucher1-1/+7
2013-07-14drm/radeon/hdmi: make sure we have an afmt block assignedAlex Deucher2-0/+12
2013-07-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds91-688/+53524
2013-07-09drm/radeon/dpm: implement vblank_too_short callback for siAlex Deucher3-1/+5
2013-07-09drm/radeon/dpm: implement vblank_too_short callback for caymanAlex Deucher3-1/+17