aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07drm/radeon: make missing smc ucode non-fatalAlex Deucher4-10/+26
2013-08-07drm/radeon/dpm: require rlc for dpmAlex Deucher1-1/+4
2013-08-07drm/radeon/cik: use a mutex to properly lock srbm instanced registersAlex Deucher3-0/+13
2013-08-07drm/radeon: remove unnecessary unpinChristian König1-1/+0
2013-08-07drm/radeon: add more UVD CS checkingChristian König1-8/+35
2013-08-07drm/radeon: stop sending invalid UVD destroy msgChristian König1-2/+2
2013-08-07drm/radeon: only save UVD bo when we have open handlesChristian König5-17/+37
2013-08-07drm/radeon: always program the MC on startupAlex Deucher6-6/+12
2013-08-07drm/radeon: fix audio dto calculation on DCE3+ (v3)Alex Deucher4-6/+59
2013-08-07drm/radeon/dpm: disable sclk ss on rv6xxAlex Deucher1-0/+3
2013-08-07drm/radeon: fix halting UVDChristian König7-11/+36
2013-08-07drm/radeon/dpm: adjust power state properly for UVD on SIAlex Deucher1-12/+32
2013-08-07drm/radeon/dpm: fix spread spectrum setup (v2)Alex Deucher7-76/+30
2013-08-07drm/radeon/dpm: adjust thermal protection requirementsAlex Deucher5-10/+5
2013-08-07drm/radeon: select audio dto based on encoder id for DCE3Alex Deucher1-3/+9
2013-08-07drm/radeon: properly handle pm on gpu resetAlex Deucher1-0/+2
2013-08-04drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher1-1/+1
2013-07-30drm/radeon/dpm: re-enable cac control on SIAlex Deucher1-2/+1
2013-07-30drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formulaAlex Deucher1-3/+5
2013-07-30drm/radeon/atom: initialize more atom interpretor elements to 0Alex Deucher1-0/+5
2013-07-29drm/radeon/dpm: fix and enable reclocking on SIAlex Deucher1-10/+4
2013-07-29drm/radeon/dpm: disable cac setup on SIAlex Deucher1-1/+3
2013-07-29drm/radeon/si: disable cgcg and pg for nowAlex Deucher1-3/+3
2013-07-29drm/radeon/dpm: fix forcing performance state to low on caymanAlex Deucher1-6/+1
2013-07-29drm/radeon/atom: fix fb when fetching engine paramsAlex Deucher1-1/+1
2013-07-29drm/radeon: properly handle cg on asics without UVDAlex Deucher1-6/+2
2013-07-29drm/radeon/dpm: fix powertune handling for pci id 0x6835Alex Deucher1-0/+1
2013-07-29drm/radeon/dpm: fix si_calculate_memory_refresh_rate()Alex Deucher1-6/+3
2013-07-29drm/radeon/dpm: fix display gap programming on SIAlex Deucher1-1/+5
2013-07-29drm/radeon: fix audio dto programming on DCE4+Alex Deucher1-1/+1
2013-07-25drm/radeon/dpm: fix r600_enable_sclk_control()Alex Deucher1-2/+2
2013-07-25drm/radeon/dpm: implement force performance levels for rv6xxAlex Deucher3-0/+38
2013-07-25drm/radeon/dpm: fix displaygap programming on rv6xxAlex Deucher1-2/+2
2013-07-25drm/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-17drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-17drm/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