aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/rv730_dpm.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10drm/radeon: drop use of drmP.h (2/2)Sam Ravnborg1-1/+0
Drop use of drmP.h in remaining .c files. To ease review a little the drmP.h removal was divided in two commits. Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Cc: "Christian König" <[email protected]> Cc: "David (ChunMing) Zhou" <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-1/+1
Include <drm/*.h> instead of relative path from include/drm, then remove the -Iinclude/drm compiler flag. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
2015-11-25drm/radeon: make some dpm errors debug onlyAlex Deucher1-1/+1
"Could not force DPM to low", etc. is usually harmless and just confuses users. Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
2013-06-27drm/radeon/kms: add dpm support for rv7xx (v4)Alex Deucher1-0/+508
This adds dpm support for rv7xx asics. This includes: - clockgating - dynamic engine clock scaling - dynamic memory clock scaling - dynamic voltage scaling - dynamic pcie gen1/gen2 switching Set radeon.dpm=1 to enable. v2: reduce stack usage v3: fix 64 bit div v4: fix state enable Signed-off-by: Alex Deucher <[email protected]>