# SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux graphics to console drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. obj-$(CONFIG_DUMMY_CONSOLE) += dummycon.o obj-$(CONFIG_SGI_NEWPORT_CONSOLE) += newport_con.o obj-$(CONFIG_STI_CONSOLE) += sticon.o obj-$(CONFIG_VGA_CONSOLE) += vgacon.o obj-$(CONFIG_MDA_CONSOLE) += mdacon.o hor> Evan Quan evan.quan@amd.com 2020-08-13T08:39:25Z urn:sha1:e098bc9612c2b60f94920461d71c92962a916e73 The target is to provide a clear entry point(for power routines). Also this can help to maintain a clear view about the frameworks used on different ASICs. Hopefully all these can make power part more friendly to play with. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> drm/amdgpu/si/dpm: fix phase shedding setup 2016-09-28T20:13:17Z Alex Deucher alexander.deucher@amd.com 2016-09-27T18:57:35Z urn:sha1:bdbdb571c807b927867bd391159c9872a952533f Used the wrong index to setup the phase shedding mask. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> drm/amdgpu/si/dpm: fix symbol conflicts with radeon 2016-09-14T19:10:40Z Alex Deucher alexander.deucher@amd.com 2016-09-13T04:06:07Z urn:sha1:6861c837e28e1b1300a1b24ddab748c8ee50da3b Acked-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> drm/amd/amdgpu: Tidy up SI SMC code (v2) 2016-09-14T13:43:39Z Tom St Denis tom.stdenis@amd.com 2016-09-06T15:56:42Z urn:sha1:f80c738c614e4410c3c343141c0edabfea421862 As well as merge SMC clock functions into one to reduce LOC. v2: Fix swapped ck enable bit bug: https://bugs.freedesktop.org/show_bug.cgi?id=97801 Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> drm/amdgpu: add SI SMC support 2016-08-31T19:21:08Z Maruthi Srinivas Bayyavarapu Maruthi.Bayyavarapu@amd.com 2016-04-26T15:01:54Z urn:sha1:0c34f45368422dc34545a56a60f3884ffc3a4a3b Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>