summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/inc/eventmgr.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-05drm/amd/powerplay: Mark pem_event_action chains as constNils Wallménius1-1/+1
As these arrays were of pointer to pointer type, they were pointer to pointer to const. Make them pointer to const pointer to const. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2015-12-22drm/amd/powerplay: add event manager sub-componentRex Zhu1-0/+125
The event manager handles power related driver events. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>