mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
drm/amd/display: prepare for new platform
Expose some functions for new platform use Reviewed-by: Nevenko Stupar <nevenko.stupar@amd.com> Signed-off-by: Karthi Kandasamy <karthi.kandasamy@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
d1085d1305
commit
52f84591e4
|
|
@ -878,7 +878,7 @@ void mpc32_set3dlut_ram10(
|
|||
}
|
||||
|
||||
|
||||
static void mpc32_set_3dlut_mode(
|
||||
void mpc32_set_3dlut_mode(
|
||||
struct mpc *mpc,
|
||||
enum dc_lut_mode mode,
|
||||
bool is_color_channel_12bits,
|
||||
|
|
|
|||
|
|
@ -391,4 +391,12 @@ void mpc32_select_3dlut_ram(
|
|||
enum dc_lut_mode mode,
|
||||
bool is_color_channel_12bits,
|
||||
uint32_t mpcc_id);
|
||||
|
||||
void mpc32_set_3dlut_mode(
|
||||
struct mpc *mpc,
|
||||
enum dc_lut_mode mode,
|
||||
bool is_color_channel_12bits,
|
||||
bool is_lut_size17x17x17,
|
||||
uint32_t mpcc_id);
|
||||
|
||||
#endif //__DC_MPCC_DCN32_H__
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user