drm/radeon: Remove unused functions
This applies on top of drm/radeon: Mark all possible functions / structs as static. Signed-off-by: Lauri Kasanen <cand@gmx.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
1109ca09b9
commit
e9e2fbe975
@@ -3319,15 +3319,6 @@ static void combios_write_ram_size(struct drm_device *dev)
|
||||
WREG32(RADEON_CONFIG_MEMSIZE, mem_size);
|
||||
}
|
||||
|
||||
static void radeon_combios_dyn_clk_setup(struct drm_device *dev, int enable)
|
||||
{
|
||||
uint16_t dyn_clk_info =
|
||||
combios_get_table_offset(dev, COMBIOS_DYN_CLK_1_TABLE);
|
||||
|
||||
if (dyn_clk_info)
|
||||
combios_parse_pll_table(dev, dyn_clk_info);
|
||||
}
|
||||
|
||||
void radeon_combios_asic_init(struct drm_device *dev)
|
||||
{
|
||||
struct radeon_device *rdev = dev->dev_private;
|
||||
|
Reference in New Issue
Block a user