gamma_correction 5740 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			bundle->surface_updates[planes_count].gamma = dc_plane->gamma_correction;
gamma_correction 7152 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 						new_dm_plane_state->dc_state->gamma_correction;
gamma_correction 1742 drivers/gpu/drm/amd/display/dc/core/dc.c 			(surface->gamma_correction !=
gamma_correction 1744 drivers/gpu/drm/amd/display/dc/core/dc.c 		memcpy(&surface->gamma_correction->entries,
gamma_correction 1747 drivers/gpu/drm/amd/display/dc/core/dc.c 		surface->gamma_correction->is_identity =
gamma_correction 1749 drivers/gpu/drm/amd/display/dc/core/dc.c 		surface->gamma_correction->num_entries =
gamma_correction 1751 drivers/gpu/drm/amd/display/dc/core/dc.c 		surface->gamma_correction->type =
gamma_correction   44 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 	plane_state->gamma_correction = dc_create_gamma();
gamma_correction   45 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 	if (plane_state->gamma_correction != NULL)
gamma_correction   46 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		plane_state->gamma_correction->is_identity = true;
gamma_correction   75 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 	if (plane_state->gamma_correction != NULL) {
gamma_correction   76 drivers/gpu/drm/amd/display/dc/core/dc_surface.c 		dc_gamma_release(&plane_state->gamma_correction);
gamma_correction  728 drivers/gpu/drm/amd/display/dc/dc.h 	struct dc_gamma *gamma_correction;
gamma_correction  288 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 	if (plane_state->gamma_correction &&
gamma_correction  289 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 			!plane_state->gamma_correction->is_identity &&
gamma_correction  291 drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c 		ipp->funcs->ipp_program_input_lut(ipp, plane_state->gamma_correction);
gamma_correction 1402 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	if (plane_state->gamma_correction &&
gamma_correction 1404 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		&& !plane_state->gamma_correction->is_identity
gamma_correction 1406 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 		dpp_base->funcs->dpp_program_input_lut(dpp_base, plane_state->gamma_correction);