diff options
| author | Dmytro Laktyushkin <[email protected]> | 2018-07-30 18:45:42 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-09-11 03:42:55 +0000 |
| commit | e6ada54126cff629b422924e6497a13ce8bd890d (patch) | |
| tree | cb02cd12ddc32e1473c3d86215505c6c19e05a38 /drivers/gpu/drm/amd/display/dc/inc/clock_source.h | |
| parent | drm/amd/display: remove dead dc vbios code (diff) | |
| download | kernel-e6ada54126cff629b422924e6497a13ce8bd890d.tar.gz kernel-e6ada54126cff629b422924e6497a13ce8bd890d.zip | |
drm/amd/display: remove unused clk_src code
Signed-off-by: Dmytro Laktyushkin <[email protected]>
Reviewed-by: Charlene Liu <[email protected]>
Acked-by: Bhawanpreet Lakha <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/clock_source.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/clock_source.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/clock_source.h b/drivers/gpu/drm/amd/display/dc/inc/clock_source.h index ebcf67b5fc57..47ef90495376 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/clock_source.h +++ b/drivers/gpu/drm/amd/display/dc/inc/clock_source.h @@ -166,10 +166,6 @@ struct clock_source_funcs { struct clock_source *, struct pixel_clk_params *, struct pll_settings *); - uint32_t (*get_pix_rate_in_hz)( - struct clock_source *, - struct pixel_clk_params *, - struct pll_settings *); }; struct clock_source { |
