aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/clock_source.h
diff options
context:
space:
mode:
authorDuke Du <[email protected]>2017-08-03 14:20:52 +0000
committerAlex Deucher <[email protected]>2017-09-26 22:16:36 +0000
commit391e20d84104a6b7b9d4a66fec6a7eb0a93f6ef4 (patch)
treec02ff9d55461ffc0db6a64af690c98788ed13930 /drivers/gpu/drm/amd/display/dc/inc/clock_source.h
parentdrm/amd/display: Use atomic types for ref_count (diff)
downloadkernel-391e20d84104a6b7b9d4a66fec6a7eb0a93f6ef4.tar.gz
kernel-391e20d84104a6b7b9d4a66fec6a7eb0a93f6ef4.zip
drm/amd/display: add display write back(DWB)
Signed-off-by: Duke Du <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Acked-by: Harry Wentland <[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.h4
1 files changed, 4 insertions, 0 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 47ef90495376..ebcf67b5fc57 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/clock_source.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/clock_source.h
@@ -166,6 +166,10 @@ 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 {