summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/rv6xx_dpm.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
2016-03-16drm/radeon: fix indentation.Jérome Glisse1-9/+9
2015-03-19drm/radeon/rv6xx: implement get_current_sclk/mclkAlex Deucher1-0/+46
2014-10-16drm/radeon: reduce sparse false positive warningsMichele Curti1-0/+1
2014-02-18drm/radeon/dpm: move platform caps fetching to a separate functionAlex Deucher1-3/+4
2013-12-24drm/radeon/dpm: switch on new late_enable callbackAlex Deucher1-10/+0
2013-11-01drm/radeon/dpm: cleanup a type issue with rv6xx_clocks_per_unit()Dan Carpenter1-3/+3
2013-09-15drm/radeon/dpm: rework auto performance level enableAlex Deucher1-2/+0
2013-08-30drm/radeon: gcc fixes for rv6xx dpmAlex Deucher1-2/+3
2013-08-07drm/radeon/dpm: disable sclk ss on rv6xxAlex Deucher1-0/+3
2013-08-07drm/radeon/dpm: fix spread spectrum setup (v2)Alex Deucher1-11/+8
2013-07-25drm/radeon/dpm: implement force performance levels for rv6xxAlex Deucher1-0/+35
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-17drm/radeon: add a module parameter to disable aspmAlex Deucher1-6/+8
2013-07-02drm/radeon/dpm: fix compilation with certain versions of gccMike Lothian1-0/+1
2013-07-01drm/radeon/dpm: add debugfs support for rv6xxAlex Deucher1-0/+25
2013-06-27drm/radeon/dpm: add support for setting UVD clock on rv6xxAlex Deucher1-0/+38
2013-06-27drm/radeon/dpm/r6xx: properly catch errors in dpm setupAlex Deucher1-3/+10
2013-06-27drm/radeon: update radeon_atombios_get_default_voltages for mvddAlex Deucher1-2/+2
2013-06-27drm/radeon: update radeon_atom_is_voltage_gpio() for SIAlex Deucher1-1/+1
2013-06-27drm/radeon/dpm/rv6xx: restructure codeAlex Deucher1-46/+69
2013-06-27drm/radeon/kms: add dpm support for rv6xx (v3)Alex Deucher1-0/+1991