mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-04 21:57:30 +00:00
drm/amd/display: Expose hw sequencer gamma function
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c7141c47d3
commit
7ec6b963b1
2 changed files with 4 additions and 1 deletions
|
@ -578,7 +578,7 @@ static bool convert_to_custom_float(
|
|||
return true;
|
||||
}
|
||||
|
||||
static bool dce110_translate_regamma_to_hw_format(const struct dc_transfer_func
|
||||
bool dce110_translate_regamma_to_hw_format(const struct dc_transfer_func
|
||||
*output_tf, struct pwl_params *regamma_params)
|
||||
{
|
||||
struct curve_points *arr_points;
|
||||
|
|
|
@ -58,5 +58,8 @@ void dce110_power_down(struct core_dc *dc);
|
|||
|
||||
void dce110_update_pending_status(struct pipe_ctx *pipe_ctx);
|
||||
|
||||
bool dce110_translate_regamma_to_hw_format(const struct dc_transfer_func
|
||||
*output_tf, struct pwl_params *regamma_params);
|
||||
|
||||
#endif /* __DC_HWSS_DCE110_H__ */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue