blob: 788bde0e9d80f9353b228eb6e4084d49a6fbe4da [file] [log] [blame]
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef _SDE_HW_COLOR_PROCESSING_V1_7_H
#define _SDE_HW_COLOR_PROCESSING_V1_7_H
#include "sde_hw_sspp.h"
/**
* sde_setup_pipe_pa_hue_v1_7 - setup SSPP hue feature in v1.7 hardware
* @ctx: Pointer to pipe context
* @cfg: Pointer to hue data
*/
void sde_setup_pipe_pa_hue_v1_7(struct sde_hw_pipe *ctx, void *cfg);
/**
* sde_setup_pipe_pa_sat_v1_7 - setup SSPP saturation feature in v1.7 hardware
* @ctx: Pointer to pipe context
* @cfg: Pointer to saturation data
*/
void sde_setup_pipe_pa_sat_v1_7(struct sde_hw_pipe *ctx, void *cfg);
/**
* sde_setup_pipe_pa_val_v1_7 - setup SSPP value feature in v1.7 hardware
* @ctx: Pointer to pipe context
* @cfg: Pointer to value data
*/
void sde_setup_pipe_pa_val_v1_7(struct sde_hw_pipe *ctx, void *cfg);
/**
* sde_setup_pipe_pa_cont_v1_7 - setup SSPP contrast feature in v1.7 hardware
* @ctx: Pointer to pipe context
* @cfg: Pointer to contrast data
*/
void sde_setup_pipe_pa_cont_v1_7(struct sde_hw_pipe *ctx, void *cfg);
#endif