Supported DCE versions: 8.0, 10.0, 11.0, 11.2 v2: rebase against 4.11 Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
20 lines
444 B
C
20 lines
444 B
C
/*
|
|
* gamma_calcs.h
|
|
*
|
|
* Created on: Feb 9, 2016
|
|
* Author: yonsun
|
|
*/
|
|
|
|
#ifndef DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_GAMMA_CALCS_H_
|
|
#define DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_GAMMA_CALCS_H_
|
|
|
|
#include "opp.h"
|
|
#include "core_types.h"
|
|
#include "dc.h"
|
|
|
|
bool calculate_regamma_params(struct pwl_params *params,
|
|
const struct core_gamma *ramp,
|
|
const struct core_surface *surface);
|
|
|
|
#endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_GAMMA_CALCS_H_ */
|