gamma_calcs.h 444 B

12345678910111213141516171819
  1. /*
  2. * gamma_calcs.h
  3. *
  4. * Created on: Feb 9, 2016
  5. * Author: yonsun
  6. */
  7. #ifndef DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_GAMMA_CALCS_H_
  8. #define DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_GAMMA_CALCS_H_
  9. #include "opp.h"
  10. #include "core_types.h"
  11. #include "dc.h"
  12. bool calculate_regamma_params(struct pwl_params *params,
  13. const struct core_gamma *ramp,
  14. const struct core_surface *surface);
  15. #endif /* DRIVERS_GPU_DRM_AMD_DC_DEV_DC_INC_GAMMA_CALCS_H_ */